Changeset 34375 in osm for applications/editors/josm
- Timestamp:
- 2018-06-30T21:54:46+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 15 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34373 r34375 59 59 </not> 60 60 </condition> 61 <target name="-jaxb_before9" unless="isJava9"> 62 <property name="xjc" value="${java.home}${file.separator}..${file.separator}bin${file.separator}xjc" /> 63 </target> 64 <target name="-jaxb_after9" if="isJava9"> 65 <property name="xjc" value="${java.home}${file.separator}bin${file.separator}xjc" /> 61 <target name="-jaxb"> 62 <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc" /> 66 63 </target> 67 64 -
applications/editors/josm/plugins/dataimport/build.xml
r33581 r34375 22 22 <import file="../build-common.xml"/> 23 23 24 <target name="pre-compile" depends="-jaxb _before9, -jaxb_after9" unless="jaxb.notRequired">24 <target name="pre-compile" depends="-jaxb" unless="jaxb.notRequired"> 25 25 <exec executable="${xjc}" failonerror="true"> 26 26 <arg value="-d"/> -
applications/editors/josm/plugins/opendata/build.xml
r34335 r34375 89 89 </target> 90 90 91 <target name="xjc_neptune" depends="init, -jaxb _before9, -jaxb_after9" unless="jaxb.notRequired">91 <target name="xjc_neptune" depends="init, -jaxb" unless="jaxb.notRequired"> 92 92 <exec executable="${xjc}" failonerror="true"> 93 93 <arg value="-d"/>
Note:
See TracChangeset
for help on using the changeset viewer.