[hibernate-commits] Hibernate SVN: r16556 - in search/branches/Branch_3_1: doc and 5 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 13 08:59:42 EDT 2009


Author: hardy.ferentschik
Date: 2009-05-13 08:59:42 -0400 (Wed, 13 May 2009)
New Revision: 16556

Added:
   search/branches/Branch_3_1/hibernate-search-archetype/
   search/branches/Branch_3_1/src/main/docbook/
   search/branches/Branch_3_1/src/main/docbook/en-US/
   search/branches/Branch_3_1/src/main/docbook/en-US/images/
   search/branches/Branch_3_1/src/main/docbook/en-US/master.xml
   search/branches/Branch_3_1/src/main/docbook/en-US/modules/
Removed:
   search/branches/Branch_3_1/doc/quickstart/
   search/branches/Branch_3_1/doc/reference/en/images/
   search/branches/Branch_3_1/doc/reference/en/master.xml
   search/branches/Branch_3_1/doc/reference/en/modules/
Modified:
   search/branches/Branch_3_1/
   search/branches/Branch_3_1/src/
Log:
Backporting HSEARCH-82 - Maven migration. This hopefully makes it easier to maintain this branch for EAP


Property changes on: search/branches/Branch_3_1
___________________________________________________________________
Name: svn:ignore
   - build
indextemp
lucenedirs
target
test_output
bin
build.properties
.*

   + build
indextemp
lucenedirs
target
test_output
bin
build.properties
.*
*.ipr
*.iws


Deleted: search/branches/Branch_3_1/doc/reference/en/master.xml
===================================================================
--- search/branches/Branch_3_1/doc/reference/en/master.xml	2009-05-13 12:43:40 UTC (rev 16555)
+++ search/branches/Branch_3_1/doc/reference/en/master.xml	2009-05-13 12:59:42 UTC (rev 16556)
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  $Id$ -->
-<!--
-  ~ Hibernate, Relational Persistence for Idiomatic Java
-  ~
-  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY versionNumber "3.1.0.GA">
-<!ENTITY copyrightYear "2004">
-<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
-]>
-<book lang="en">
-  <bookinfo>
-    <title>Hibernate Search</title>
-
-    <subtitle>Apache <trademark>Lucene</trademark> Integration</subtitle>
-
-    <subtitle>Reference Guide</subtitle>
-
-    <releaseinfo>&versionNumber;</releaseinfo>
-
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="images/hibernate_logo_a.png" format="PNG" />
-      </imageobject>
-    </mediaobject>
-  </bookinfo>
-
-  <toc></toc>
-
-  <preface id="preface" revision="2">
-    <title>Preface</title>
-
-    <para>Full text search engines like Apache Lucene are very powerful
-    technologies to add efficient free text search capabilities to
-    applications. However, Lucene suffers several mismatches when dealing with
-    object domain model. Amongst other things indexes have to be kept up to
-    date and mismatches between index structure and domain model as well as
-    query mismatches have to be avoided.</para>
-
-    <para>Hibernate Search addresses these shortcomings - it indexes your
-    domain model with the help of a few annotations, takes care of
-    database/index synchronization and brings back regular managed objects
-    from free text queries. To achieve this Hibernate Search is combining the
-    power of <ulink url="http://www.hibernate.org">Hibernate</ulink> and
-    <ulink url="http://lucene.apache.org">Apache Lucene</ulink>.</para>
-  </preface>
-
-  <xi:include href="modules/getting-started.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/architecture.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/configuration.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/mapping.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/query.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/batchindex.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/optimize.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-  <xi:include href="modules/lucene-native.xml"
-              xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>

Copied: search/branches/Branch_3_1/hibernate-search-archetype (from rev 16553, search/branches/Branch_3_1/doc/quickstart)


Property changes on: search/branches/Branch_3_1/src
___________________________________________________________________
Name: svn:ignore
   + *.iml


Copied: search/branches/Branch_3_1/src/main/docbook/en-US/images (from rev 16553, search/branches/Branch_3_1/doc/reference/en/images)

Copied: search/branches/Branch_3_1/src/main/docbook/en-US/master.xml (from rev 16553, search/branches/Branch_3_1/doc/reference/en/master.xml)
===================================================================
--- search/branches/Branch_3_1/src/main/docbook/en-US/master.xml	                        (rev 0)
+++ search/branches/Branch_3_1/src/main/docbook/en-US/master.xml	2009-05-13 12:59:42 UTC (rev 16556)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  $Id$ -->
+<!--
+  ~ Hibernate, Relational Persistence for Idiomatic Java
+  ~
+  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
+  ~ indicated by the @author tags or express copyright attribution
+  ~ statements applied by the authors.  All third-party contributions are
+  ~ distributed under license by Red Hat Middleware LLC.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, as published by the Free Software Foundation.
+  ~
+  ~ This program is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+  ~ for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public License
+  ~ along with this distribution; if not, write to:
+  ~ Free Software Foundation, Inc.
+  ~ 51 Franklin Street, Fifth Floor
+  ~ Boston, MA  02110-1301  USA
+  -->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY versionNumber "3.1.0.GA">
+<!ENTITY copyrightYear "2004">
+<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
+]>
+<book lang="en">
+  <bookinfo>
+    <title>Hibernate Search</title>
+
+    <subtitle>Apache <trademark>Lucene</trademark> Integration</subtitle>
+
+    <subtitle>Reference Guide</subtitle>
+
+    <releaseinfo>&versionNumber;</releaseinfo>
+
+    <mediaobject>
+      <imageobject>
+        <imagedata fileref="images/hibernate_logo_a.png" format="PNG" />
+      </imageobject>
+    </mediaobject>
+  </bookinfo>
+
+  <toc></toc>
+
+  <preface id="preface" revision="2">
+    <title>Preface</title>
+
+    <para>Full text search engines like Apache Lucene are very powerful
+    technologies to add efficient free text search capabilities to
+    applications. However, Lucene suffers several mismatches when dealing with
+    object domain model. Amongst other things indexes have to be kept up to
+    date and mismatches between index structure and domain model as well as
+    query mismatches have to be avoided.</para>
+
+    <para>Hibernate Search addresses these shortcomings - it indexes your
+    domain model with the help of a few annotations, takes care of
+    database/index synchronization and brings back regular managed objects
+    from free text queries. To achieve this Hibernate Search is combining the
+    power of <ulink url="http://www.hibernate.org">Hibernate</ulink> and
+    <ulink url="http://lucene.apache.org">Apache Lucene</ulink>.</para>
+  </preface>
+
+  <xi:include href="modules/getting-started.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/architecture.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/configuration.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/mapping.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/query.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/batchindex.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/optimize.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+  <xi:include href="modules/lucene-native.xml"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
+</book>

Copied: search/branches/Branch_3_1/src/main/docbook/en-US/modules (from rev 16553, search/branches/Branch_3_1/doc/reference/en/modules)




More information about the hibernate-commits mailing list