Author: reto
Date: Thu Apr 11 18:34:26 2013
New Revision: 1467037
URL: http://svn.apache.org/r1467037
Log:
CLEREZZA-774: broaded import ranges for org.osgi imports
Modified:
clerezza/trunk/platform.cris/pom.xml
Modified: clerezza/trunk/platform.cris/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/platform.cris/pom.xml?rev=1467037&r1=1467036&r2=1467037&view=diff
==============================================================================
--- clerezza/trunk/platform.cris/pom.xml (original)
+++ clerezza/trunk/platform.cris/pom.xml Thu Apr 11 18:34:26 2013
@@ -83,6 +83,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
+ <Import-Package>org.osgi.framework; version="[1,2)",
+ org.osgi.service.component;
version="[1,2)",*</Import-Package>
<Export-Package>org.apache.clerezza.platform.cris.*</Export-Package>
</instructions>
</configuration>