Author: fchrist
Date: Wed Jan 30 11:33:07 2013
New Revision: 1440349

URL: http://svn.apache.org/viewvc?rev=1440349&view=rev
Log:
STANBOL-900 STANBOL-901 fixed OSGi version ranges for imported packages

Modified:
    stanbol/trunk/contenthub/store/clerezza/pom.xml
    stanbol/trunk/contenthub/store/solr/pom.xml
    stanbol/trunk/enhancement-engines/celi/pom.xml
    stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml
    stanbol/trunk/enhancement-engines/entityhublinking/pom.xml
    stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml
    stanbol/trunk/enhancement-engines/entitytagging/pom.xml
    stanbol/trunk/enhancement-engines/geonames/pom.xml
    stanbol/trunk/enhancement-engines/htmlextractor/pom.xml
    stanbol/trunk/enhancement-engines/keywordextraction/pom.xml
    stanbol/trunk/enhancement-engines/langdetect/pom.xml
    stanbol/trunk/enhancement-engines/langid/pom.xml
    stanbol/trunk/enhancement-engines/metaxa/pom.xml
    stanbol/trunk/enhancement-engines/opencalais/pom.xml
    stanbol/trunk/enhancement-engines/opennlp-ner/pom.xml
    stanbol/trunk/enhancement-engines/opennlp-sentence/pom.xml
    stanbol/trunk/enhancement-engines/opennlp-token/pom.xml
    stanbol/trunk/enhancement-engines/refactor/pom.xml
    stanbol/trunk/enhancement-engines/restful-langident/pom.xml
    stanbol/trunk/enhancement-engines/restful-nlp/pom.xml
    stanbol/trunk/enhancement-engines/smartcn-token/pom.xml
    stanbol/trunk/enhancement-engines/tika/pom.xml
    stanbol/trunk/enhancement-engines/topic/engine/pom.xml
    stanbol/trunk/enhancement-engines/zemanta/pom.xml
    stanbol/trunk/enhancer/chain/allactive/pom.xml
    stanbol/trunk/enhancer/chain/graph/pom.xml
    stanbol/trunk/enhancer/chain/list/pom.xml
    stanbol/trunk/enhancer/chain/weighted/pom.xml
    stanbol/trunk/enhancer/generic/core/pom.xml
    stanbol/trunk/enhancer/generic/servicesapi/pom.xml
    stanbol/trunk/enhancer/jobmanager/event/pom.xml
    stanbol/trunk/enhancer/jobmanager/weightedjobmanager/pom.xml
    stanbol/trunk/entityhub/generic/core/pom.xml
    stanbol/trunk/entityhub/ldpath/pom.xml
    stanbol/trunk/entityhub/model/clerezza/pom.xml
    stanbol/trunk/entityhub/query/clerezza/pom.xml
    stanbol/trunk/entityhub/site/linkeddata/pom.xml
    stanbol/trunk/entityhub/site/managed/pom.xml
    stanbol/trunk/entityhub/yard/clerezza/pom.xml
    stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: stanbol/trunk/contenthub/store/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/store/clerezza/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/contenthub/store/clerezza/pom.xml (original)
+++ stanbol/trunk/contenthub/store/clerezza/pom.xml Wed Jan 30 11:33:07 2013
@@ -41,8 +41,8 @@
               the 0.0.0 version -->
             <Import-Package>
               javax.ws.rs.*; version="[0,2)",
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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.contenthub.servicesapi.store; provide:=true,
               *
             </Import-Package>

Modified: stanbol/trunk/contenthub/store/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/store/solr/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/contenthub/store/solr/pom.xml (original)
+++ stanbol/trunk/contenthub/store/solr/pom.xml Wed Jan 30 11:33:07 2013
@@ -38,8 +38,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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.contenthub.servicesapi.store.solr; 
provide:=true,
               *
             </Import-Package>

Modified: stanbol/trunk/enhancement-engines/celi/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/celi/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/celi/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/celi/pom.xml Wed Jan 30 11:33:07 2013
@@ -38,8 +38,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml Wed Jan 30 
11:33:07 2013
@@ -60,8 +60,8 @@
                                <configuration>
                                        <instructions>
                         <Import-Package>
-                            org.apache.stanbol.enhancer.servicesapi; 
provide:=true,
-                            org.apache.stanbol.enhancer.servicesapi.impl; 
provide:=true,
+                            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)",
                             *
                         </Import-Package>
                                                <Export-Package>

Modified: stanbol/trunk/enhancement-engines/entityhublinking/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entityhublinking/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entityhublinking/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/entityhublinking/pom.xml Wed Jan 30 
11:33:07 2013
@@ -60,7 +60,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.10,0.12)",
               
org.apache.stanbol.enhancer.engines.entitylinking;version=${project.version}; 
provide:=true,
               *
             </Import-Package>

