Ignore:
Timestamp:
2015-08-17T23:22:37+02:00 (9 years ago)
Author:
simon04
Message:

JOSM/pluins: revert build-common.xml modification from r31470 - this broke building of all plugins!

Please ask before applying changes to shared build files.

File:
1 edited

Legend:

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

    r31470 r31508  
    1313<project name="plugin_common" basedir="." xmlns:jacoco="antlib:org.jacoco.ant">
    1414
    15     <property name="josm"                   location="../../dist/josm-custom.jar"/>
    16     <property name="josm.test.build.dir"    location="../../test/build"/>
     15    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     16    <property name="josm.test.build.dir"    location="../../core/test/build"/>
    1717    <property name="groovy.jar"             location="../00_core_tools/groovy-all-2.4.3.jar"/>
    1818    <property name="plugin.build.dir"       location="build"/>
Note: See TracChangeset for help on using the changeset viewer.