You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by su...@apache.org on 2011/09/14 09:05:03 UTC

svn commit: r1170455 - in /incubator/stanbol/trunk: launchers/full/src/main/bundles/list.xml pom.xml

Author: suat
Date: Wed Sep 14 07:05:03 2011
New Revision: 1170455

URL: http://svn.apache.org/viewvc?rev=1170455&view=rev
Log:
STANBOL-324:
-Added bundles related with CMS Adapter to the full launcher
-Added cmsadapter entry to the reactor

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

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1170455&r1=1170454&r2=1170455&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Wed Sep 14 07:05:03 2011
@@ -217,6 +217,11 @@
       <artifactId>jersey-server</artifactId>
       <version>1.7</version>
     </bundle>
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-client</artifactId>
+      <version>1.7</version>
+    </bundle>
     <!-- needed to read data from mime multipart requests -->
     <bundle>
       <groupId>com.sun.jersey.contribs</groupId>
@@ -557,6 +562,89 @@
 	</bundle>
  </startLevel>
  
+  <!-- CMS Adapter -->
+  <startLevel level="23">
+	<!-- JCR Bundles -->
+    <bundle>
+      <groupId>javax.jcr</groupId>
+      <artifactId>jcr</artifactId>
+      <version>2.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-jcr-commons</artifactId>
+      <version>2.2.5</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-jcr-rmi</artifactId>
+      <version>2.2.5</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-api</artifactId>
+      <version>2.2.5</version>
+    </bundle>
+
+    <!-- CMIS Bundles -->
+    <bundle>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-client-api</artifactId>
+      <version>0.4.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-commons-api</artifactId>
+      <version>0.4.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-client-impl</artifactId>
+      <version>0.4.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-client-bindings</artifactId>
+      <version>0.4.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.chemistry.opencmis</groupId>
+      <artifactId>chemistry-opencmis-commons-impl</artifactId>
+      <version>0.4.0</version>
+    </bundle>
+		  
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.cmsadapter.servicesapi</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.cmsadapter.core</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.cmsadapter.web</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.cmsadapter.jcr</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.cmsadapter.cmis</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+	<bundle>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.cmsadapter.rest.client</artifactId>
+	  <version>0.9.0-incubating-SNAPSHOT</version>
+	</bundle>
+  </startLevel>
+ 
   <!-- *********************************************************************
           start level 25 TO 29 reserved for Stanbol plug-ins
           (currently the Enhancement Engines)

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1170455&r1=1170454&r2=1170455&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Sep 14 07:05:03 2011
@@ -69,6 +69,8 @@
     <module>ontologymanager/registry</module>
     <module>ontologymanager/web</module>
     <module>rules</module>
+
+    <module>cmsadapter</module>
   </modules>
 
   <profiles>