gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
ant - minor update, wrong dependecy in mj-samples
[mjc2wsl.git] / build.xml
index fc8cb62..0e77c01 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@
         </copy>
     </target>
 
-    <target name="build" depends="init" description="build the mjv2wsl tool">
+    <target name="build" depends="init" description="build the mjc2wsl tool">
         <javac srcdir="${mjc2wsl.src.dir}" destdir="${mjc2wsl.class.dir}" includeAntRuntime='no' />
     </target>
 
@@ -50,7 +50,7 @@
         </java>
     </target>
     
-    <target name="mj-samples" depends="build" description="run the mj compiler on the samples">
+    <target name="mj-samples" depends="mj-build" description="run the mj compiler on the samples">
         <foreach param="filename" target="mj-compile">
             <path>
             <fileset dir='${samples.temp.dir}'>
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner