Build script fixed. BLD200411141900
authormmatula@netbeans.org
Sun, 14 Nov 2004 12:48:09 +0000
changeset 16217061aed40ec2
parent 1620 6f5a93ad10b8
child 1622 9c6ef29581c9
Build script fixed.
mdr/extras/mdrant/build.xml
     1.1 --- a/mdr/extras/mdrant/build.xml	Sat Nov 13 10:57:58 2004 +0000
     1.2 +++ b/mdr/extras/mdrant/build.xml	Sun Nov 14 12:48:09 2004 +0000
     1.3 @@ -82,7 +82,7 @@
     1.4      </target>
     1.5      
     1.6      <target name="mdrant-jar" depends="mdrant-compile">  
     1.7 -      <locjar jarfile="${build.dir}/mdrant.jar"
     1.8 +      <jar jarfile="${build.dir}/mdrant.jar"
     1.9              compress="false">      
    1.10              <!--manifest="manifest-mdrant.mf" -->            
    1.11          <fileset dir="${build.classes.dir}" excludesfile="${standard-jar-excludes.txt}">
    1.12 @@ -91,7 +91,7 @@
    1.13          <fileset dir="src" excludesfile="${standard-jar-excludes.txt}">
    1.14              <include name="org/netbeans/mdrant/"/>
    1.15          </fileset>
    1.16 -    </locjar>
    1.17 +    </jar>
    1.18    </target>
    1.19          
    1.20  </project>