Changeset 34267 in osm for applications/editors/josm
- Timestamp:
- 2018-06-11T03:30:26+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r34038 r34267 22 22 <subant target="@{target}" inheritall="true"> 23 23 <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}"/> 25 25 </subant> 26 26 </sequential> … … 28 28 <target name="clean"> 29 29 <iterate target="clean"/> 30 </target> 31 <target name="compile"> 32 <iterate target="compile"/> 30 33 </target> 31 34 <target name="dist" depends="compile_josm">
Note:
See TracChangeset
for help on using the changeset viewer.