Changeset 3579 in osm for applications/editors/josm


Ignore:
Timestamp:
2007-07-12T21:33:56+02:00 (17 years ago)
Author:
frsantos
Message:

Fix JOSM jar location
Add plugin version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ywms/build.xml

    r2264 r3579  
    22
    33        <!-- point to your JOSM directory -->
    4         <property name="josm" location="../josm/dist/josm-custom.jar" />
     4        <property name="josm" location="../../core/dist/josm-custom.jar" />
    55
    66
     
    2323                        <fileset dir="images"/>
    2424                </copy>
     25                <exec append="false" output="build/resources/REVISION" executable="svn" failifexecutionfails="false">
     26                        <env key="LANG" value="C"/>
     27                        <arg value="info"/>
     28                        <arg value="."/>
     29                </exec>
     30                <property file="build/resources/REVISION" />
    2531                <jar destfile="ywms.jar" basedir="build">
    2632                        <manifest>
    2733                                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ywms.YWMSPlugin"/>
    2834                                <attribute name="Plugin-Description" value="A WMS server for Yahoo imagery based on Firefox"/>
     35                                <attribute name="Plugin-Version" value="${Revision}"/>
    2936                                <attribute name="Author" value="Francisco R. Santos &lt;frsantos@gmail.com>"/>
    3037                        </manifest>
Note: See TracChangeset for help on using the changeset viewer.