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/12/13 16:51:00 UTC

svn commit: r1421348 - /stanbol/trunk/contrib/store/jena/pom.xml

Author: rwesten
Date: Thu Dec 13 15:50:59 2012
New Revision: 1421348

URL: http://svn.apache.org/viewvc?rev=1421348&view=rev
Log:
STANBOL-841: moved the osgi bundle configurations from the src plugin to the osgi bundle plugin

Modified:
    stanbol/trunk/contrib/store/jena/pom.xml

Modified: stanbol/trunk/contrib/store/jena/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/contrib/store/jena/pom.xml?rev=1421348&r1=1421347&r2=1421348&view=diff
==============================================================================
--- stanbol/trunk/contrib/store/jena/pom.xml (original)
+++ stanbol/trunk/contrib/store/jena/pom.xml Thu Dec 13 15:50:59 2012
@@ -33,26 +33,26 @@
 
 	<name>Apache Stanbol Ontology Manager Store - Jena Implementation </name>
 	<description>A  store implementation using Jena as backend.</description>
-	
+
 	<build>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
 				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Export-Package></Export-Package>
+						<Import-Package>
+							javax.servlet.*; version="[2.5.0,4.0.0)",
+							*
+						</Import-Package>
+					</instructions>
+				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-scr-plugin</artifactId>
-		       <configuration>
-		         <instructions>
-		           <Export-Package></Export-Package>
-		           <Import-Package>
-		            javax.servlet.*; version="[2.5.0,4.0.0)",
-		            *
-		           </Import-Package>
-  		         </instructions>
- 		       </configuration>
 			</plugin>
 		</plugins>
 	</build>