Modified: stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml Wed Jan 30 
11:33:07 2013
@@ -61,7 +61,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.10,0.12)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancement-engines/entitytagging/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitytagging/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/entitytagging/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/entitytagging/pom.xml Wed Jan 30 11:33:07 
2013
@@ -61,8 +61,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/geonames/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/geonames/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/geonames/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/geonames/pom.xml Wed Jan 30 11:33:07 2013
@@ -59,8 +59,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/htmlextractor/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/htmlextractor/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/htmlextractor/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/htmlextractor/pom.xml Wed Jan 30 11:33:07 
2013
@@ -54,8 +54,8 @@
           <instructions>
             <Import-Package>
               !org.apache.tools.*,
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/keywordextraction/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/keywordextraction/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/keywordextraction/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/keywordextraction/pom.xml Wed Jan 30 
11:33:07 2013
@@ -61,8 +61,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancement-engines/langdetect/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/langdetect/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/langdetect/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/langdetect/pom.xml Wed Jan 30 11:33:07 
2013
@@ -67,9 +67,9 @@
                                                        !com.google.inject.*,
                                                        !org.seasar.framework.*,
                                                        !org.springframework.*,
-                                       
org.apache.stanbol.enhancer.servicesapi; provide:=true,
-                                       
org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
-                                       *
+              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)",
+              *
                                                </Import-Package>
                                        </instructions>
                                </configuration>
@@ -110,7 +110,7 @@
       <artifactId>jsonic</artifactId>
       <version>1.2.7</version>
       <type>jar</type>
-   </dependency>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -141,7 +141,7 @@
       <version>0.10.0</version>
       <scope>test</scope>
     </dependency>    
-       <dependency>
+       <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>

Modified: stanbol/trunk/enhancement-engines/langid/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/langid/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/langid/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/langid/pom.xml Wed Jan 30 11:33:07 2013
@@ -59,8 +59,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/metaxa/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/metaxa/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/metaxa/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/metaxa/pom.xml Wed Jan 30 11:33:07 2013
@@ -110,8 +110,8 @@
               !schemasMicrosoftComOfficeWord,
               org.w3c.dom,
               javax.xml.namespace,
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/opencalais/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opencalais/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opencalais/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opencalais/pom.xml Wed Jan 30 11:33:07 
2013
@@ -56,8 +56,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/opennlp-ner/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp-ner/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp-ner/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp-ner/pom.xml Wed Jan 30 11:33:07 
2013
@@ -60,8 +60,8 @@
             </Private-Package>
             <Import-Package>
               !net.didion.*,
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
           </instructions>

Modified: stanbol/trunk/enhancement-engines/opennlp-sentence/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp-sentence/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp-sentence/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp-sentence/pom.xml Wed Jan 30 
11:33:07 2013
@@ -50,8 +50,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/opennlp-token/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp-token/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/opennlp-token/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/opennlp-token/pom.xml Wed Jan 30 11:33:07 
2013
@@ -50,8 +50,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/refactor/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/refactor/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/refactor/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/refactor/pom.xml Wed Jan 30 11:33:07 2013
@@ -65,8 +65,8 @@
             </Export-Package>
             <Import-Package>
               !javax.xml.stream.*,
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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.ontologymanager.sources.clerezza; 
provide:=true,
               *
             </Import-Package>

Modified: stanbol/trunk/enhancement-engines/restful-langident/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/restful-langident/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/restful-langident/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/restful-langident/pom.xml Wed Jan 30 
11:33:07 2013
@@ -50,8 +50,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/restful-nlp/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/restful-nlp/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/restful-nlp/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/restful-nlp/pom.xml Wed Jan 30 11:33:07 
2013
@@ -51,8 +51,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/smartcn-token/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/smartcn-token/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/smartcn-token/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/smartcn-token/pom.xml Wed Jan 30 11:33:07 
2013
@@ -50,8 +50,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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.lucene.analysis.cn.smart,
               *
             </Import-Package>

Modified: stanbol/trunk/enhancement-engines/tika/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/tika/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/tika/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/tika/pom.xml Wed Jan 30 11:33:07 2013
@@ -58,8 +58,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancement-engines/topic/engine/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/engine/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/engine/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/topic/engine/pom.xml Wed Jan 30 11:33:07 
2013
@@ -62,8 +62,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancement-engines/zemanta/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/zemanta/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/zemanta/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/zemanta/pom.xml Wed Jan 30 11:33:07 2013
@@ -63,8 +63,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancer/chain/allactive/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/allactive/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/chain/allactive/pom.xml (original)
+++ stanbol/trunk/enhancer/chain/allactive/pom.xml Wed Jan 30 11:33:07 2013
@@ -56,7 +56,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.10,0.12)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancer/chain/graph/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/graph/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/chain/graph/pom.xml (original)
+++ stanbol/trunk/enhancer/chain/graph/pom.xml Wed Jan 30 11:33:07 2013
@@ -57,8 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancer/chain/list/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/list/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/chain/list/pom.xml (original)
+++ stanbol/trunk/enhancer/chain/list/pom.xml Wed Jan 30 11:33:07 2013
@@ -57,8 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancer/chain/weighted/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/weighted/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/chain/weighted/pom.xml (original)
+++ stanbol/trunk/enhancer/chain/weighted/pom.xml Wed Jan 30 11:33:07 2013
@@ -58,8 +58,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/enhancer/generic/core/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/generic/core/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/generic/core/pom.xml (original)
+++ stanbol/trunk/enhancer/generic/core/pom.xml Wed Jan 30 11:33:07 2013
@@ -54,8 +54,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true,
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
+              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)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancer/generic/servicesapi/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/generic/servicesapi/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/generic/servicesapi/pom.xml (original)
+++ stanbol/trunk/enhancer/generic/servicesapi/pom.xml Wed Jan 30 11:33:07 2013
@@ -25,17 +25,17 @@
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancer Services API</name>
-  <description>The Enhancer (formally FISE) Services API</description>
+  <description>The Enhancer Services API</description>
 
   <inceptionYear>2010</inceptionYear>
 
   <scm>
     <connection>
