You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2014/06/09 17:32:52 UTC

svn commit: r1601409 - /aries/trunk/samples/twitter/twitter-bundle/pom.xml

Author: jbonofre
Date: Mon Jun  9 15:32:51 2014
New Revision: 1601409

URL: http://svn.apache.org/r1601409
Log:
Merge branch 'ARIES-1006' into trunk

Modified:
    aries/trunk/samples/twitter/twitter-bundle/pom.xml

Modified: aries/trunk/samples/twitter/twitter-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/twitter/twitter-bundle/pom.xml?rev=1601409&r1=1601408&r2=1601409&view=diff
==============================================================================
--- aries/trunk/samples/twitter/twitter-bundle/pom.xml (original)
+++ aries/trunk/samples/twitter/twitter-bundle/pom.xml Mon Jun  9 15:32:51 2014
@@ -57,9 +57,10 @@
 				<artifactId>maven-bundle-plugin</artifactId>
 				<configuration>
 					<instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Bundle-Activator>org.apache.aries.sample.twitter.TwitterQuery</Bundle-Activator>
-                        <Private-Package>org.apache.aries.sample.twitter</Private-Package>
+                                             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                                             <Bundle-Activator>org.apache.aries.sample.twitter.TwitterQuery</Bundle-Activator>
+                                             <Private-Package>org.apache.aries.sample.twitter</Private-Package>
+                                             <Import-Package>org.osgi.framework;version="[1.5,2)",*</Import-Package>
 					</instructions>
 				</configuration> 
 			</plugin>