Changeset 32301 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-06-18T00:37:06+02:00 (8 years ago)
Author:
donvip
Message:

fix build.xml so it can be called like other plugins

File:
1 edited

Legend:

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

    r32068 r32301  
    99    <property name="plugin.dist.dir" value="../../dist" />
    1010    <property name="plugin.jar" value="${plugin.dist.dir}/CustomizePublicTransportStop.jar" />
    11     <property name="josm" location="../../dist/josm-custom.jar"/>
     11    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    1212       
    1313    <target name="init">
     
    2222        <path id="compile.path">
    2323            <pathelement location="${josm}" />
    24             <fileset dir="lib">
    25                 <include name="**/*.jar"/>
    26             </fileset>
    2724        </path>
    2825               
Note: See TracChangeset for help on using the changeset viewer.