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/22 12:05:17 UTC

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

Author: cziegeler
Date: Fri Feb 22 03:05:14 2008
New Revision: 630154

URL: http://svn.apache.org/viewvc?rev=630154&view=rev
Log:
Add missing module (Second try)

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=630154&r1=630153&r2=630154&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Fri Feb 22 03:05:14 2008
@@ -113,8 +113,9 @@
         <module>scripting/velocity</module>
         
         <!-- Launcher -->
+        <module>launchpad/launchpad-servlets</module>
+        <module>launchpad/launchpad-content</module>
         <module>launcher/app</module>
-        <module>launcher/content</module>
         <module>launcher/webapp</module>
 
         <!-- Microsling 
@@ -153,7 +154,6 @@
           <activeByDefault>true</activeByDefault>
         </activation>
         <modules>
-          <module>launchpad/launchpad-servlets</module>
           <module>launchpad/launchpad-webapp</module>
         </modules>
       </profile>