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 2010/01/25 15:05:06 UTC

svn commit: r902812 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

Author: cziegeler
Date: Mon Jan 25 14:05:06 2010
New Revision: 902812

URL: http://svn.apache.org/viewvc?rev=902812&view=rev
Log:
Use latest dynamic classloader and move it to start level 0

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.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=902812&r1=902811&r2=902812&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Mon Jan 25 14:05:06 2010
@@ -26,6 +26,11 @@
             <artifactId>org.apache.sling.commons.mime</artifactId>
             <version>2.1.0-incubator</version>
         </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+            <version>1.1.3-SNAPSHOT</version>
+        </bundle>
 
         <!-- Dependencies for Default Start Level -->
         <bundle>
@@ -190,11 +195,6 @@
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.1.2</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.webconsole</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </bundle>