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 2013/11/19 09:43:06 UTC

svn commit: r1543344 - /stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml

Author: rwesten
Date: Tue Nov 19 08:43:06 2013
New Revision: 1543344

URL: http://svn.apache.org/r1543344
Log:
STANBOL-1142: fixed private package decleration of the topic engine pom file

Modified:
    stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml

Modified: stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml?rev=1543344&r1=1543343&r2=1543344&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancement-engines/topic/engine/pom.xml Tue Nov 19 08:43:06 2013
@@ -63,12 +63,13 @@
             <Import-Package>
               org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
               org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.topic.api.*,
+              org.apache.stanbol.enhancer.topic.api.*; provide:=true; version="[0.10.1,0.12)",
               *
             </Import-Package>
-            <Export-Package></Export-Package>
             <Private-Package>
-              org.apache.stanbol.enhancer.engine.topic
+              org.apache.stanbol.enhancer.topic,
+              org.apache.stanbol.enhancer.engine.topic,
+              org.apache.stanbol.enhancer.topic.training
             </Private-Package>
             <!--  Install-Path>install-config</Install-Path -->
             <Data-Files>data-files</Data-Files>