Changeset 23781 in osm for applications/editors/josm/plugins/ElevationProfile
- Timestamp:
- 2010-10-23T23:15:40+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r23777 r23781 105 105 <attribute name="Plugin-Icon" value="images/elevation.png"/> 106 106 </manifest> 107 </jar> 108 <!-- Zip source files --> 109 <zip destfile="${plugin.src.zip}"> 110 <fileset dir="." includes="**/*.java"/> 111 <fileset dir="." includes="build.xml,README,LICENSE"/> 112 </zip> 107 </jar> 113 108 </target> 114 109
Note:
See TracChangeset
for help on using the changeset viewer.