Author: reto
Date: Mon Jul 28 10:37:23 2014
New Revision: 1613948

URL: http://svn.apache.org/r1613948
Log:
STANBOL-1364: brodadened import range for osgi.service.http, merged comflicting 
import-pacake elements

Modified:
    stanbol/trunk/enhancer/benchmark/pom.xml

Modified: stanbol/trunk/enhancer/benchmark/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/enhancer/benchmark/pom.xml?rev=1613948&r1=1613947&r2=1613948&view=diff
==============================================================================
--- stanbol/trunk/enhancer/benchmark/pom.xml (original)
+++ stanbol/trunk/enhancer/benchmark/pom.xml Mon Jul 28 10:37:23 2014
@@ -55,21 +55,7 @@
               org.osgi.service.http; version="[1.2.0,2)",
               javax.servlet.*; version="[2.5.0,4.0.0)",
               org.apache.stanbol.enhancer.benchmark; provide:=true,
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.stanbol.enhancer.benchmark; version=${project.version}
-            </Export-Package>
-            <Private-Package>
-              org.apache.stanbol.enhancer.benchmark.impl.*
-            </Private-Package>
-            
-            <!-- TODO velocity should be in its own bundle -->
-            <!-- Embed-Dependency>velocity,velocity-tools</Embed-Dependency>
-            <Embed-Transitive>false</Embed-Transitive  -->
-            
-            <!-- Ignore Velocity stuff that we don't need -->
-            <Import-Package>
+              <!-- Ignore Velocity stuff that we don't need -->
               !com.werken.xpath.*,
               !org.apache.log.*,
               !org.apache.oro.*,
@@ -83,6 +69,15 @@
               !javax.servlet.jsp.*,
               *
             </Import-Package>
+            <Export-Package>
+              org.apache.stanbol.enhancer.benchmark; version=${project.version}
+            </Export-Package>
+            <Private-Package>
+              org.apache.stanbol.enhancer.benchmark.impl.*
+            </Private-Package>    
+            <!-- TODO velocity should be in its own bundle -->
+            <!-- Embed-Dependency>velocity,velocity-tools</Embed-Dependency>
+            <Embed-Transitive>false</Embed-Transitive  -->
           </instructions>
         </configuration>
       </plugin>


Reply via email to