-            
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/servicesapi/
-        </connection>
+      
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/servicesapi/
+    </connection>
     <developerConnection>
-            
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/servicesapi/
-        </developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/servicesapi/
+    </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>
 

Modified: stanbol/trunk/enhancer/jobmanager/event/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/jobmanager/event/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/jobmanager/event/pom.xml (original)
+++ stanbol/trunk/enhancer/jobmanager/event/pom.xml Wed Jan 30 11:33:07 2013
@@ -32,22 +32,21 @@
 
   <name>Apache Stanbol Enhancer Event Jobmanager</name>
   <description>
-        Implementation of the EnhancementJobManager that supports
-        an asynchronous enhancement process by using the
-        "org.osgi.services.event" framework.
-    </description>
+    Implementation of the EnhancementJobManager that supports
+    an asynchronous enhancement process by using the
+    "org.osgi.services.event" framework.
+  </description>
 
   <inceptionYear>2012</inceptionYear>
 
-    <scm>
-        <connection>
-            
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/jobmanager/event/
-        </connection>
-        <developerConnection>
-            
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/jobmanager/event/
-        </developerConnection>
-        <url>http://stanbol.apache.org/</url>
-    </scm>
+  <scm>
+    <connection>
+      
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/jobmanager/event/
+    </connection>
+    <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/jobmanager/event/
+    </developerConnection>
+  </scm>
 
   <build>
     <plugins>
@@ -58,7 +57,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.9.0,0.11)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.10.0,0.12)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/enhancer/jobmanager/weightedjobmanager/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/jobmanager/weightedjobmanager/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/enhancer/jobmanager/weightedjobmanager/pom.xml (original)
+++ stanbol/trunk/enhancer/jobmanager/weightedjobmanager/pom.xml Wed Jan 30 
11:33:07 2013
@@ -57,7 +57,7 @@
        <configuration>
          <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.9.0,0.11)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true; 
version="[0.10,0.12)",
               *
             </Import-Package>
            <Private-Package>

Modified: stanbol/trunk/entityhub/generic/core/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/core/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/core/pom.xml Wed Jan 30 11:33:07 2013
@@ -64,12 +64,12 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.site; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.yard; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.mapping; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.model; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.query; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi; provide:=true; 
version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.servicesapi.site; provide:=true; 
version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.servicesapi.yard; provide:=true; 
version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.servicesapi.mapping; provide:=true; 
version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.servicesapi.model; provide:=true; 
version="[0.11,0.13)",
+              org.apache.stanbol.entityhub.servicesapi.query; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/ldpath/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ stanbol/trunk/entityhub/ldpath/pom.xml Wed Jan 30 11:33:07 2013
@@ -58,7 +58,7 @@
               at.newmedialab.ldpath; provide:=true,
               at.newmedialab.ldpath.api.backend; provide:=true,
               at.newmedialab.ldpath.api.transformers; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.query; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.query; provide:=true; 
version="[0.11,0.13)",
               *
             </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=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/model/clerezza/pom.xml Wed Jan 30 11:33:07 2013
@@ -63,8 +63,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.model; provide:=true,
-              org.apache.stanbol.entityhub.servicesapi.util; provide:=true,
+              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)",
               *
             </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=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/query/clerezza/pom.xml Wed Jan 30 11:33:07 2013
@@ -62,7 +62,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.query; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.query; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/site/linkeddata/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/linkeddata/pom.xml (original)
+++ stanbol/trunk/entityhub/site/linkeddata/pom.xml Wed Jan 30 11:33:07 2013
@@ -63,7 +63,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.site; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.site; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/entityhub/site/managed/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/managed/pom.xml (original)
+++ stanbol/trunk/entityhub/site/managed/pom.xml Wed Jan 30 11:33:07 2013
@@ -61,7 +61,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.site; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.site; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/clerezza/pom.xml Wed Jan 30 11:33:07 2013
@@ -63,7 +63,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.yard; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.yard; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/trunk/entityhub/yard/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1440349&r1=1440348&r2=1440349&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/solr/pom.xml Wed Jan 30 11:33:07 2013
@@ -63,7 +63,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.entityhub.servicesapi.site; provide:=true,
+              org.apache.stanbol.entityhub.servicesapi.site; provide:=true; 
version="[0.11,0.13)",
               *
             </Import-Package>
             <Export-Package>


Reply via email to