You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/10/03 23:44:18 UTC

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

Author: rombert
Date: Fri Oct  3 21:44:17 2014
New Revision: 1629327

URL: http://svn.apache.org/r1629327
Log:
Re-add the oak bundles to the bundle list, following the release of Sling 7

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=1629327&r1=1629326&r2=1629327&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Fri Oct  3 21:44:17 2014
@@ -483,11 +483,13 @@
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>10.5.3.0_1</version>
+            <runModes>jackrabbit</runModes>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.jackrabbit.server</artifactId>
             <version>2.2.0</version>
+            <runModes>jackrabbit</runModes>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
@@ -535,4 +537,70 @@
             <version>1.2.2</version>
         </bundle>
     </startLevel>
+
+    <startLevel level="15">
+        <!-- Oak-specific bundles -->
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.oak.server</artifactId>
+            <version>0.0.2-SNAPSHOT</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>15.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-core</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <!-- embedded in oak.server for now
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jcr</artifactId>
+            <version>0.10</version>
+            <runModes>oak</runModes>
+        </bundle>
+        -->
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-commons</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-mk</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-mk-api</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-mk-remote</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-lucene</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-blob</artifactId>
+            <version>1.0.0</version>
+            <runModes>oak</runModes>
+        </bundle>
+    </startLevel>
 </bundles>