You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/12/17 22:49:58 UTC

svn commit: r1423211 - /incubator/easyant/plugins/trunk/osgi-bundle/module.ivy

Author: jlboudart
Date: Mon Dec 17 22:49:58 2012
New Revision: 1423211

URL: http://svn.apache.org/viewvc?rev=1423211&view=rev
Log:
Remove dependencies on osgi-bundle jar for the moment, the library doesn't seems to be maintained. We should rewrite this plugin later

Modified:
    incubator/easyant/plugins/trunk/osgi-bundle/module.ivy

Modified: incubator/easyant/plugins/trunk/osgi-bundle/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/osgi-bundle/module.ivy?rev=1423211&r1=1423210&r2=1423211&view=diff
==============================================================================
--- incubator/easyant/plugins/trunk/osgi-bundle/module.ivy (original)
+++ incubator/easyant/plugins/trunk/osgi-bundle/module.ivy Mon Dec 17 22:49:58 2012
@@ -31,6 +31,8 @@
         <artifact type="ant" />
     </publications>
     <dependencies>
+<!--
         <dependency org="net.luminis" name="osgi-bundle-ant" rev="0.2.0" />
+-->
     </dependencies>
-</ivy-module>
\ No newline at end of file
+</ivy-module>