You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/02/12 12:44:44 UTC

svn commit: r1070057 - in /incubator/stanbol/trunk/kres: ./ eu.iksproject.kres.api/ eu.iksproject.kres.jersey/ eu.iksproject.kres.manager/ eu.iksproject.kres.ontologies/ eu.iksproject.kres.reasoners/ eu.iksproject.kres.rules/ eu.iksproject.kres.semion....

Author: enridaga
Date: Sat Feb 12 11:44:44 2011
New Revision: 1070057

URL: http://svn.apache.org/viewvc?rev=1070057&view=rev
Log:
STANBOL-82 Fixing references to parent pom in kres' poms

Modified:
    incubator/stanbol/trunk/kres/eu.iksproject.kres.api/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.manager/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.ontologies/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.reasoners/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.xml/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.refactorer/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/mysql/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/owlapi3/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/xerces/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.storage.provider/pom.xml
    incubator/stanbol/trunk/kres/eu.iksproject.kres.storage/pom.xml
    incubator/stanbol/trunk/kres/pom.xml

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.api/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.api/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.api/pom.xml Sat Feb 12 11:44:44 2011
@@ -8,7 +8,7 @@
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
 	<groupId>eu.iksproject</groupId>
@@ -187,6 +187,7 @@
 			<artifactId>jersey-json</artifactId>
 			<version>${jersey-version}</version>
 		</dependency>
+
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.rdf.core</artifactId>
@@ -197,11 +198,13 @@
 			<groupId>eu.iksproject</groupId>
 			<artifactId>eu.iksproject.kres.shared.dependency.owlapi</artifactId>
 			<version>${kres-version}</version>
+			<type>bundle</type>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>eu.iksproject</groupId>
 			<artifactId>eu.iksproject.kres.ontologies</artifactId>
+			<type>bundle</type>
 			<version>${kres-version}</version>
 		</dependency>
 	</dependencies>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml Sat Feb 12 11:44:44 2011
@@ -8,7 +8,7 @@
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
 	<groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.manager/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.manager/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.manager/pom.xml Sat Feb 12 11:44:44 2011
@@ -3,14 +3,14 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
-
 	<parent>
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
+
 	<groupId>eu.iksproject</groupId>
 	<artifactId>eu.iksproject.kres.manager</artifactId>
 	<packaging>bundle</packaging>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.ontologies/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.ontologies/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.ontologies/pom.xml Sat Feb 12 11:44:44 2011
@@ -4,12 +4,13 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
-    <version>0.7</version>
-    <relativePath>../parent/pom.xml</relativePath>
-  </parent>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
+		<version>0.7</version>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
+
 
   <groupId>eu.iksproject</groupId>
   <artifactId>eu.iksproject.kres.ontologies</artifactId>
@@ -71,7 +72,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-	  <version>1.5.6</version>
+      <version>1.5.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -92,11 +93,17 @@
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>eu.iksproject</groupId>
-      <artifactId>eu.iksproject.kres.shared.dependency.owlapi</artifactId>
-      <version>${kres-version}</version>
-    </dependency>
+        <!--dependency>
+            <groupId>owlapi</groupId>
+            <artifactId>owlapi</artifactId>
+            <version>3.0.0</version>
+            <scope>provided</scope>
+        </dependency-->
+	<dependency>
+	    <groupId>eu.iksproject</groupId>
+	    <artifactId>eu.iksproject.kres.shared.dependency.owlapi</artifactId>
+	    <version>${kres-version}</version>
+	</dependency>
   </dependencies>
 
 </project>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.reasoners/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.reasoners/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.reasoners/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.reasoners/pom.xml Sat Feb 12 11:44:44 2011
@@ -2,12 +2,11 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
-
 	<parent>
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
 	<groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.rules/pom.xml Sat Feb 12 11:44:44 2011
@@ -14,12 +14,12 @@
   <modelVersion>4.0.0</modelVersion>
 
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-    <relativePath>../parent/pom.xml</relativePath>
-  </parent>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
 
   <groupId>eu.iksproject</groupId>
   <artifactId>eu.iksproject.kres.rules</artifactId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.manager/pom.xml Sat Feb 12 11:44:44 2011
@@ -13,12 +13,13 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
-    <version>0.7</version>
-    <relativePath>../../parent/pom.xml</relativePath>
-  </parent>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
+		<version>0.7</version>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
+
 
   <groupId>eu.iksproject</groupId>
   <artifactId>eu.iksproject.kres.semion.manager</artifactId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.db/pom.xml Sat Feb 12 11:44:44 2011
@@ -14,12 +14,12 @@
   <modelVersion>4.0.0</modelVersion>
 
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
-    <version>0.7</version>
-    <relativePath>../../../parent/pom.xml</relativePath>
-  </parent>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
+		<version>0.7</version>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
 
 
   <groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.xml/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.xml/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.reengineer.xml/pom.xml Sat Feb 12 11:44:44 2011
@@ -8,12 +8,12 @@
   <modelVersion>4.0.0</modelVersion>
 
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
-    <version>0.7</version>
-    <relativePath>../../../parent/pom.xml</relativePath>
-  </parent>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
+		<version>0.7</version>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
 
 
   <groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.refactorer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.refactorer/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.refactorer/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.semion.refactorer/pom.xml Sat Feb 12 11:44:44 2011
@@ -14,12 +14,12 @@
   <modelVersion>4.0.0</modelVersion>
 
 
-  <parent>
-    <groupId>eu.iksproject</groupId>
-    <artifactId>eu.iksproject.kres.parent</artifactId>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-    <relativePath>../../parent/pom.xml</relativePath>
-  </parent>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
+	</parent>
 
   <groupId>eu.iksproject</groupId>
   <artifactId>eu.iksproject.kres.semion.refactorer</artifactId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/mysql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/mysql/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/mysql/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/mysql/pom.xml Sat Feb 12 11:44:44 2011
@@ -3,12 +3,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     
-    <parent>
-    	<groupId>eu.iksproject</groupId>
-    	<artifactId>eu.iksproject.kres.parent</artifactId>
-    	<version>0.7</version>
-    	<relativePath>../parent</relativePath>
-    </parent>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
+		<version>0.7</version>
+		<relativePath>../../../eu.iksproject.kres.parent</relativePath>
+	</parent>
+
 
     
     <groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/owlapi3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/owlapi3/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/owlapi3/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/owlapi3/pom.xml Sat Feb 12 11:44:44 2011
@@ -92,6 +92,7 @@
 							uk.ac.manchester.cs.*,
 							com.clarkparsia.owlapi.*
 						</Export-Package>
+						<Private-Package/>
                     </instructions>
                 </configuration>
 

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/xerces/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/xerces/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/xerces/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.shared/dependency/xerces/pom.xml Sat Feb 12 11:44:44 2011
@@ -3,12 +3,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     
-    <parent>
-    	<groupId>eu.iksproject</groupId>
-    	<artifactId>eu.iksproject.kres.parent</artifactId>
+	<parent>
+		<groupId>eu.iksproject</groupId>
+		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-    	<relativePath>../parent</relativePath>
-    </parent>
+		<relativePath>../../../eu.iksproject.kres.parent</relativePath>
+	</parent>
+
 
     <groupId>eu.iksproject</groupId>
     <artifactId>eu.iksproject.kres.shared.dependency.xerces</artifactId>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.storage.provider/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.storage.provider/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.storage.provider/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.storage.provider/pom.xml Sat Feb 12 11:44:44 2011
@@ -8,9 +8,10 @@
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
+
 	<groupId>eu.iksproject</groupId>
 	<artifactId>eu.iksproject.kres.storage.provider</artifactId>
 	<packaging>bundle</packaging>

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.storage/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.storage/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.storage/pom.xml Sat Feb 12 11:44:44 2011
@@ -8,7 +8,7 @@
 		<groupId>eu.iksproject</groupId>
 		<artifactId>eu.iksproject.kres.parent</artifactId>
 		<version>0.7</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../eu.iksproject.kres.parent</relativePath>
 	</parent>
 
 	<groupId>eu.iksproject</groupId>

Modified: incubator/stanbol/trunk/kres/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/pom.xml?rev=1070057&r1=1070056&r2=1070057&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/pom.xml (original)
+++ incubator/stanbol/trunk/kres/pom.xml Sat Feb 12 11:44:44 2011
@@ -12,6 +12,13 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
+  <parent>
+    	<groupId>eu.iksproject</groupId>
+    	<artifactId>eu.iksproject.kres.parent</artifactId>
+	<version>0.7</version>
+    	<relativePath>./eu.iksproject.kres.parent</relativePath>
+  </parent>
+
   <groupId>eu.iksproject</groupId>
   <artifactId>eu.iksproject.kres.reactor</artifactId>
   <packaging>pom</packaging>
@@ -30,25 +37,31 @@
     
     <!-- OWL API bundle -->
 	<!-- Dependency bundle -->
+	<!--module>eu.iksproject.kres.shared</module-->
 	<module>eu.iksproject.kres.shared/dependency/owlapi3</module>
+
+	<!-- KReS ontologies -->
+	<module>eu.iksproject.kres.ontologies</module>
+	
 	<module>eu.iksproject.kres.shared/dependency/hermit124</module>
     <module>eu.iksproject.kres.shared/dependency/owllink102</module>
     <module>eu.iksproject.kres.shared/dependency/xerces</module>
     <module>eu.iksproject.kres.shared/dependency/mysql</module>
 
-	<!-- KReS Reasoner -->
-	<module>eu.iksproject.kres.reasoners</module>
 	
 	<!-- Transformation utils -->
 <!--	<module>eu.iksproject.kres.shared/dependency/silk</module> -->
 	<module>eu.iksproject.kres.shared/transformation</module>
 	
-	<!-- KReS ontologies -->
-	<module>eu.iksproject.kres.ontologies</module>
     
 	
 	<!-- KReS APIs -->
-    <module>eu.iksproject.kres.api</module>
+	<module>eu.iksproject.kres.api</module>
+
+
+	<!-- KReS Reasoner -->
+	<module>eu.iksproject.kres.reasoners</module>
+
 	
 	<module>eu.iksproject.kres.storage.provider</module>