Changeset 34578 in osm for applications
- Timestamp:
- 2018-08-18T22:41:26+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34463 r34578 60 60 </condition> 61 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" />62 <property name="xjc" value="${plugin.tools.dir}${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.bat" /> 63 63 </target> 64 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" />65 <property name="xjc" value="${plugin.tools.dir}${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.sh" /> 66 66 </target> 67 67
Note:
See TracChangeset
for help on using the changeset viewer.