Author: alexdma
Date: Mon Feb 27 10:22:22 2012
New Revision: 1294091

URL: http://svn.apache.org/viewvc?rev=1294091&view=rev
Log:
Reasoners bundles (incl. Jena plugin, not HermiT) are now in the default 
profile and full* launchers (STANBOL-511)

Modified:
    incubator/stanbol/trunk/launchers/full-war/pom.xml
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1294091&r1=1294090&r2=1294091&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Mon Feb 27 10:22:22 2012
@@ -199,5 +199,14 @@
       <artifactId>org.apache.stanbol.rules.bundlelist</artifactId>
       <type>partialbundlelist</type>
     </dependency>
+    
+    <!-- Stanbol Reasoners Bundle List -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.reasoners.bundlelist</artifactId>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+    
   </dependencies>
 </project>

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1294091&r1=1294090&r2=1294091&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Mon Feb 27 10:22:22 2012
@@ -208,5 +208,14 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
+    
+    <!-- Stanbol Reasoners Bundle List -->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.reasoners.bundlelist</artifactId>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
+    
   </dependencies>
 </project>

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1294091&r1=1294090&r2=1294091&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Feb 27 10:22:22 2012
@@ -79,6 +79,7 @@
     <module>ontologymanager/web</module>
     <module>ontologymanager/bundlelist</module>
     <module>rules</module>
+    <module>reasoners</module>
   </modules>
 
   <profiles>
@@ -182,7 +183,9 @@
                 <exclude>enhancer/engines/taxonomylinking/**</exclude>
                 <exclude>demos/**</exclude>
                 <exclude>launchers/kres/**</exclude>
+                <!--
                 <exclude>reasoners/**</exclude>
+                -->
                 <exclude>reengineer/**</exclude>
 
                 <!-- exclude hidden files -->


Reply via email to