Go to file
Steve Ebersole b681b210a0 move assembly to deploy phase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12793 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-07-21 07:14:55 +00:00
cache-ehcache uploading separated parent poms 2007-07-17 03:31:57 +00:00
cache-jbosscache uploading separated parent poms 2007-07-17 03:31:57 +00:00
cache-jbosscache2 uploading separated parent poms 2007-07-17 03:31:57 +00:00
cache-oscache uploading separated parent poms 2007-07-17 03:31:57 +00:00
cache-swarmcache uploading separated parent poms 2007-07-17 03:31:57 +00:00
connection-c3p0 uploading separated parent poms 2007-07-17 03:31:57 +00:00
connection-proxool uploading separated parent poms 2007-07-17 03:31:57 +00:00
core added actual way antlr dep should be specified (commented out, since maven currently [thru 2.0.7] has a regression bug which does not allow this to work) 2007-07-20 19:20:16 +00:00
documentation [HHH-2713] duplicated phrase in docs "of the of the" 2007-07-18 21:11:33 +00:00
eg uploading separated parent poms 2007-07-17 03:31:57 +00:00
etc SVN layout migration for core/trunk 2007-06-29 19:23:59 +00:00
jmx uploading separated parent poms 2007-07-17 03:31:57 +00:00
src/assembly added initial assembly 2007-07-20 19:22:34 +00:00
testing uploading separated parent poms 2007-07-17 03:31:57 +00:00
testsuite git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12774 1b8cb986-b30d-0410-93ca-fae66ebed9b2 2007-07-17 03:34:18 +00:00
changelog.txt SVN layout migration for core/trunk 2007-06-29 19:24:05 +00:00
hibernate_logo.gif SVN layout migration for core/trunk 2007-06-29 19:24:12 +00:00
lgpl.txt SVN layout migration for core/trunk 2007-06-29 19:24:18 +00:00
pom.xml move assembly to deploy phase 2007-07-21 07:14:55 +00:00
readme.txt SVN layout migration for core/trunk 2007-06-29 19:24:33 +00:00

readme.txt

Hibernate - Relational Persistence for Idiomatic Java
=====================================================
version 3.2 cr3, July 7, 2006

Instructions
------------
Unzip to installation directory.

See index.html in the doc/reference directory.

Required jars are distributed in the lib subdirectory.

Latest Documentation:

   http://hibernate.org

Bug Reports:
   
   Hibernate JIRA (preferred)
   hibernate-devel@lists.sourceforge.net

Free Technical Support:

   http://forum.hibernate.org

Commercial Support and Training:

   http://hibernate.org/SupportTraining
   
   
Get Up And Running Quick
------------------------
Demo:

   (1) copy your JDBC driver to the lib directory
   (2) edit etc/hibernate.properties
   (3) run "ant eg" or "build eg"
   (4) browse the sourcecode in eg/org/hibernate/auction

Tests:

   (1) copy your JDBC driver to the lib directory
   (2) edit etc/hibernate.properties
   (3) run "ant junitreport" or "build junitreport"
   (4) see test_output/index.html


Other Stuff
-----------
This software is distributed under the terms of the FSF Lesser Gnu 
Public License (see lgpl.txt).

This product includes software developed by the Apache Software 
Foundation (http://www.apache.org/).