You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
380 B

--- build.xml.orig 2007-05-07 19:59:49.000000000 +0300
+++ build.xml 2007-05-07 20:01:21.000000000 +0300
@@ -291,7 +291,7 @@
</if>
</target>
- <target name="dist" depends="init, compile">
+ <target name="dist" depends="init, compile-driver,compile.integration">
<delete file="${buildDir}/${fullProdName}-bin.jar" />
<delete file="${distDir}/${fullProdName}.jar" />