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/10/19 22:32:55 UTC

svn commit: r1400321 - /incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy

Author: jlboudart
Date: Fri Oct 19 22:32:55 2012
New Revision: 1400321

URL: http://svn.apache.org/viewvc?rev=1400321&view=rev
Log:
Add missing parent on build-osgi-bundle-java

Modified:
    incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy

Modified: incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy?rev=1400321&r1=1400320&r2=1400321&view=diff
==============================================================================
--- incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy (original)
+++ incubator/easyant/buildtypes/trunk/build-osgi-bundle-java/module.ivy Fri Oct 19 22:32:55 2012
@@ -16,6 +16,7 @@
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org"> 
     <info organisation="org.apache.easyant.buildtypes" module="build-osgi-bundle-java" revision="0.1">
+           <extends organisation="org.apache.easyant.buildtypes" module="parent-buildtype" revision="0.1"/>
            <description>A standard build for osgi bundle modules, relying on standard phases, and providing compilation, execution and unit tests</description>
            <ea:build organisation="org.apache.easyant.buildtypes" module="build-std-ant-plugin" revision="0.1"/>
         </info>