You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/12/06 13:41:32 UTC

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

Author: fmeschbe
Date: Thu Dec  6 04:41:30 2007
New Revision: 601721

URL: http://svn.apache.org/viewvc?rev=601721&view=rev
Log:
Add more JCR based projects to the full 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=601721&r1=601720&r2=601721&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Thu Dec  6 04:41:30 2007
@@ -77,6 +77,9 @@
         <!-- The JCR sub project -->
         <module>jcr/api</module>
         <module>jcr/resource</module>
+        <module>jcr/classloader</module>
+        <module>jcr/jackrabbit-client</module>
+        <module>jcr/jackrabbit-server</module>
         
         <!-- Sling -->
         <module>sling/core</module>