Unnecessary dependencies removed BLD200308140100
authormmatula@netbeans.org
Mon, 11 Aug 2003 23:42:46 +0000
changeset 1328723f1c782485
parent 1327 ee059a2999af
child 1329 17a95fd92e11
Unnecessary dependencies removed
mdr/extras/uml2mof/build.xml
     1.1 --- a/mdr/extras/uml2mof/build.xml	Wed Aug 06 21:36:34 2003 +0000
     1.2 +++ b/mdr/extras/uml2mof/build.xml	Mon Aug 11 23:42:46 2003 +0000
     1.3 @@ -30,8 +30,6 @@
     1.4    <property name="openide-lookup.jar" value="${nbroot}/openide/standalone/openide-lookup.jar"/>
     1.5    <property name="standard-jar-excludes.txt" value="${nbroot}/nbbuild/standard-jar-excludes.txt"/>
     1.6    <property name="standard-nbm-license.txt" value="${nbroot}/nbbuild/standard-nbm-license.txt"/>
     1.7 -  <property name="xml-apis.jar" value="${nbroot}/core/netbeans/lib/ext/xml-apis-1.0b2.jar"/>
     1.8 -  <property name="xmlparser.jar" value="${nbroot}/core/netbeans/lib/ext/crimson-1.1.3.jar"/>
     1.9    <property name="jmi.jar" value="${nbroot}/mdr/netbeans/modules/autoload/jmi.jar"/>
    1.10    <property name="mof.jar" value="${nbroot}/mdr/netbeans/modules/autoload/mof.jar"/>
    1.11    <property name="mdrapi.jar" value="${nbroot}/mdr/netbeans/modules/autoload/mdrapi.jar"/>
    1.12 @@ -104,7 +102,6 @@
    1.13      <javac debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}" destdir="${build.classes.dir}" srcdir="src">
    1.14        <classpath>
    1.15          <pathelement location="${openide-lookup.jar}"/>
    1.16 -        <pathelement location="${xml-apis.jar}"/>
    1.17          <pathelement location="${jmi.jar}"/>
    1.18          <pathelement location="${mof.jar}"/>
    1.19          <pathelement location="${mdrapi.jar}"/>
    1.20 @@ -131,13 +128,11 @@
    1.21        </fileset>
    1.22      </jar>
    1.23      
    1.24 -    <copy file="${xmlparser.jar}" todir="${build.dir}"/>
    1.25      <copy file="${jmi.jar}" todir="${build.dir}"/>
    1.26      <copy file="${mof.jar}" todir="${build.dir}"/>
    1.27      <copy file="${mdrapi.jar}" todir="${build.dir}"/>
    1.28      <copy file="${nbmdr.jar}" todir="${build.dir}"/>
    1.29      <copy file="${jmiutils.jar}" todir="${build.dir}"/>
    1.30 -    <copy file="${xml-apis.jar}" todir="${build.dir}"/>
    1.31      <copy file="${openide-lookup.jar}" todir="${build.dir}"/>
    1.32  
    1.33      <jar compress="false" jarfile="${build.dir}/uml2mof.jar" manifest="manifest.mf">
    1.34 @@ -160,7 +155,6 @@
    1.35      <javac debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}" destdir="${build.classes.dir}" srcdir="src">
    1.36        <classpath>
    1.37          <pathelement location="${openide-lookup.jar}"/>
    1.38 -        <pathelement location="${xml-apis.jar}"/>
    1.39          <pathelement location="${jmi.jar}"/>
    1.40          <pathelement location="${mof.jar}"/>
    1.41          <pathelement location="${mdrapi.jar}"/>