Changeset 23781 in osm for applications/editors/josm/plugins/ColumbusCSV
- Timestamp:
- 2010-10-23T23:15:40+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r23708 r23781 98 98 <attribute name="Plugin-Icon" value="images/colcsvicon.png"/> 99 99 </manifest> 100 </jar> 101 <!-- Zip source files --> 102 <zip destfile="${plugin.src.zip}"> 103 <fileset dir="." includes="**/*.java"/> 104 <fileset dir="." includes="build.xml,README,LICENSE"/> 105 </zip> 100 </jar> 106 101 </target> 107 102
Note:
See TracChangeset
for help on using the changeset viewer.