Do the right thing with the rsrc directory.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@46 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -14,10 +14,14 @@
|
|||||||
<target name="prepare">
|
<target name="prepare">
|
||||||
<mkdir dir="${deploy.home}"/>
|
<mkdir dir="${deploy.home}"/>
|
||||||
<mkdir dir="${deploy.home}/classes"/>
|
<mkdir dir="${deploy.home}/classes"/>
|
||||||
|
<mkdir dir="${deploy.home}/classes/rsrc"/>
|
||||||
<mkdir dir="${javadoc.home}"/>
|
<mkdir dir="${javadoc.home}"/>
|
||||||
<copy todir="${deploy.home}/classes">
|
<copy todir="${deploy.home}/classes">
|
||||||
<fileset dir="src/java" includes="**/*.properties"/>
|
<fileset dir="src/java" includes="**/*.properties"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy todir="${deploy.home}/classes/rsrc">
|
||||||
|
<fileset dir="rsrc" includes="**/*"/>
|
||||||
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- cleans out the installed application -->
|
<!-- cleans out the installed application -->
|
||||||
|
|||||||
Reference in New Issue
Block a user