Ignore:
Timestamp:
2010-08-03T08:21:38+02:00 (16 years ago)
Author:
jttt
Message:

Adapt to latest josm

File:
1 edited

Legend:

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

    r21706 r22550  
    3333        <property name="commit.message" value="videomapping" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="1234" />
     35        <property name="plugin.main.version" value="3408" />
    3636
    3737
     
    110110                                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
    111111                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    112                                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>                             
     112                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    113113                        </manifest>
    114114                        <zipfileset src="lib/vlcj-1.1h.jar" />
     
    165165
    166166        <!--
    167         ************************** Publishing the plugin *********************************** 
     167        ************************** Publishing the plugin ***********************************
    168168        -->
    169169        <!--
    170                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     170                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    171171                ** property ${coreversion.info.entry.revision}
    172172                **
     
    217217
    218218        <!--
    219                 ** commits the plugin.jar 
     219                ** commits the plugin.jar
    220220                -->
    221221        <target name="commit-dist">
    222222                <echo>
    223223        ***** Properties of published ${plugin.jar} *****
    224         Commit message    : '${commit.message}'                                 
     224        Commit message    : '${commit.message}'
    225225        Plugin-Mainversion: ${plugin.main.version}
    226226        JOSM build version: ${coreversion.info.entry.revision}
    227227        Plugin-Version    : ${version.entry.commit.revision}
    228         ***** / Properties of published ${plugin.jar} *****                                     
    229                                                
     228        ***** / Properties of published ${plugin.jar} *****
     229
    230230        Now commiting ${plugin.jar} ...
    231231        </echo>
Note: See TracChangeset for help on using the changeset viewer.