Changeset 23299 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-09-21T18:14:45+02:00 (14 years ago)
Author:
bastik
Message:

'fixed #j5485 - class path property does not work like this (causes crash)'

File:
1 edited

Legend:

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

    r23187 r23299  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Commit message" />
     33        <property name="commit.message" value="fixed #j5485 - class path property does not work like this (causes crash)" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="" />
     35        <property name="plugin.main.version" value="3376" />
    3636
    3737
     
    121121                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    122122                <attribute name="Plugin-Description" value="Plugin for importing spatial referenced images"/>
    123                 <attribute name="Plugin-Mainversion" value="3376"/>
     123                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    124124                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    125                                 <attribute name="Class-Path" value="."/>
    126125                        </manifest>
    127126                </jar>
Note: See TracChangeset for help on using the changeset viewer.