Changeset 34376 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2018-06-30T23:21:36+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34375 r34376 59 59 </not> 60 60 </condition> 61 <target name="-jaxb"> 62 <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc" /> 61 <target name="-jaxb_windows" if="isWindows"> 62 <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.bat" /> 63 </target> 64 <target name="-jaxb_linux" unless="isWindows"> 65 <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.sh" /> 63 66 </target> 64 67
Note:
See TracChangeset
for help on using the changeset viewer.