Andres requested customization like this. You can now override any property in build.xml using a file 'build.properties'.
This commit is contained in:
parent
e0928d8472
commit
db2ef438d4
1 changed files with 10 additions and 0 deletions
10
build.xml
10
build.xml
|
@ -59,6 +59,16 @@ Contributor(s): ______________________________________.
|
|||
http://thdltools.sourceforge.net/BuildSystems.html.
|
||||
</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 -->
|
||||
<property name="my.jar.suffix" value=""/>
|
||||
<property name="javacdashg" value="yes"/>
|
||||
|
|
Loading…
Reference in a new issue