Ignore:
Timestamp:
2010-03-05T21:08:12+01:00 (15 years ago)
Author:
jttt
Message:

Allow to build plugin without compiling josm

File:
1 edited

Legend:

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

    r20245 r20283  
    11<project name="josm-plugins" default="build" basedir=".">
    2     <target name="compile_josm">
     2    <target name="compile_josm" unless="skip-josm">
     3        <echo message="test"/>
    34        <ant dir="../core" target="dist" />
    45    </target>
Note: See TracChangeset for help on using the changeset viewer.