Author: sebb
Date: Mon Sep 12 13:43:42 2011
New Revision: 1169742
URL: http://svn.apache.org/viewvc?rev=1169742&view=rev
Log:
Docs
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1169742&r1=1169741&r2=1169742&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Sep 12 13:43:42 2011
@@ -306,6 +306,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <!-- N.B. 2.3.5 does not work on Java 5; see profile
java-1.5-detected for the workround -->
<version>2.3.5</version>
<inherited>true</inherited>
</plugin>
@@ -907,8 +908,9 @@
</activation>
<build>
<plugins>
+ <!-- workround for FELIX-3037 which applies to bundle 2.3.5 -->
<plugin>
- <!-- version 2.3.5 depends in bndlin 1.43.0 which requires Java 6;
fix this -->
+ <!-- version 2.3.5 depends on bndlib 1.43.0 which requires Java 6;
fix this -->
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<dependencies>