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/20 13:41:38 UTC

svn commit: r1148712 - in /incubator/stanbol/trunk: commons/pom.xml pom.xml

Author: fchrist
Date: Wed Jul 20 11:41:38 2011
New Revision: 1148712

URL: http://svn.apache.org/viewvc?rev=1148712&view=rev
Log:
STANBOL-288 removed commons/opennlp from 'framework' profile

Modified:
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1148712&r1=1148711&r2=1148712&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Wed Jul 20 11:41:38 2011
@@ -36,7 +36,11 @@
 
   <modules>
     <module>jsonld</module>
+    <!--
+    Deactivated as not releasable under Apache because of license issue. The
+    opennlp bundle is only added when using the 'stack' profile.
     <module>opennlp</module>
+    -->
     <module>solr</module>
     <module>web/base</module>
     <module>web/home</module>

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1148712&r1=1148711&r2=1148712&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Jul 20 11:41:38 2011
@@ -71,8 +71,9 @@
         <activeByDefault>true</activeByDefault>
       </activation>
       <modules>
+        <module>commons/opennlp</module>
         <module>data</module>
-        
+
         <module>enhancer/engines</module>
         
         <module>launchers/stable</module>