Changeset 23781 in osm for applications
- Timestamp:
- 2010-10-23T23:15:40+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 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 -
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.