Skip to content
Snippets Groups Projects
Commit 207f729a authored by Brian Carrier's avatar Brian Carrier
Browse files

Added compile to dist target

parent 1ffdfff1
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
</javac>
</target>
<target name="dist" depends="init-ivy"
<target name="dist" depends="init-ivy, compile"
description="generate the distribution" >
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
<jar jarfile="${dist}/Tsk_DataModel.jar" basedir="${build}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment