[hibernate-commits] Hibernate SVN: r17313 - core/trunk/commons-annotations and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 15 13:28:12 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-15 13:28:12 -0400 (Sat, 15 Aug 2009)
New Revision: 17313

Added:
   commons-annotations/trunk/readme.txt
Removed:
   core/trunk/commons-annotations/readme.txt
Log:
break hibernate-commons-annotations back out into separate project


Copied: commons-annotations/trunk/readme.txt (from rev 17312, core/trunk/commons-annotations/readme.txt)
===================================================================
--- commons-annotations/trunk/readme.txt	                        (rev 0)
+++ commons-annotations/trunk/readme.txt	2009-08-15 17:28:12 UTC (rev 17313)
@@ -0,0 +1,45 @@
+Hibernate Commons Annotations
+==================================================
+Version: @version@, @releasedate@
+
+Description
+-----------
+
+Hibernate Commons Annotations is a utility project used by annotations based
+Hibernate sub-projects.
+It's first scope is to support Java Generics type discovery.
+It's second scope is to support Java Annotations overriding through XML files
+(mainly but not conceptually limited to)
+
+
+Instructions
+------------
+
+TODO: Do something here
+
+
+Contact
+------------
+
+Latest Documentation:
+
+This project has no documentation per se, because of it's internal use focus.
+Please ask questions to the technical support forum.
+
+Bug Reports:
+
+   Hibernate JIRA (preferred)
+   hibernate-devel at lists.sourceforge.net
+
+Free Technical Support:
+
+   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
+
+
+Notes
+-----------
+
+If you want to contribute, go to http://www.hibernate.org/
+
+This software and its documentation are distributed under the terms of the
+FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file

Deleted: core/trunk/commons-annotations/readme.txt
===================================================================
--- core/trunk/commons-annotations/readme.txt	2009-08-15 17:27:19 UTC (rev 17312)
+++ core/trunk/commons-annotations/readme.txt	2009-08-15 17:28:12 UTC (rev 17313)
@@ -1,45 +0,0 @@
-Hibernate Commons Annotations
-==================================================
-Version: @version@, @releasedate@
-
-Description
------------
-
-Hibernate Commons Annotations is a utility project used by annotations based
-Hibernate sub-projects.
-It's first scope is to support Java Generics type discovery.
-It's second scope is to support Java Annotations overriding through XML files
-(mainly but not conceptually limited to)
-
-
-Instructions
-------------
-
-TODO: Do something here
-
-
-Contact
-------------
-
-Latest Documentation:
-
-This project has no documentation per se, because of it's internal use focus.
-Please ask questions to the technical support forum.
-
-Bug Reports:
-
-   Hibernate JIRA (preferred)
-   hibernate-devel at lists.sourceforge.net
-
-Free Technical Support:
-
-   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
-
-
-Notes
------------
-
-If you want to contribute, go to http://www.hibernate.org/
-
-This software and its documentation are distributed under the terms of the
-FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file



More information about the hibernate-commits mailing list