You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/09/02 16:33:37 UTC

svn commit: r810525 - in /felix/trunk/bundleplugin: pom.xml src/main/java/aQute/

Author: mcculls
Date: Wed Sep  2 14:33:37 2009
New Revision: 810525

URL: http://svn.apache.org/viewvc?rev=810525&view=rev
Log:
Upgrade to bndlib 0.0.357

Removed:
    felix/trunk/bundleplugin/src/main/java/aQute/
Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=810525&r1=810524&r2=810525&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Wed Sep  2 14:33:37 2009
@@ -54,6 +54,11 @@
  
  <dependencies>
   <dependency>
+    <groupId>biz.aQute</groupId>
+    <artifactId>bndlib</artifactId>
+    <version>0.0.357</version>
+  </dependency>
+  <dependency>
     <groupId>net.sf.kxml</groupId>
     <artifactId>kxml2</artifactId>
     <version>2.2.2</version>