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 2011/11/12 21:43:18 UTC

svn commit: r1201320 - in /sling/trunk: launchpad/builder/src/main/bundles/list.xml pom.xml

Author: fmeschbe
Date: Sat Nov 12 20:43:17 2011
New Revision: 1201320

URL: http://svn.apache.org/viewvc?rev=1201320&view=rev
Log:
SLING-2103 Add to build reactor and launchpad bundle list

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml
    sling/trunk/pom.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1201320&r1=1201319&r2=1201320&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Sat Nov 12 20:43:17 2011
@@ -277,6 +277,11 @@
             <artifactId>org.apache.sling.fragment.activation</artifactId>
             <version>0.0.1-SNAPSHOT</version>
         </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.fragment.ws</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+        </bundle>
     </startLevel>
     <startLevel level="5">
         <bundle>

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1201320&r1=1201319&r2=1201320&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Sat Nov 12 20:43:17 2011
@@ -105,6 +105,7 @@
         <module>bundles/extensions/framework-extension-transaction</module>
         <module>bundles/extensions/framework-extension-xml</module>
         <module>bundles/extensions/framework-extension-activation</module>
+        <module>bundles/extensions/framework-extension-ws</module>
 
         <!-- The commons sub project -->
         <module>bundles/commons/classloader</module>