Minor build file update.

This commit is contained in:
Marcel Kronfeld 2010-02-24 16:25:50 +00:00
parent fcf94a376a
commit 5f73ca9a87

View File

@ -290,7 +290,7 @@
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dist JE2Probs Dist JE2Probs
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="distProbs" depends="compileProbs" description="Compiles the Probs project." if="JE2Probs.available"> <target name="distProbs" depends="compileProbs" description="Build dist. of the Probs project." if="JE2Probs.available">
<ant inheritAll="false" antfile="${ant.directory}/build.xml" dir="${JE2Probs.directory}" target="dist"> <ant inheritAll="false" antfile="${ant.directory}/build.xml" dir="${JE2Probs.directory}" target="dist">
<property name="silent" value="true"/> <property name="silent" value="true"/>
</ant> </ant>
@ -308,7 +308,7 @@
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dist JE2ESModel Dist JE2ESModel
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="distESModel" depends="compileProbs" description="Compiles the Probs project." if="JE2Probs.available"> <target name="distESModel" depends="compileESModel" description="Build dist. of the ESModel project." if="JE2Probs.available">
<ant inheritAll="false" antfile="${ant.directory}/build.xml" dir="${JE2ESModel.directory}" target="dist"> <ant inheritAll="false" antfile="${ant.directory}/build.xml" dir="${JE2ESModel.directory}" target="dist">
<property name="silent" value="true"/> <property name="silent" value="true"/>
</ant> </ant>