Changeset 12588 in osm for applications/editors/josm/plugins/openvisible/build.xml
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/build.xml
r11975 r12588 17 17 <property name="plugin.jar" value="${plugin.name}.jar"/> 18 18 19 <!-- plugin meta data (enter new version number if anything changed!) -->20 <property name="plugin.version" value="0.2.3"/>21 19 <property name="plugin.description" value="Allows opening gpx/osm files that intersect the currently visible screen area (V${plugin.version})."/> 22 20 <property name="plugin.stage" value="50"/> … … 47 45 <mkdir dir="${plugin.dist.dir}"/> 48 46 47 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 48 <env key="LANG" value="C"/> 49 <arg value="info"/> 50 <arg value="--xml"/> 51 <arg value="."/> 52 </exec> 53 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 54 <delete file="REVISION"/> 49 55 <!-- create jar file --> 50 56 <jar destfile="${plugin.dist.dir}/${plugin.jar}" basedir="${plugin.build.dir}"> … … 52 58 <attribute name="Plugin-Class" value="${plugin.class}" /> 53 59 <attribute name="Plugin-Description" value="${plugin.description}" /> 54 <attribute name="Plugin-Version" value="${plugin.version}" /> 60 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 61 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 62 <attribute name="Plugin-Mainversion" value="1180" /> 55 63 <attribute name="Plugin-Dependencies" value="jgrapht-jdk1.5" /> 56 64 <attribute name="Plugin-Stage" value="${plugin.stage}" />
Note:
See TracChangeset
for help on using the changeset viewer.
