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/02/18 18:02:20 UTC

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

Author: cziegeler
Date: Mon Feb 18 09:02:18 2008
New Revision: 628814

URL: http://svn.apache.org/viewvc?rev=628814&view=rev
Log:
Add the base module to the root pom.

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=628814&r1=628813&r2=628814&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Mon Feb 18 09:02:18 2008
@@ -77,6 +77,7 @@
                 
         <!-- The JCR sub project -->
         <module>jcr/api</module>
+        <module>jcr/base</module>
         <module>jcr/resource</module>
         <module>jcr/classloader</module>
         <module>jcr/ocm</module>