You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/22 17:10:46 UTC

svn commit: r1525373 - in /clerezza/trunk: ./ ext/ ext/bundles-pom/ ext/jena-arq/ ext/jena-core/ ext/jena-iri/ ext/jena-tdb/ ext/src-assembly/ platform.launcher.tdb/

Author: reto
Date: Sun Sep 22 15:10:45 2013
New Revision: 1525373

URL: http://svn.apache.org/r1525373
Log:
CLEREZZA-824: integrating ext into launcher. Added _1 to version number, changed artifact-id

Modified:
    clerezza/trunk/ext/bundles-pom/   (props changed)
    clerezza/trunk/ext/bundles-pom/pom.xml
    clerezza/trunk/ext/jena-arq/   (props changed)
    clerezza/trunk/ext/jena-arq/pom.xml
    clerezza/trunk/ext/jena-core/   (props changed)
    clerezza/trunk/ext/jena-core/pom.xml
    clerezza/trunk/ext/jena-iri/   (props changed)
    clerezza/trunk/ext/jena-iri/pom.xml
    clerezza/trunk/ext/jena-tdb/   (props changed)
    clerezza/trunk/ext/jena-tdb/pom.xml
    clerezza/trunk/ext/pom.xml
    clerezza/trunk/ext/src-assembly/   (props changed)
    clerezza/trunk/platform.launcher.tdb/pom.xml
    clerezza/trunk/pom.xml

Propchange: clerezza/trunk/ext/bundles-pom/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/bundles-pom/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/bundles-pom/pom.xml (original)
+++ clerezza/trunk/ext/bundles-pom/pom.xml Sun Sep 22 15:10:45 2013
@@ -21,11 +21,18 @@
 
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+        <groupId>org.apache.clerezza</groupId>
+        <artifactId>clerezza</artifactId>
+        <version>0.5-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
+    </parent>
+
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
     <version>1</version>
-    <name>Apache clerezza :: Ext Bundles</name>
+    <name>Apache clerezza :: Ext Bundles :: Parent</name>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Propchange: clerezza/trunk/ext/jena-arq/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/jena-arq/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/jena-arq/pom.xml (original)
+++ clerezza/trunk/ext/jena-arq/pom.xml Sun Sep 22 15:10:45 2013
@@ -29,9 +29,9 @@
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
-    <artifactId>org.apache.clerezza.ext.jena-arq</artifactId>
+    <artifactId>org.apache.jena.jena-arq</artifactId>
     <packaging>bundle</packaging>
-    <version>2.11.0-SNAPSHOT</version>
+    <version>2.11.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

Propchange: clerezza/trunk/ext/jena-core/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/jena-core/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/jena-core/pom.xml (original)
+++ clerezza/trunk/ext/jena-core/pom.xml Sun Sep 22 15:10:45 2013
@@ -29,9 +29,9 @@
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
-    <artifactId>org.apache.clerezza.ext.jena-core</artifactId>
+    <artifactId>org.apache.jena.jena-core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.11.0-SNAPSHOT</version>
+    <version>2.11.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

Propchange: clerezza/trunk/ext/jena-iri/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/jena-iri/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/jena-iri/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/jena-iri/pom.xml (original)
+++ clerezza/trunk/ext/jena-iri/pom.xml Sun Sep 22 15:10:45 2013
@@ -29,9 +29,9 @@
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
-    <artifactId>org.apache.clerezza.ext.jena-iri</artifactId>
+    <artifactId>org.apache.jena.jena-iri</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

Propchange: clerezza/trunk/ext/jena-tdb/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/ext/jena-tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/jena-tdb/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/jena-tdb/pom.xml (original)
+++ clerezza/trunk/ext/jena-tdb/pom.xml Sun Sep 22 15:10:45 2013
@@ -29,9 +29,9 @@
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
-    <artifactId>org.apache.clerezza.ext.jena-tdb</artifactId>
+    <artifactId>org.apache.jena.jena-tdb</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

Modified: clerezza/trunk/ext/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/ext/pom.xml (original)
+++ clerezza/trunk/ext/pom.xml Sun Sep 22 15:10:45 2013
@@ -33,9 +33,10 @@
     <artifactId>org.apache.clerezza.ext.reactor</artifactId>
     <version>1-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Apache Clerezza :: Ext Bundles</name>
+    <name>Apache Clerezza :: Ext Bundles :: Reactor</name>
 
     <modules>
+        <module>bundles-pom</module>
         <module>src-assembly</module>
         <module>jena-iri</module>
         <module>jena-core</module>

Propchange: clerezza/trunk/ext/src-assembly/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 22 15:10:45 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/platform.launcher.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.tdb/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.tdb/pom.xml (original)
+++ clerezza/trunk/platform.launcher.tdb/pom.xml Sun Sep 22 15:10:45 2013
@@ -186,9 +186,39 @@
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
-            <artifactId>org.apache.jena.tdb</artifactId>
+            <artifactId>org.apache.jena.jena-iri</artifactId>
             <scope>runtime</scope>
-            <version>0.4-SNAPSHOT</version>
+            <version>1.0.0_1-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.xerces</artifactId>
+            <scope>runtime</scope>
+            <version>2.11.0_1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.xmlresolver</artifactId>
+            <scope>runtime</scope>
+            <version>1.2_5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza.ext</groupId>
+            <artifactId>org.apache.jena.jena-core</artifactId>
+            <scope>runtime</scope>
+            <version>2.11.0_1-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza.ext</groupId>
+            <artifactId>org.apache.jena.jena-arq</artifactId>
+            <scope>runtime</scope>
+            <version>2.11.0_1-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza.ext</groupId>
+            <artifactId>org.apache.jena.jena-tdb</artifactId>
+            <scope>runtime</scope>
+            <version>1.0.0_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>

Modified: clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1525373&r1=1525372&r2=1525373&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/pom.xml Sun Sep 22 15:10:45 2013
@@ -49,6 +49,7 @@
                 <module>parent</module>
                 <module>clerezza-jar-resource-bundle</module>
                 <module>platform.style.classic.webguiexamples</module>
+                <module>ext</module>
                 <module>ext.org.apache.jena</module>
                 <module>ext.org.apache.jena.tdb</module>
                 <module>ext.com.ibm.icu</module>