Changeset 32322 in osm for applications/editors/josm/plugins/dataimport
- Timestamp:
- 2016-06-19T02:43:21+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/dataimport
- Files:
-
- 3 added
- 69 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/dataimport/build.xml
r32306 r32322 21 21 <!-- ** include targets that all plugins have in common ** --> 22 22 <import file="../build-common.xml"/> 23 23 24 <target name="pre-compile" depends="-jaxb_win, -jaxb_nix" unless="jaxb.notRequired"> 25 <exec executable="${xjc}" failonerror="true"> 26 <arg value="-d"/> 27 <arg value="src"/> 28 <arg value="-p"/> 29 <arg value="org.openstreetmap.josm.plugins.dataimport.io.tcx"/> 30 <arg value="-encoding"/> 31 <arg value="UTF-8"/> 32 <arg value="resources/tcx/TrainingCenterDatabasev2.xsd"/> 33 </exec> 34 </target> 35 24 36 </project>
Note:
See TracChangeset
for help on using the changeset viewer.