You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/09/12 09:04:09 UTC

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

Author: bdelacretaz
Date: Fri Sep 12 00:04:09 2008
New Revision: 694621

URL: http://svn.apache.org/viewvc?rev=694621&view=rev
Log:
add missing extensions to pom.xml

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=694621&r1=694620&r2=694621&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Fri Sep 12 00:04:09 2008
@@ -113,6 +113,8 @@
         <module>extensions/httpauth</module>
         <module>extensions/apt/parser</module>
         <module>extensions/apt/servlet</module>
+        <module>extensions/jcrinstall</module>
+        <module>extensions/runmode</module>
 
         <!-- Samples -->
         <module>samples/simple-demo</module>