Author: reto
Date: Thu Apr 18 06:24:25 2013
New Revision: 1469184
URL: http://svn.apache.org/r1469184
Log:
CLEREZZA-776: broadening range of org.osgi package imports
Modified:
clerezza/trunk/parent/pom.xml
Modified: clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1469184&r1=1469183&r2=1469184&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Thu Apr 18 06:24:25 2013
@@ -28,7 +28,7 @@
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
<packaging>pom</packaging>
- <name>Clerezza - Parent for all (root)</name>
+ <name>Clerezza - Parent for all</name>
<url>http://incubator.apache.org/clerezza/mvn-site/</url>
<version>0.4-SNAPSHOT</version>
<description>The direct or indirect parent of all Clerezza
Artifacts</description>
@@ -75,6 +75,7 @@
<version>2.3.7</version>
<configuration>
<instructions>
+ <Import-Package>org.osgi.*;
version="[1,2)",*</Import-Package>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<_nodefaultversion />
</instructions>