Ignore:
Timestamp:
2016-06-19T02:43:21+02:00 (8 years ago)
Author:
donvip
Message:

checkstyle

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  
    2121    <!-- ** include targets that all plugins have in common ** -->
    2222    <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
    2436</project>
Note: See TracChangeset for help on using the changeset viewer.