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/02/04 11:35:16 UTC

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

Author: fmeschbe
Date: Fri Feb  4 10:35:15 2011
New Revision: 1067136

URL: http://svn.apache.org/viewvc?rev=1067136&view=rev
Log:
Groovy extensions should be in the default start level not in 5

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=1067136&r1=1067135&r2=1067136&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Fri Feb  4 10:35:15 2011
@@ -172,6 +172,11 @@
             <artifactId>groovy-all</artifactId>
             <version>1.7.4</version>
         </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.extensions.groovy</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </bundle>
 
         <!-- felix httpservice whiteboard -->
         <bundle>
@@ -263,11 +268,6 @@
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.extensions.groovy</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.extensions.explorer</artifactId>
             <version>1.0.0</version>
         </bundle>