Changeset 9876 in osm for applications/editors/josm/plugins/lakewalker/build.xml
- Timestamp:
- 2008-08-15T18:55:35+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lakewalker/build.xml
r7287 r9876 1 <project name=" Lakewalker" default="dist" basedir=".">1 <project name="lakewalker" default="dist" basedir="."> 2 2 3 3 <!-- josm "user home" directory depends on the platform used (windows has a different place than unix/linux) --> … … 46 46 47 47 <target name="dist" depends="compile"> 48 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 49 <env key="LANG" value="C"/> 50 <arg value="info"/> 51 <arg value="--xml"/> 52 <arg value="."/> 53 </exec> 54 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 55 <delete file="REVISION"/> 48 56 <jar destfile="${plugin.jar}" basedir="build"> 49 57 <manifest> 50 58 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.lakewalker.LakewalkerPlugin" /> 51 59 <attribute name="Plugin-Description" value="Interface to Lakewalker module" /> 52 <attribute name="Plugin-Version" value="0.2"/> 60 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 61 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 53 62 <attribute name="Author" value="Brent Easton <b.easton@uws.edu.au>, Jason Reid <jrreid@ucalgary.ca>"/> 54 63 <attribute name="Main-Class" value="org.openstreetmap.josm.plugins.lakewalker.LakewalkerApp"/> 55 64 </manifest> 56 65 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.