Changeset 7821 in osm for applications/editors/josm/plugins/osmarender
- Timestamp:
- 2008-05-14T17:40:22+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/build.xml
r7287 r7821 37 37 file="${rendering}/osmarender6/osm-map-features-z17.xml"/> 38 38 <!--file="${rendering}/osmarender5/osm-map-features-z17.xml"/>--> 39 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 40 <env key="LANG" value="C"/> 41 <arg value="info"/> 42 <arg value="--xml"/> 43 <arg value="."/> 44 </exec> 45 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 46 <delete file="REVISION"/> 39 47 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 40 48 <manifest> 41 49 <attribute name="Plugin-Class" value="OsmarenderPlugin" /> 42 50 <attribute name="Plugin-Description" value="Launches FireFox to display the current visible screen as a nice SVG image" /> 51 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 52 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 43 53 </manifest> 44 54 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.