Changeset 12588 in osm for applications/editors/josm/plugins/pluginmanager/build.xml
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pluginmanager/build.xml
r7287 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.3.0"/>21 19 <property name="plugin.description" value="Manage plugins and provide update mechanism (V${plugin.version})."/> 22 20 <property name="plugin.class" value="at.dallermassl.josm.plugin.pluginmanager.PluginManagerPlugin"/> … … 45 43 </copy> 46 44 45 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 46 <env key="LANG" value="C"/> 47 <arg value="info"/> 48 <arg value="--xml"/> 49 <arg value="."/> 50 </exec> 51 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 52 <delete file="REVISION"/> 47 53 <!-- create jar file --> 48 54 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> … … 50 56 <attribute name="Plugin-Class" value="${plugin.class}" /> 51 57 <attribute name="Plugin-Description" value="${plugin.description}" /> 52 <attribute name="Plugin-Version" value="${plugin.version}" /> 53 <!--attribute name="Plugin-Dependencies" value="org.eigenheimstrasse.josm" /--> 58 <attribute name="Plugin-Mainversion" value="1180" /> 59 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 60 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 54 61 </manifest> 55 62 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.
