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 2008/02/28 14:00:17 UTC

svn commit: r631951 - in /incubator/sling/trunk: launchpad/launchpad-webapp/pom.xml pom.xml

Author: fmeschbe
Date: Thu Feb 28 05:00:14 2008
New Revision: 631951

URL: http://svn.apache.org/viewvc?rev=631951&view=rev
Log:
SLING-268 change references to moved module in reactor and launchpad-webapp build profile

Modified:
    incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml?rev=631951&r1=631950&r2=631951&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml Thu Feb 28 05:00:14 2008
@@ -414,7 +414,7 @@
 
     <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.launchpad.servlets</artifactId>
+      <artifactId>org.apache.sling.ujax</artifactId>
       <version>2.0.0-incubator-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=631951&r1=631950&r2=631951&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Thu Feb 28 05:00:14 2008
@@ -102,6 +102,7 @@
         <module>sling/servlets-default</module>
         <module>sling/servlets-standard</module>
         <module>sling/threads</module>
+        <module>sling/ujax</module>
 
         <!-- Scripting Support -->
         <module>scripting/api</module>
@@ -114,7 +115,6 @@
         <module>scripting/velocity</module>
         
         <!-- Launcher -->
-        <module>launchpad/launchpad-servlets</module>
         <module>launchpad/launchpad-content</module>
         <module>launcher/app</module>
         <module>launcher/webapp</module>