Changeset 7821 in osm for applications/editors/josm/plugins/slippymap
- Timestamp:
- 2008-05-14T17:40:22+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/build.xml
r7287 r7821 27 27 <fileset dir="images" /> 28 28 </copy> 29 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 30 <env key="LANG" value="C"/> 31 <arg value="info"/> 32 <arg value="--xml"/> 33 <arg value="."/> 34 </exec> 35 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 36 <delete file="REVISION"/> 29 37 30 38 <!-- create josm-custom.jar --> … … 33 41 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.slippymap.SlippyMapPlugin" /> 34 42 <attribute name="Plugin-Description" value="Displays a slippy map tile grid, and tile status info" /> 43 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 44 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 35 45 </manifest> 36 46 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.