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/03/27 11:05:12 UTC

svn commit: r1461498 - in /stanbol/trunk/entityhub: ldpath/pom.xml model/clerezza/pom.xml query/clerezza/pom.xml site/managed/pom.xml

Author: rwesten
Date: Wed Mar 27 10:05:11 2013
New Revision: 1461498

URL: http://svn.apache.org/r1461498
Log:
STANBOL-924: Adaptions as described by the Issue for all Stanbol Entityhub

Modified:
    stanbol/trunk/entityhub/ldpath/pom.xml
    stanbol/trunk/entityhub/model/clerezza/pom.xml
    stanbol/trunk/entityhub/query/clerezza/pom.xml
    stanbol/trunk/entityhub/site/managed/pom.xml

Modified: stanbol/trunk/entityhub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1461498&r1=1461497&r2=1461498&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ stanbol/trunk/entityhub/ldpath/pom.xml Wed Mar 27 10:05:11 2013
@@ -59,6 +59,10 @@
               at.newmedialab.ldpath.api.backend; provide:=true,
               at.newmedialab.ldpath.api.transformers; provide:=true,
               org.apache.stanbol.entityhub.servicesapi.query; provide:=true; version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.ldpath,
+              org.apache.stanbol.entityhub.ldpath.backend,
+              org.apache.stanbol.entityhub.ldpath.query,
+              org.apache.stanbol.entityhub.ldpath.transformer,
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/model/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1461498&r1=1461497&r2=1461498&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/model/clerezza/pom.xml Wed Mar 27 10:05:11 2013
@@ -65,6 +65,8 @@
             <Import-Package>
               org.apache.stanbol.entityhub.servicesapi.model; provide:=true; version="[0.11,0.13)",
               org.apache.stanbol.entityhub.servicesapi.util; provide:=true; version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.model.clerezza,
+              org.apache.stanbol.entityhub.model.clerezza.utils,
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/query/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1461498&r1=1461497&r2=1461498&view=diff
==============================================================================
--- stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/query/clerezza/pom.xml Wed Mar 27 10:05:11 2013
@@ -63,6 +63,7 @@
           <instructions>
             <Import-Package>
               org.apache.stanbol.entityhub.servicesapi.query; provide:=true; version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.query.clerezza,
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/site/managed/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1461498&r1=1461497&r2=1461498&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/managed/pom.xml (original)
+++ stanbol/trunk/entityhub/site/managed/pom.xml Wed Mar 27 10:05:11 2013
@@ -64,10 +64,8 @@
               org.apache.stanbol.entityhub.servicesapi.site; provide:=true; version="[0.11,0.13)",
               *
             </Import-Package>
-            <Export-Package>
-              org.apache.stanbol.entityhub.site.managed;version=${project.version}
-            </Export-Package>
             <Private-Package>
+              org.apache.stanbol.entityhub.site.managed;version=${project.version},
               org.apache.stanbol.entityhub.site.managed.impl;version=${project.version}
             </Private-Package>
           </instructions>