Copy properties files from the source code directory into the target

classes directory so that they are available for the config system.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@41 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-07-12 02:49:08 +00:00
parent 0eb81686f1
commit 63f4cc115b
+3
View File
@@ -15,6 +15,9 @@
<mkdir dir="${deploy.home}"/>
<mkdir dir="${deploy.home}/classes"/>
<mkdir dir="${javadoc.home}"/>
<copy todir="${deploy.home}/classes">
<fileset dir="src/java" includes="**/*.properties"/>
</copy>
</target>
<!-- cleans out the installed application -->