Author: davidb
Date: Mon May  5 08:14:57 2014
New Revision: 1592466

URL: http://svn.apache.org/r1592466
Log:
[FELIX-4496] Enable Bundle Repository to run as source project with m2e

Applying patch on behalf of Cristiano GaviĆ£o with many thanks.
This closes pull request #7. 

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1592466&r1=1592465&r2=1592466&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Mon May  5 08:14:57 2014
@@ -108,9 +108,10 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.4</version>
+        <version>2.4.0</version>
         <extensions>true</extensions>
         <configuration>
+          <unpackBundle>true</unpackBundle>
           <instructions>
             <Export-Package>
                 org.osgi.service.repository,


Reply via email to