Go to file
Steve Ebersole beab438434 SVN layout migration for core/branches/Branch_3_2 (???)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@11778 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-06-29 19:55:08 +00:00
doc SVN layout migration for core/branches/Branch_3_2 (???) 2007-06-29 19:55:08 +00:00
eg/org/hibernate/auction SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:10 +00:00
etc SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:23 +00:00
grammar SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:30 +00:00
jdbc SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:36 +00:00
lib SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:43 +00:00
reference prep 3.2.4.sp1 2007-05-18 12:34:33 +00:00
src/org/hibernate SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:50 +00:00
test/org/hibernate SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:56 +00:00
build.bat SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:02 +00:00
build.sh SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:13 +00:00
build.xml SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:20 +00:00
changelog.txt SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:26 +00:00
checkstyle_checks.xml SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:33 +00:00
hibernate_logo.gif SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:39 +00:00
indent.py SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:46 +00:00
lgpl.txt SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:52 +00:00
readme.txt SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:59 +00:00

readme.txt

Hibernate - Relational Persistence for Idiomatic Java
=====================================================
version 3.2.4.sp1, May 18, 2007

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 build/test-reports/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/).