Commit 3021e759 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@250 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1fadb5c3
......@@ -209,13 +209,12 @@
</target>
<!-- deployjar ============================================================================= -->
<target name="deployjar" depends="jar" description="Pushes JARs to specified location.">
<target name="deployjar" depends="jar" description="Pushes JARs to specified web location.">
<copy todir="${deploy.jar.dir}" overwrite="${overwrite}">
<fileset dir="${jar.dest.dir}" includes="*.jar" />
</copy>
</target>
<!-- war =================================================================================== -->
<target name="war" depends="jar" description="Creates a WAR of Messenger">
<mkdir dir="${war.dest.dir}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment