You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/21 01:49:28 UTC

svn commit: r1083649 - in /incubator/stanbol/trunk/kres/rules/refactor: pom.xml src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java

Author: concelvio
Date: Mon Mar 21 00:49:28 2011
New Revision: 1083649

URL: http://svn.apache.org/viewvc?rev=1083649&view=rev
Log:
STANBOL-39:
1) Changed depedency from eu.iksproject.kres.shared.trasformation to org.apache.stanbol.owlapi
2) Changed import  from eu.iksproject.kres.shared.trasformation to org.apache.stanbol.owlapi.trasformation.*

Modified:
    incubator/stanbol/trunk/kres/rules/refactor/pom.xml
    incubator/stanbol/trunk/kres/rules/refactor/src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java

Modified: incubator/stanbol/trunk/kres/rules/refactor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/refactor/pom.xml?rev=1083649&r1=1083648&r2=1083649&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/refactor/pom.xml Mon Mar 21 00:49:28 2011
@@ -80,9 +80,9 @@
 
 		<!-- Stanbol deps -->
 		<dependency>
-			<groupId>eu.iksproject</groupId>
-			<artifactId>eu.iksproject.kres.shared.transformation</artifactId>
-			<version>${kres-version}</version>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.owlapi</artifactId>
+			<version>${stanbol-version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>
@@ -160,6 +160,11 @@
 			<version>0.5-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
+                <dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
@@ -188,7 +193,11 @@
 			<type>jar</type>
 			<scope>provided</scope>
 		</dependency>
-
+	 <dependency>
+	  <groupId>com.hp.hpl.jena</groupId>
+	  <artifactId>jena</artifactId>
+	  <version>2.6.2</version>
+	 </dependency>
 	</dependencies>
 
 	<repositories>

Modified: incubator/stanbol/trunk/kres/rules/refactor/src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/refactor/src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java?rev=1083649&r1=1083648&r2=1083649&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/refactor/src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java (original)
+++ incubator/stanbol/trunk/kres/rules/refactor/src/main/java/org/apache/stanbol/rules/refactor/impl/SemionRefactorerImpl.java Mon Mar 21 00:49:28 2011
@@ -64,9 +64,9 @@ import com.hp.hpl.jena.sparql.function.F
 import com.hp.hpl.jena.sparql.pfunction.PropertyFunctionRegistry;
 import com.hp.hpl.jena.update.UpdateAction;
 
-import eu.iksproject.kres.shared.transformation.JenaToClerezzaConverter;
-import eu.iksproject.kres.shared.transformation.JenaToOwlConvert;
-import eu.iksproject.kres.shared.transformation.OWLAPIToClerezzaConverter;
+import org.apache.stanbol.owlapi.trasformation.JenaToClerezzaConverter;
+import org.apache.stanbol.owlapi.trasformation.JenaToOwlConvert;
+import org.apache.stanbol.owlapi.trasformation.OWLAPIToClerezzaConverter;
 
 /**
  * The SemionRefactorerImpl is the concrete implementation of the SemionRefactorer interface defined in the