You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/03/03 12:01:22 UTC

svn commit: r1663637 - /felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java

Author: cziegeler
Date: Tue Mar  3 11:01:22 2015
New Revision: 1663637

URL: http://svn.apache.org/r1663637
Log:
Revert accidental change - resolution should be test

Modified:
    felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java

Modified: felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java?rev=1663637&r1=1663636&r2=1663637&view=diff
==============================================================================
--- felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java (original)
+++ felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java Tue Mar  3 11:01:22 2015
@@ -87,7 +87,7 @@ import aQute.lib.spring.SpringXMLType;
  *
  * @goal bundle
  * @phase package
- * @requiresDependencyResolution compile
+ * @requiresDependencyResolution test
  * @description build an OSGi bundle jar
  * @threadSafe
  */