mdrtoolkit removed BLD200403091900
authormmatula@netbeans.org
Tue, 09 Mar 2004 10:27:13 +0000
changeset 1477ddb9160a0d0a
parent 1476 50bedd074e40
child 1478 cf6e4a96ab1c
mdrtoolkit removed
mdr/build.xml
     1.1 --- a/mdr/build.xml	Tue Mar 09 10:24:51 2004 +0000
     1.2 +++ b/mdr/build.xml	Tue Mar 09 10:27:13 2004 +0000
     1.3 @@ -39,7 +39,6 @@
     1.4    <property name="looks.jar" location="${nbroot}/openidex/looks/netbeans/modules/autoload/looks.jar"/>
     1.5    <property name="standard-jar-excludes.txt" location="${nbroot}/nbbuild/standard-jar-excludes.txt"/>
     1.6    <property name="standard-nbm-license.txt" location="${nbroot}/nbbuild/standard-nbm-license.txt"/>
     1.7 -  <!--property name="xml-apis.jar.dir" location="${nbroot}/libs/external"/-->
     1.8    <property name="djava.jar.dir" location="${nbroot}/scripting/external"/>
     1.9    <property name="jmi.jar.dir" location="external"/>
    1.10    
    1.11 @@ -93,7 +92,6 @@
    1.12            <pathelement location="${naming.jar}"/>
    1.13            <pathelement location="${looks.jar}"/>
    1.14        </classpath>
    1.15 -      <exclude name="org/netbeans/modules/mdrtoolkit/"/>
    1.16        <exclude name="org/netbeans/mdrshell/"/>
    1.17      </javac>    
    1.18    </target>
    1.19 @@ -110,26 +108,12 @@
    1.20      </javac>
    1.21    </target>
    1.22    
    1.23 -  <target name="mdrtoolkit-compile" depends="compile-src">
    1.24 -    <!-- sources -->
    1.25 -    <javac srcdir="src" destdir="${build.mdr.classes.dir}"
    1.26 -           debug="${build.compiler.debug}" 
    1.27 -           deprecation="${build.compiler.deprecation}">
    1.28 -      <classpath refid="cp"/>
    1.29 -      <classpath>
    1.30 -        <pathelement location="${openidex.jar}"/>
    1.31 -      </classpath>
    1.32 -      <include name="org/netbeans/modules/mdrtoolkit/"/>
    1.33 -    </javac>    
    1.34 -  </target>
    1.35 -
    1.36    <!-- Build MDR download zips -->
    1.37    <target name="download" depends="init,jars-all">
    1.38      <echo message="Building MDR download zip files..."/>
    1.39      <ant dir="../openide" target="libs"/>
    1.40      <mkdir dir="download"/>
    1.41      <copy todir="download">
    1.42 -        <!--fileset dir="${xml-apis.jar.dir}" includes="xml-apis*.jar"/-->
    1.43          <fileset dir="${jmi.jar.dir}" includes="*.jar"/>
    1.44          <fileset dir="${build.dir}/netbeans/modules/ext" includes="*.jar"/>
    1.45          <fileset dir="${build.dir}/netbeans/modules/autoload/ext" includes="*.jar"/>
    1.46 @@ -266,23 +250,6 @@
    1.47      </locjar>
    1.48    </target>
    1.49  
    1.50 -  <target name="mdrtoolkit-jar" depends="init,mdrtoolkit-compile">
    1.51 -    <filter token="BUILD_NUMBER_SUBST" value="${buildnumber}"/>
    1.52 -    <copy file="manifest-toolkit.mf" filtering="on" tofile="${build.dir}/manifest-toolkit-subst.mf"/>    
    1.53 -
    1.54 -    <locjar jarfile="${build.dir}/netbeans/modules/mdrtoolkit.jar"
    1.55 -            compress="false"             
    1.56 -            manifest="${build.dir}/manifest-toolkit-subst.mf">
    1.57 -      <locale name="ja"/>
    1.58 -      <fileset dir="${build.mdr.classes.dir}" excludesfile="${standard-jar-excludes.txt}">
    1.59 -        <include name="org/netbeans/modules/mdrtoolkit/"/>	
    1.60 -      </fileset>
    1.61 -      <fileset dir="src" excludesfile="${standard-jar-excludes.txt}">
    1.62 -        <include name="org/netbeans/modules/mdrtoolkit/"/>  
    1.63 -      </fileset>
    1.64 -    </locjar>
    1.65 -  </target>
    1.66 -
    1.67    <!-- Default targets -->
    1.68    <target name="netbeans" depends="jars,release" description="Main build target - builds MDR modules and libraries.">
    1.69        <genlist targetname="mdrapi-nbm" outputfiledir="${nbroot}/nbbuild/netbeans"/>
    1.70 @@ -451,14 +418,12 @@
    1.71      <delete file="${build.dir}/manifest-explorer-subst.mf"/>
    1.72      <delete file="${build.dir}/mdr.nbm"/>
    1.73      <delete file="${build.dir}/mdrapi.nbm"/>
    1.74 -    <delete file="${build.dir}/mdrtoolkit.nbm"/>
    1.75      <delete file="${build.dir}/mdrexplorer.nbm"/>
    1.76      <delete file="${build.dir}/jmitoolkit.nbm"/>
    1.77      <delete dir="${build.dir}/netbeans"/>
    1.78      <delete dir="${build.dir}/apps"/>
    1.79      <delete dir="${build.dir}/Info"/>
    1.80      <delete dir="${build.dir}/jmitoolkit-nbm-tmp"/>
    1.81 -    <delete dir="${build.dir}/mdrtoolkit-nbm-tmp"/>
    1.82      <delete dir="${build.dir}/mdrapi-nbm-tmp"/>
    1.83      <delete dir="${build.dir}/mdrexplorer-nbm-tmp"/>
    1.84      <delete dir="${build.dir}/javadoc"/>