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/03/04 21:05:05 UTC

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

Author: bdelacretaz
Date: Tue Mar  4 12:04:56 2008
New Revision: 633613

URL: http://svn.apache.org/viewvc?rev=633613&view=rev
Log:
fix launchpad module names

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=633613&r1=633612&r2=633613&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Tue Mar  4 12:04:56 2008
@@ -114,8 +114,8 @@
         <module>scripting/ruby</module>
         <module>scripting/velocity</module>
         
-        <!-- Launcher -->
-        <module>launchpad/launchpad-content</module>
+        <!-- Launchpad -->
+        <module>launchpad/content</module>
         <module>launchpad/app</module>
 
         <!-- Extensions -->
@@ -153,7 +153,7 @@
           <activeByDefault>true</activeByDefault>
         </activation>
         <modules>
-          <module>launchpad/launchpad-webapp</module>
+          <module>launchpad/webapp</module>
         </modules>
       </profile>
     </profiles>