blob: 28ffc7ad0dabf462dbdb7f3e43d10795c30c0f85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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" />
|