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 2011/11/04 20:54:40 UTC

svn commit: r1197729 - in /felix/trunk/bundleplugin: pom.xml src/main/java/aQute/ src/main/java/org/osgi/ src/main/resources/aQute/ src/main/resources/org/osgi/

Author: mcculls
Date: Fri Nov  4 19:54:39 2011
New Revision: 1197729

URL: http://svn.apache.org/viewvc?rev=1197729&view=rev
Log:
Update to use bndlib 1.50.0

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

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1197729&r1=1197728&r2=1197729&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Fri Nov  4 19:54:39 2011
@@ -55,28 +55,15 @@
      <target>1.5</target>
     </configuration>
    </plugin>
-    <!-- TEMP: only needed while we include aQute.bndlib 1.47 (not yet on central) -->
-   <plugin>
-    <groupId>org.apache.rat</groupId>
-    <artifactId>apache-rat-plugin</artifactId>
-    <configuration>
-     <excludes>
-      <exclude>**/packageinfo</exclude>
-      <exclude>**/aQute/**</exclude>
-     </excludes>
-    </configuration>
-   </plugin>
   </plugins>
  </build>
 
  <dependencies>
-<!--
   <dependency>
     <groupId>biz.aQute</groupId>
     <artifactId>bndlib</artifactId>
-    <version>1.43.0</version>
+    <version>1.50.0</version>
   </dependency>
--->
   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.bundlerepository</artifactId>