added jmi.nbm and mof.nbm building BLD200208260100
authormmatula@netbeans.org
Fri, 23 Aug 2002 12:18:15 +0000
changeset 1007c8636e7ee069
parent 1006 b4f67e076daf
child 1008 42ac1add2d48
added jmi.nbm and mof.nbm building
mdr/build.xml
     1.1 --- a/mdr/build.xml	Fri Aug 23 10:41:30 2002 +0000
     1.2 +++ b/mdr/build.xml	Fri Aug 23 12:18:15 2002 +0000
     1.3 @@ -243,7 +243,7 @@
     1.4    <!-- == Production of NBM ====================================== -->
     1.5    <!-- =========================================================== -->
     1.6  
     1.7 -  <target name="nbm" depends="mdr-nbm,mdrapi-nbm,mdrexplorer-nbm"/>
     1.8 +  <target name="nbm" depends="mdr-nbm,mdrapi-nbm,mdrexplorer-nbm,jmi-nbm,mof-nbm"/>
     1.9      
    1.10    <target name="mdrapi-nbm" depends="netbeans">
    1.11      <mkdir dir="${build.dir}/mdrapi-nbm-tmp"/>
    1.12 @@ -305,7 +305,7 @@
    1.13               module="netbeans/modules/autoload/jmi.jar"
    1.14  	     homepage="http://mdr.${homepage.base}/"
    1.15  	     distribution="http://${dist.base}/jmi.nbm">
    1.16 -      <license file="jmi-license.txt"/>
    1.17 +      <license file="licenses/jmi-license.txt"/>
    1.18      </makenbm>
    1.19    </target>
    1.20    
    1.21 @@ -321,7 +321,7 @@
    1.22               module="netbeans/modules/autoload/mof.jar"
    1.23  	     homepage="http://mdr.${homepage.base}/"
    1.24  	     distribution="http://${dist.base}/mof.nbm">
    1.25 -      <license file="mof-license.txt"/>
    1.26 +      <license file="licenses/mof-license.txt"/>
    1.27      </makenbm>
    1.28    </target>
    1.29  
    1.30 @@ -422,6 +422,10 @@
    1.31      <delete dir="${build.dir}/javadoc"/>
    1.32      <delete dir="${build.dir}/MdrAPIs"/>
    1.33      <delete file="${build.dir}/MdrAPIs.zip"/>
    1.34 +    <delete file="${build.dir}/mof.nbm"/>
    1.35 +    <delete file="${build.dir}/jmi.nbm"/>
    1.36 +    <delete dir="${build.dir}/jmi-nbm-tmp"/>
    1.37 +    <delete dir="${build.dir}/mof-nbm-tmp"/>
    1.38    </target>
    1.39  
    1.40  </project>