Author: mcculls
Date: Wed Feb 27 16:11:31 2013
New Revision: 1450827
URL: http://svn.apache.org/r1450827
Log:
Use deployed bndlib-2.0.0.20130123-133441
Removed:
felix/trunk/bundleplugin/src/main/java/aQute/
felix/trunk/bundleplugin/src/main/resources/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=1450827&r1=1450826&r2=1450827&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Wed Feb 27 16:11:31 2013
@@ -55,48 +55,15 @@
<target>1.5</target>
</configuration>
</plugin>
-<!--
- | vvvvvvvv TEMP vvvvvvvv
--->
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>src/main/*/aQute/**</exclude>
- </excludes>
- </configuration>
- </plugin>
-<!--
- | ^^^^^^^^ TEMP ^^^^^^^^
--->
</plugins>
</build>
<dependencies>
-<!--
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
- <version>1.50.0</version>
- </dependency>
--->
-<!--
- | vvvvvvvv TEMP vvvvvvvv
--->
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>5.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>4.3.0</version>
+ <version>2.0.0.20130123-133441</version>
</dependency>
-<!--
- | ^^^^^^^^ TEMP ^^^^^^^^
--->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>