You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/07/27 13:19:56 UTC

svn commit: r1151429 - in /incubator/stanbol/trunk: launchers/kres/src/main/bundles/list.xml reengineer/pom.xml reengineer/xml/src/main/java/eu/iksproject/

Author: alexdma
Date: Wed Jul 27 11:19:55 2011
New Revision: 1151429

URL: http://svn.apache.org/viewvc?rev=1151429&view=rev
Log:
STANBOL-301 :
- reengineer.xerces is no longer built, required by reengineer.xml or included in launchers

Removed:
    incubator/stanbol/trunk/reengineer/xml/src/main/java/eu/iksproject/
Modified:
    incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
    incubator/stanbol/trunk/reengineer/pom.xml

Modified: incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml?rev=1151429&r1=1151428&r2=1151429&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Wed Jul 27 11:19:55 2011
@@ -547,11 +547,13 @@
 			<artifactId>org.apache.stanbol.reengineer.base</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+		<!--
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.reengineer.xerces</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>
+		-->
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.base</artifactId>

Modified: incubator/stanbol/trunk/reengineer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/pom.xml?rev=1151429&r1=1151428&r2=1151429&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/pom.xml Wed Jul 27 11:19:55 2011
@@ -42,7 +42,9 @@
     <module>mysql</module>
     -->
     <module>web</module>
+    <!--
     <module>xerces</module>
+    -->
     <module>xml</module>
   </modules>