Changeset 12588 in osm for applications/editors/josm/plugins/tcxplugin/build.xml
- Timestamp:
- 2008-12-25T19:01:06+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/tcxplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tcxplugin
-
Property svn:ignore
set to
build
josm-site.xml
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/tcxplugin/build.xml
r11976 r12588 20 20 <property name="livegpsplugin.jar" value="../../dist/livegps.jar"/> 21 21 22 <!-- plugin meta data (enter new version number if anything changed!) -->23 <property name="plugin.version" value="1.1"/>24 22 <property name="plugin.description" value="Adds support for TCX files."/> 25 23 <property name="plugin.stage" value="100"/> … … 51 49 52 50 51 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 52 <env key="LANG" value="C"/> 53 <arg value="info"/> 54 <arg value="--xml"/> 55 <arg value="."/> 56 </exec> 57 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 58 <delete file="REVISION"/> 53 59 <!-- create jar file --> 54 60 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> … … 56 62 <attribute name="Plugin-Class" value="${plugin.class}" /> 57 63 <attribute name="Plugin-Description" value="${plugin.description}" /> 58 <attribute name="Plugin-Version" value="${plugin.version}" />59 64 <attribute name="Plugin-Stage" value="${plugin.stage}" /> 65 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 66 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 67 <attribute name="Plugin-Mainversion" value="1180" /> 60 68 <!-- <attribute name="Class-Path" value="lib/jaxb-api.jar;lib/jaxb-impl.jar" />--> 61 69 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.