Author: alexdma
Date: Fri Feb 3 17:55:16 2012
New Revision: 1240264
URL: http://svn.apache.org/viewvc?rev=1240264&view=rev
Log:
STANBOL-347 : explanation bundles no longer in kres profile and launcher
Modified:
incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml
incubator/stanbol/trunk/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=1240264&r1=1240263&r2=1240264&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Fri Feb 3
17:55:16 2012
@@ -84,15 +84,6 @@
<version>0.9.0-incubating-SNAPSHOT</version>
</bundle>
</startLevel>
-
- <startLevel level="25">
- <bundle>
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.explanation.core</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
- </bundle>
- </startLevel>
-
<!-- *********************************************************************
start level >= 30 are unused
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1240264&r1=1240263&r2=1240264&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Fri Feb 3 17:55:16 2012
@@ -206,7 +206,9 @@
<module>ontologymanager/store</module>
<module>reasoners</module>
<module>reengineer</module>
+ <!--
<module>explanation</module>
+ -->
<module>launchers/kres</module>
</modules>
</profile>