Add missing parent on build-osgi-bundle-java

git-svn-id: https://svn.apache.org/repos/asf/incubator/easyant/buildtypes/trunk@1400321 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build-osgi-bundle-java/module.ivy b/build-osgi-bundle-java/module.ivy
index 8d9129d..2ae134e 100644
--- a/build-osgi-bundle-java/module.ivy
+++ b/build-osgi-bundle-java/module.ivy
@@ -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>