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

svn commit: r1593522 - in /stanbol/trunk/launchers: bundlelists/stanbolcommons/src/main/bundles/list.xml full-war/pom.xml full/pom.xml mini/pom.xml stable/pom.xml

Author: reto
Date: Fri May  9 12:11:11 2014
New Revision: 1593522

URL: http://svn.apache.org/r1593522
Log:
STANBOL-1330: ensuring consistent clerezza version by using clerezza rdf feature

Modified:
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/mini/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1593522&r1=1593521&r2=1593522&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Fri May  9 12:11:11 2014
@@ -349,64 +349,9 @@
     </bundle>
   </startLevel>
 
-      <!-- Clerezza storage and sparql infrastructure -->
+
   <startLevel level="26">
     <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.core</artifactId>
-      <version>0.14-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.utils</artifactId>
-      <version>0.13-incubating</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>utils</artifactId>
-      <version>0.1-incubating</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.ontologies</artifactId>
-      <version>0.11-incubating</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.sparql</artifactId>
-      <version>0.7-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.commons</artifactId>
-      <version>0.6</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.facade</artifactId>
-      <version>0.13</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza.ext</groupId>
-      <artifactId>org.apache.jena.jena-iri</artifactId>
-      <version>1.0.1_1-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza.ext</groupId>
-      <artifactId>org.apache.jena.jena-core</artifactId>
-      <version>2.11.1_1-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza.ext</groupId>
-      <artifactId>org.apache.jena.jena-arq</artifactId>
-      <version>2.11.1_1-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza.ext</groupId>
-      <artifactId>org.apache.jena.jena-tdb</artifactId>
-      <version>1.0.1_1-SNAPSHOT</version>
-    </bundle>
-    <bundle>
       <groupId>org.apache.clerezza.ext</groupId>
       <artifactId>javax.mail</artifactId>
       <version>0.4-incubating</version>
@@ -422,36 +367,6 @@
       <artifactId>com.ibm.icu</artifactId>
       <version>0.5-incubating</version>
     </bundle -->
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.storage</artifactId>
-      <version>0.6</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.tdb.storage</artifactId>
-      <version>0.7-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.serializer</artifactId>
-      <version>0.11-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.jena.parser</artifactId>
-      <version>0.12-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.rdfjson</artifactId>
-      <version>0.3-incubating</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.clerezza.ext</groupId>
-      <artifactId>org.json.simple</artifactId>
-      <version>0.3-incubating</version>
-    </bundle>
     <!-- 
       Add support for fast index based in-memory models
      -->

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1593522&r1=1593521&r2=1593522&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Fri May  9 12:11:11 2014
@@ -128,6 +128,15 @@
       <type>partialbundlelist</type>
     </dependency>
 
+    <!-- Clerezza RDF bundles -->
+    <dependency>
+      <groupId>org.apache.clerezza.provisioning</groupId>
+      <artifactId>rdf</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+
     <!-- Stanbol Commons Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1593522&r1=1593521&r2=1593522&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Fri May  9 12:11:11 2014
@@ -172,7 +172,16 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
-    
+
+    <!-- Clerezza RDF bundles -->
+    <dependency>
+      <groupId>org.apache.clerezza.provisioning</groupId>
+      <artifactId>rdf</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+            
     <!-- Stanbol Commons Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>

Modified: stanbol/trunk/launchers/mini/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1593522&r1=1593521&r2=1593522&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Fri May  9 12:11:11 2014
@@ -172,6 +172,15 @@
       <scope>provided</scope>
     </dependency>
 
+    <!-- Clerezza RDF bundles -->
+    <dependency>
+      <groupId>org.apache.clerezza.provisioning</groupId>
+      <artifactId>rdf</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+
     <!-- Stanbol Commons Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -191,7 +200,6 @@
       <scope>provided</scope>
     </dependency>
     
-    <!-- not yet there
     <dependency>
       <groupId>org.apache.clerezza.provisioning</groupId>
       <artifactId>rdf</artifactId>
@@ -199,7 +207,7 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
-    -->
+    
   </dependencies>
 
 </project>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1593522&r1=1593521&r2=1593522&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Fri May  9 12:11:11 2014
@@ -169,7 +169,16 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
-
+    
+    <!-- Clerezza RDF bundles -->
+    <dependency>
+      <groupId>org.apache.clerezza.provisioning</groupId>
+      <artifactId>rdf</artifactId>
+      <version>0.1-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+    
     <!-- Stanbol Commons Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -178,7 +187,7 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
-
+    
     <!-- Stanbol Enhancer Bundle List -->
    <dependency>
       <groupId>org.apache.stanbol</groupId>