[hibernate-commits] Hibernate SVN: r13016 - trunk/HibernateExt/search and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:58:14 EDT 2007


Author: epbernard
Date: 2007-08-15 19:58:14 -0400 (Wed, 15 Aug 2007)
New Revision: 13016

Added:
   search/trunk/readme.txt
Removed:
   trunk/HibernateExt/search/readme.txt
Log:
Move search trunk to the new structure

Copied: search/trunk/readme.txt (from rev 13015, trunk/HibernateExt/search/readme.txt)
===================================================================
--- search/trunk/readme.txt	                        (rev 0)
+++ search/trunk/readme.txt	2007-08-15 23:58:14 UTC (rev 13016)
@@ -0,0 +1,51 @@
+Hibernate Search
+==================================================
+Version: 3.0.0.Beta4, 1.08.2007
+
+Description
+-----------
+
+Full text search engines like Apache Lucene(tm) are a very powerful technology to
+bring free text/efficient queries to applications. If suffers several mismatches
+when dealing with a object domain model (keeping the index up to date, mismatch
+between the index structure and the domain model, ...)
+Hibernate Search indexes your domain model thanks to a few annotations, takes
+care of the index synchronization, brings you back managed objects from free text
+queries.
+Hibernate Search is using Apache Lucene(tm) under the cover.
+
+
+Hibernate Requires Hibernate Core 3.2 and above.
+This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x
+
+
+Instructions
+------------
+
+Unzip to installation directory, read doc/reference
+
+
+Contact
+------------
+
+Latest Documentation:
+
+   http://hibernate.org
+
+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: trunk/HibernateExt/search/readme.txt
===================================================================
--- trunk/HibernateExt/search/readme.txt	2007-08-15 23:57:55 UTC (rev 13015)
+++ trunk/HibernateExt/search/readme.txt	2007-08-15 23:58:14 UTC (rev 13016)
@@ -1,51 +0,0 @@
-Hibernate Search
-==================================================
-Version: 3.0.0.Beta4, 1.08.2007
-
-Description
------------
-
-Full text search engines like Apache Lucene(tm) are a very powerful technology to
-bring free text/efficient queries to applications. If suffers several mismatches
-when dealing with a object domain model (keeping the index up to date, mismatch
-between the index structure and the domain model, ...)
-Hibernate Search indexes your domain model thanks to a few annotations, takes
-care of the index synchronization, brings you back managed objects from free text
-queries.
-Hibernate Search is using Apache Lucene(tm) under the cover.
-
-
-Hibernate Requires Hibernate Core 3.2 and above.
-This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x
-
-
-Instructions
-------------
-
-Unzip to installation directory, read doc/reference
-
-
-Contact
-------------
-
-Latest Documentation:
-
-   http://hibernate.org
-
-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