Shorten the property file name.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5862 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<compilerarg value="-Xlint:-serial"/>
|
<compilerarg value="-Xlint:-serial"/>
|
||||||
<include name="com/threerings/presents/tools/**"/>
|
<include name="com/threerings/presents/tools/**"/>
|
||||||
</javac>
|
</javac>
|
||||||
<taskdef resource="com/threerings/presents/tools/presents.properties" classpathref="classpath"/>
|
<taskdef resource="com/threerings/presents/tools.properties" classpathref="classpath"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- cleans out the intermediate build files -->
|
<!-- cleans out the intermediate build files -->
|
||||||
@@ -229,6 +229,7 @@
|
|||||||
<include name="com/threerings/admin/**"/>
|
<include name="com/threerings/admin/**"/>
|
||||||
<include name="com/threerings/bureau/**"/>
|
<include name="com/threerings/bureau/**"/>
|
||||||
<exclude name="com/threerings/**/tools/**"/>
|
<exclude name="com/threerings/**/tools/**"/>
|
||||||
|
<exclude name="com/threerings/**/tools.properties"/>
|
||||||
<exclude name="**/*.html,**/*.png"/>
|
<exclude name="**/*.html,**/*.png"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</jar>
|
</jar>
|
||||||
@@ -238,6 +239,7 @@
|
|||||||
<include name="com/threerings/presents/annotation/**"/>
|
<include name="com/threerings/presents/annotation/**"/>
|
||||||
<include name="com/threerings/presents/dobj/**"/>
|
<include name="com/threerings/presents/dobj/**"/>
|
||||||
<include name="com/threerings/**/tools/**"/>
|
<include name="com/threerings/**/tools/**"/>
|
||||||
|
<include name="com/threerings/**/tools.properties"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<zipfileset src="${deploy.dir}/lib/samskivert.jar"/>
|
<zipfileset src="${deploy.dir}/lib/samskivert.jar"/>
|
||||||
<zipfileset src="${deploy.dir}/lib/velocity-1.5-dev.jar"/>
|
<zipfileset src="${deploy.dir}/lib/velocity-1.5-dev.jar"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user