Changeset 23537 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-10T17:44:11+02:00 (14 years ago)
Author:
bastik
Message:

'change classpath (see josm bug #5539)'

File:
1 edited

Legend:

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

    r23119 r23537  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="New release" />
     33        <property name="commit.message" value="change classpath (see josm bug #5539)" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3329" />
     
    113113                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    114114                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    115                                 <attribute name="Class-Path" value="./tplug/ifc.jar"/>
     115                                <attribute name="Class-Path" value="tplug/ifc.jar"/>
    116116                        </manifest>
    117117                </jar>
Note: See TracChangeset for help on using the changeset viewer.