Ignore:
Timestamp:
2010-10-17T10:24:30+02:00 (14 years ago)
Author:
mgarbe
Message:

'Changed constructor signature of plugin main class'

File:
1 edited

Legend:

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

    r22548 r23659  
    2222** and run
    2323**    > ant  publish
    24 **
     24** 
    2525**
    2626-->
     
    3232
    3333
    34         <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
    35         <property name="plugin.dist.dir"        value="../../dist"/>
     34        <!-- <property name="josm"                   location="../../core/dist/josm-custom.jar"/> -->
     35        <property name="josm"                   location="../JOSM/dist/josm-custom.jar"/>
     36        <!-- <property name="plugin.dist.dir"        value="../../dist"/>-->
     37        <property name="plugin.dist.dir"        value=".."/>
    3638        <property name="plugin.build.dir"       value="build"/>
    3739        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
     
    101103                        <arg value="info"/>
    102104                        <arg value="--xml"/>
    103                         <arg value="../../core"/>
     105                        <!-- <arg value="../../core"/>-->
     106                        <arg value="../JOSM"/>
    104107                </exec>
    105108                <xmlproperty file="core.info.xml" prefix="coreversion" keepRoot="true" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.