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 2012/10/24 13:32:13 UTC

svn commit: r1401624 - /sling/trunk/pom.xml

Author: cziegeler
Date: Wed Oct 24 11:32:13 2012
New Revision: 1401624

URL: http://svn.apache.org/viewvc?rev=1401624&view=rev
Log:
Removing base from reactor as it requires java 6

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1401624&r1=1401623&r2=1401624&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Oct 24 11:32:13 2012
@@ -136,7 +136,9 @@
         <module>bundles/jcr/base</module>
         <module>bundles/jcr/classloader</module>
         <module>bundles/jcr/contentloader</module>
+        <!--
         <module>bundles/jcr/jackrabbit-base</module>
+        -->
         <module>bundles/jcr/jackrabbit-server</module>
         <module>bundles/jcr/jackrabbit-usermanager</module>
         <module>bundles/jcr/jackrabbit-accessmanager</module>