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

svn commit: r1148500 - in /incubator/stanbol/trunk: cmsadapter/launchers/lite/src/main/bundles/list.xml ontologymanager/store/pom.xml

Author: suat
Date: Tue Jul 19 19:41:44 2011
New Revision: 1148500

URL: http://svn.apache.org/viewvc?rev=1148500&view=rev
Log:
STANBOL 295:
-Updated dependency according to new artifact id in CMS Adapter launcher
-Changed module name in On. Man. Store reactor

Modified:
    incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml
    incubator/stanbol/trunk/ontologymanager/store/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml?rev=1148500&r1=1148499&r2=1148500&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/launchers/lite/src/main/bundles/list.xml Tue Jul 19 19:41:44 2011
@@ -366,7 +366,7 @@
 		</bundle>
 		<bundle>
 			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.commons.web.ontology
+			<artifactId>org.apache.stanbol.ontologymanager.store.web
 			</artifactId>
 			<version>0.9.0-incubating-SNAPSHOT</version>
 		</bundle>

Modified: incubator/stanbol/trunk/ontologymanager/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/pom.xml?rev=1148500&r1=1148499&r2=1148500&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/pom.xml Tue Jul 19 19:41:44 2011
@@ -50,7 +50,7 @@
     <module>jena</module>
     <module>clerezza</module>
     <module>tdb</module>
-    <module>../../commons/web/ontology</module>
+    <module>web</module>
     <module>launchers/fise</module>
   </modules>
 </project>