Author: rwesten
Date: Wed Apr  6 13:58:41 2011
New Revision: 1089459

URL: http://svn.apache.org/viewvc?rev=1089459&view=rev
Log:
The new bundle provider is now used by the Stanbol Enhancer full launcher

Modified:
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml

Modified: 
incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml?rev=1089459&r1=1089458&r2=1089459&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml 
(original)
+++ incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml 
Wed Apr  6 13:58:41 2011
@@ -67,7 +67,25 @@
                </bundle>
        </startLevel>
     
-    <!-- Sling utility bundles -->
+    <!-- Sling installer and Stanbol extensions -->
+    <startLevel level="9">
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.installer.core</artifactId>
+            <version>3.1.2</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.stanbol</groupId>
+            
<artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId>
+            <version>0.9-SNAPSHOT</version>
+        </bundle>
+<!--           <bundle>
+                   <groupId>org.apache.sling</groupId>
+                   
<artifactId>org.apache.sling.installer.provider.file</artifactId>
+                   <version>1.0.0</version>
+               </bundle>  -->
+    </startLevel>
+    <!-- Sling launchpad -->
     <startLevel level="10">
         <bundle>
             <groupId>org.apache.sling</groupId>
@@ -79,11 +97,6 @@
             <artifactId>org.apache.sling.launchpad.api</artifactId>
             <version>1.0.0</version>
         </bundle>
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.1.2</version>
-        </bundle>
     </startLevel>
 
        <!-- General-purpose libraries -->


Reply via email to