Author: steve.ebersole(a)jboss.com
Date: 2007-07-03 13:07:39 -0400 (Tue, 03 Jul 2007)
New Revision: 12686
Added:
core/tags/JBOSS_EAP_3_2_4_SP1_CP01/readme.txt
Removed:
tags/JBOSS_EAP_3_2_4_SP1_CP01/Hibernate3/readme.txt
Log:
Copied: core/tags/JBOSS_EAP_3_2_4_SP1_CP01/readme.txt (from rev 12685,
tags/JBOSS_EAP_3_2_4_SP1_CP01/Hibernate3/readme.txt)
===================================================================
--- core/tags/JBOSS_EAP_3_2_4_SP1_CP01/readme.txt (rev 0)
+++ core/tags/JBOSS_EAP_3_2_4_SP1_CP01/readme.txt 2007-07-03 17:07:39 UTC (rev 12686)
@@ -0,0 +1,54 @@
+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(a)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/).
Deleted: tags/JBOSS_EAP_3_2_4_SP1_CP01/Hibernate3/readme.txt
===================================================================
--- tags/JBOSS_EAP_3_2_4_SP1_CP01/Hibernate3/readme.txt 2007-07-03 17:07:13 UTC (rev
12685)
+++ tags/JBOSS_EAP_3_2_4_SP1_CP01/Hibernate3/readme.txt 2007-07-03 17:07:39 UTC (rev
12686)
@@ -1,54 +0,0 @@
-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(a)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/).