Ignore:
Timestamp:
2007-12-19T19:09:31+01:00 (17 years ago)
Author:
joerg
Message:

josm: move plugins/dist directory one level up

File:
1 edited

Legend:

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

    r5674 r6100  
    1515  <property name="josm"                 location="../../core/dist/josm-custom.jar" />
    1616  <property name="plugin.build.dir"     value="build"/>
    17   <property name="plugin.dist.dir"      value="../dist"/>
     17  <property name="plugin.dist.dir"      value="../../dist"/>
    1818  <property name="plugin.name"          value="${ant.project.name}"/>
    19   <property name="plugin.jar"           value="../dist/${plugin.name}.jar"/>
     19  <property name="plugin.jar"           value="../../dist/${plugin.name}.jar"/>
    2020
    2121  <property name="ant.build.javac.target" value="1.5"/>
Note: See TracChangeset for help on using the changeset viewer.