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:
@@ -15,6 +15,9 @@
|
|||||||
<mkdir dir="${deploy.home}"/>
|
<mkdir dir="${deploy.home}"/>
|
||||||
<mkdir dir="${deploy.home}/classes"/>
|
<mkdir dir="${deploy.home}/classes"/>
|
||||||
<mkdir dir="${javadoc.home}"/>
|
<mkdir dir="${javadoc.home}"/>
|
||||||
|
<copy todir="${deploy.home}/classes">
|
||||||
|
<fileset dir="src/java" includes="**/*.properties"/>
|
||||||
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- cleans out the installed application -->
|
<!-- cleans out the installed application -->
|
||||||
|
|||||||
Reference in New Issue
Block a user