- Timestamp:
- 2018-04-16T19:27:21+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r13575 r13641 11 11 <project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant" xmlns:if="ant:if" xmlns:unless="ant:unless"> 12 12 <target name="init-properties"> 13 <property environment="env"/> 13 14 <!-- Load properties in a target and not at top level, so this build file can be 14 15 imported from an IDE ant file (Netbeans) without messing up IDE properties. … … 19 20 <property name="test.dir" location="${base.dir}/test"/> 20 21 <property name="src.dir" location="${base.dir}/src"/> 21 <property name="noJavaFX" value="0"/> 22 <condition property="noJavaFX" value="${env.JOSM_NOJAVAFX}" else="0"> 23 <isset property="env.NOJAVAFX"/> 24 </condition> 22 25 <property name="build.dir" location="${base.dir}/build"/> 23 26 <property name="dist.dir" location="${base.dir}/dist"/>
Note:
See TracChangeset
for help on using the changeset viewer.