forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@1260 bb69d46d-e84e-40c8-a05a-06db0d633741
parent
9571ac5469
commit
3e4678aa22
@ -0,0 +1,21 @@
|
|||||||
|
<project name="evo-tool-build" default="tool-deploy">
|
||||||
|
|
||||||
|
<import file="common/evo-app-build-common.xml" />
|
||||||
|
|
||||||
|
<target name="deploy-default-tool" depends="app-create-jar">
|
||||||
|
<mkdir dir="${deploy.project.dir}/lib.tools"/>
|
||||||
|
<copy failonerror="false" verbose="true" file="${app.dist.dir}/${app.jar.name}" toDir="${deploy.project.dir}/lib.tools" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="deploy-to-project" if="deploy.project.dir">
|
||||||
|
<antcall target="deploy-default-tool" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="tool-deploy" description="Deploys current version of evolute utilities" depends="load-static-properties">
|
||||||
|
<input defaultvalue="${basedir}" addproperty="deploy.project.dir">
|
||||||
|
<handler classpathref="lib.tools.classpath" classname="com.evolute.ant.ProjectInputHandler" />
|
||||||
|
</input>
|
||||||
|
<antcall target="deploy-to-project" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue