SVN layout migration for core/trunk

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@11729 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-06-29 19:24:33 +00:00
parent b217d8f525
commit 8cbc99d44b
1 changed files with 54 additions and 0 deletions

54
readme.txt Normal file
View File

@ -0,0 +1,54 @@
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/).