Ignore:
Timestamp:
2010-10-10T18:02:46+02:00 (14 years ago)
Author:
bastik
Message:

'remove classpath property for now (preliminary fix for josm bug #5539)'

File:
1 edited

Legend:

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

    r23537 r23539  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="change classpath (see josm bug #5539)" />
     33        <property name="commit.message" value="remove classpath property for now (preliminary fix for 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.