Author: timothyjward
Date: Tue May 7 14:56:40 2013
New Revision: 1479929
URL: http://svn.apache.org/r1479929
Log:
ARIES-1064 : Add blueprint extender capability to blueprint core and blueprint
uber bundle
Modified:
aries/trunk/blueprint/blueprint-bundle/pom.xml
aries/trunk/blueprint/blueprint-core/pom.xml
Modified: aries/trunk/blueprint/blueprint-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-bundle/pom.xml?rev=1479929&r1=1479928&r2=1479929&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-bundle/pom.xml Tue May 7 14:56:40 2013
@@ -234,6 +234,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Provide-Capability>
+ osgi.extender;
+ osgi.extender="osgi.blueprint";
+ uses:=
+
"org.osgi.service.blueprint.container,org.osgi.service.blueprint.reflect";
+ version:Version="1.0"
+ </Provide-Capability>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: aries/trunk/blueprint/blueprint-core/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-core/pom.xml?rev=1479929&r1=1479928&r2=1479929&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-core/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-core/pom.xml Tue May 7 14:56:40 2013
@@ -243,6 +243,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Provide-Capability>
+ osgi.extender;
+ osgi.extender="osgi.blueprint";
+ uses:=
+
"org.osgi.service.blueprint.container,org.osgi.service.blueprint.reflect";
+ version:Version="1.0"
+ </Provide-Capability>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>