Andres requested customization like this. You can now override any property in build.xml using a file 'build.properties'.

This commit is contained in:
dchandler 2004-03-06 23:17:43 +00:00
parent e0928d8472
commit db2ef438d4

View file

@ -59,6 +59,16 @@ Contributor(s): ______________________________________.
http://thdltools.sourceforge.net/BuildSystems.html. http://thdltools.sourceforge.net/BuildSystems.html.
</description> </description>
<!--
To customize a property without having to commit something to CVS
(or feeling bothered by CVS), create the file build.properties in
the same directory as this file. It's a Java properties file, so
you have lines like 'this.property=that' in it.
-->
<property file="build.properties"/>
<!-- set global properties for this build --> <!-- set global properties for this build -->
<property name="my.jar.suffix" value=""/> <property name="my.jar.suffix" value=""/>
<property name="javacdashg" value="yes"/> <property name="javacdashg" value="yes"/>