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

svn commit: r1147816 - in /incubator/stanbol/trunk: integration-tests/pom.xml launchers/full/src/main/bundles/list.xml pom.xml

Author: fchrist
Date: Mon Jul 18 11:37:25 2011
New Revision: 1147816

URL: http://svn.apache.org/viewvc?rev=1147816&view=rev
Log:
STANBOL-288 Removed Reasoner, OWLAPI, OWLLINK, HERMIT from trunk/default build to make the trunk releasable; added new 'dev' profile that includes the reasoner

Modified:
    incubator/stanbol/trunk/integration-tests/pom.xml
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1147816&r1=1147815&r2=1147816&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Mon Jul 18 11:37:25 2011
@@ -173,8 +173,8 @@
             <server.ready.path.2>/engines:There are currently</server.ready.path.2>
             <server.ready.path.3>/contenthub:Recently uploaded Content Items</server.ready.path.3>
             <server.ready.path.4>/factstore:The FactStore implements a store</server.ready.path.4>
-			<server.ready.path.5>/ontonet:Apache Stanbol OntoNet</server.ready.path.5>
-			<server.ready.path.6>/reasoners:Apache Stanbol Reasoners</server.ready.path.6>
+			      <server.ready.path.5>/ontonet:Apache Stanbol OntoNet</server.ready.path.5>
+            <!-- server.ready.path.6>/reasoners:Apache Stanbol Reasoners</server.ready.path.6 -->
           </systemPropertyVariables>
         </configuration>
       </plugin>

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1147816&r1=1147815&r2=1147816&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Mon Jul 18 11:37:25 2011
@@ -456,8 +456,6 @@
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
       <version>0.9-SNAPSHOT</version>
     </bundle>
-<!--   </startLevel>
-  <startLevel level="21">  -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
@@ -529,26 +527,6 @@
 		<artifactId>org.apache.stanbol.rules.refactor</artifactId>
 		<version>0.9-SNAPSHOT</version>
 	</bundle>
-	<!-- Stanbol Reasoners (requires Rules) -->
-	<bundle>
-		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.reasoners.base</artifactId>
-		<version>0.9-SNAPSHOT</version>
-	</bundle>
-	<bundle>
-		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.reasoners.hermit</artifactId>
-		<version>0.9-SNAPSHOT</version>
-	</bundle>
-	<bundle>
-		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.reasoners.owllink</artifactId>
-		<version>0.9-SNAPSHOT</version>
-	</bundle>
-  </startLevel>
-    
-  <!-- KReS Web -->
-  <startLevel level="23">
 	<bundle>
    	  <groupId>org.apache.stanbol</groupId>
 	  <artifactId>org.apache.stanbol.ontologymanager.web</artifactId>
@@ -556,54 +534,10 @@
 	</bundle>
 	<bundle>
 		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.reasoners.web</artifactId>
-		<version>0.9-SNAPSHOT</version>
-	</bundle>
-	<bundle>
-		<groupId>org.apache.stanbol</groupId>
 		<artifactId>org.apache.stanbol.rules.web</artifactId>
 		<version>0.9-SNAPSHOT</version>
 	</bundle>
  </startLevel>
-  
-  <!-- Persistence Store Bundles
-  <startLevel level="22">
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore
-            </artifactId>
-      <version>0.9-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena
-            </artifactId>
-      <version>0.9-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.jena.tdb
-            </artifactId>
-      <version>0.9-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.stores.persistencestore.adapter
-            </artifactId>
-      <version>0.9-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.semanticweb.owlapi.owllink</artifactId>
-      <version>1.0.2-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.semanticweb.owlapi</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
-    </bundle>
-  </startLevel>
-  -->
  
   <!-- *********************************************************************
           start level 25 TO 29 reserved for Stanbol plug-ins

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1147816&r1=1147815&r2=1147816&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Jul 18 11:37:25 2011
@@ -35,56 +35,41 @@
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
 
+  <modules>
+    <module>parent</module>
+    <module>frameworkfragment</module>
+    <module>commons</module>
+    <module>owl</module>
+    <module>entityhub</module>
+    <module>factstore</module>
+    <module>enhancer</module>
+    <module>data</module>
+    <module>contenthub/web</module>
+    <module>ontologymanager/ontonet</module>
+    <module>ontologymanager/web</module>
+    <module>rules</module>
+    <module>launchers/stable</module>
+    <module>launchers/stateless</module>
+    <module>launchers/full</module>
+    <module>integration-tests</module>
+  </modules>
 
   <profiles>
     <profile>
-      <id>default</id>
+      <id>dev</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
-        <module>parent</module>
-        <module>frameworkfragment</module>
-        <module>commons</module>
-        <module>owl</module>
-        <module>entityhub</module>
-        <module>factstore</module>
-        <module>enhancer</module>
-        <module>data</module>
-        <module>contenthub/web</module>
-        <module>ontologymanager/ontonet</module>
-        <module>ontologymanager/web</module>
         <module>rules</module>
         <module>reasoners</module>
-        <module>launchers/stable</module>
-        <module>launchers/stateless</module>
-        <module>launchers/full</module>
-        <module>integration-tests</module>
       </modules>
     </profile>
     <profile>
       <id>release</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <activeByDefault>false</activeByDefault>
       </activation>
-      <modules>
-        <module>parent</module>
-        <module>frameworkfragment</module>
-        <module>commons</module>
-        <module>owl</module>
-        <module>entityhub</module>
-        <module>factstore</module>
-        <module>enhancer</module>
-        <module>data</module>
-        <module>contenthub/web</module>
-        <module>ontologymanager/ontonet</module>
-        <module>ontologymanager/web</module>
-        <module>rules</module>
-        <module>launchers/stable</module>
-        <module>launchers/stateless</module>
-        <module>launchers/full</module>
-        <module>integration-tests</module>
-      </modules>
     </profile>
     <profile>
       <id>kres</id>
@@ -92,17 +77,9 @@
         <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
-        <module>parent</module>
-        <module>frameworkfragment</module>
-        <module>commons</module>
-        <module>owl</module>
-        <module>entityhub</module>
-        <module>factstore</module>
-        <module>enhancer</module>
-        <module>data</module>
-        <module>contenthub/web</module>
         <module>ontologymanager</module>
         <module>rules</module>
+        <module>reasoners</module>
         <module>reengineer</module>
         <module>launchers/kres</module>
       </modules>