You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/03/05 23:28:22 UTC

svn commit: r1297257 - in /incubator/stanbol/trunk: commons/opennlp/pom.xml launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml parent/pom.xml

Author: rwesten
Date: Mon Mar  5 22:28:22 2012
New Revision: 1297257

URL: http://svn.apache.org/viewvc?rev=1297257&view=rev
Log:
STANBOL-235: Finally updated to OpenNLP 1.5.2-incubating

As this version are bundles OpenNLP is no longer embedded/exported by stanbol.commons.opennlp.
Added the two OpenNLP bundles to the commons bundle list of Apache Stanbol

Modified:
    incubator/stanbol/trunk/commons/opennlp/pom.xml
    incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/commons/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/opennlp/pom.xml?rev=1297257&r1=1297256&r2=1297257&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/opennlp/pom.xml (original)
+++ incubator/stanbol/trunk/commons/opennlp/pom.xml Mon Mar  5 22:28:22 2012
@@ -62,20 +62,14 @@
         <configuration>
           <instructions>
             <Export-Package>
-              opennlp.maxent,
-              opennlp.maxent.io,
-              opennlp.model,
-              opennlp.perceptron,
-              opennlp.tools.*,
               org.apache.stanbol.commons.opennlp
             </Export-Package>
             <Private-Package>
               org.apache.stanbol.commons.opennlp.impl.*
             </Private-Package>
-            <Embed-Dependency>opennlp-tools,opennlp-maxent</Embed-Dependency>
+            <Embed-Dependency></Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Import-Package>
-              !net.didion.*,
               *
             </Import-Package>
           </instructions>

Modified: incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1297257&r1=1297256&r2=1297257&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Mon Mar  5 22:28:22 2012
@@ -306,6 +306,16 @@
     </bundle>
     <!-- OpenNLP as bundle + utilities -->
     <bundle>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-maxent</artifactId>
+      <version>3.0.2-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</artifactId>
+      <version>1.5.2-incubating</version>
+    </bundle>
+    <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1297257&r1=1297256&r2=1297257&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Mar  5 22:28:22 2012
@@ -1331,12 +1331,12 @@
       <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-maxent</artifactId>
-        <version>3.0.1-incubating</version>
+        <version>3.0.2-incubating</version>
       </dependency>
       <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-tools</artifactId>
-        <version>1.5.1-incubating</version>
+        <version>1.5.2-incubating</version>
       </dependency>
 
       <!-- Solr Bundles -->