Changeset: e74154a1d4b2 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/e74154a1d4b2
Modified Files:
        build.xml
Branch: default
Log Message:

compile_mcl depends on driver (MonetVersion.java).


diffs (12 lines):

diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -175,7 +175,7 @@ Copyright 1997 - July 2008 CWI.
     </javac>
   </target>
 
-  <target name="compile_mcl" depends="prepare">
+  <target name="compile_mcl" depends="prepare,driver">
     <echo message="Compiling MCL" />
     <javac
       classpath="${srcdir}"
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to