Ignore:
Timestamp:
2018-06-11T03:30:26+02:00 (6 years ago)
Author:
donvip
Message:

add new compile target to check compilation issues faster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r34038 r34267  
    2222            <subant target="@{target}" inheritall="true">
    2323                <filelist dir="." files="${ordered_plugins}"/>
    24                 <fileset  dir="." includes="*/build.xml" excludes="00_*/build.xml ${ordered_plugins}"/>
     24                <fileset  dir="." includes="*/build.xml" excludes="00_*/build.xml *.wip/build.xml ${ordered_plugins}"/>
    2525            </subant>
    2626        </sequential>
     
    2828    <target name="clean">
    2929        <iterate target="clean"/>
     30    </target>
     31    <target name="compile">
     32        <iterate target="compile"/>
    3033    </target>
    3134    <target name="dist" depends="compile_josm">
Note: See TracChangeset for help on using the changeset viewer.