You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/03/07 08:19:22 UTC

svn commit: r634567 - /incubator/sling/trunk/pom.xml

Author: cziegeler
Date: Thu Mar  6 23:19:21 2008
New Revision: 634567

URL: http://svn.apache.org/viewvc?rev=634567&view=rev
Log:
Add jcr text extractors to reactor build.

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=634567&r1=634566&r2=634567&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Thu Mar  6 23:19:21 2008
@@ -78,11 +78,12 @@
         <!-- The JCR sub project -->
         <module>jcr/api</module>
         <module>jcr/base</module>
-        <module>jcr/resource</module>
         <module>jcr/classloader</module>
-        <module>jcr/ocm</module>
+        <module>jcr/jackrabbit.text.extractors</module>
         <module>jcr/jackrabbit-client</module>
         <module>jcr/jackrabbit-server</module>
+        <module>jcr/ocm</module>
+        <module>jcr/resource</module>
         <module>jcr/webdav</module>
         
         <!-- OSGi -->