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:
Michael Bayne
2001-07-12 22:51:33 +00:00
parent 51a2ea511f
commit fe259c80ea
+4
View File
@@ -14,10 +14,14 @@
<target name="prepare">
<mkdir dir="${deploy.home}"/>
<mkdir dir="${deploy.home}/classes"/>
<mkdir dir="${deploy.home}/classes/rsrc"/>
<mkdir dir="${javadoc.home}"/>
<copy todir="${deploy.home}/classes">
<fileset dir="src/java" includes="**/*.properties"/>
</copy>
<copy todir="${deploy.home}/classes/rsrc">
<fileset dir="rsrc" includes="**/*"/>
</copy>
</target>
<!-- cleans out the installed application -->