Ignore:
Timestamp:
2007-07-27T05:16:31+02:00 (17 years ago)
Author:
ulf
Message:

add mappaint plugin

File:
1 edited

Legend:

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

    r3779 r3781  
    22
    33        <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
    4         <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" />
    5         <!-- <property name="josm" location="../josm/josm-latest.jar" ></property> -->
     4        <!--<property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" />-->
     5        <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
    66       
    77        <!-- target directory to place the plugin in -->
     
    99        <!-- I don't know an automatic way to find it with ant :-(, if you know, please fix -->
    1010        <!--<property name="plugins" location="${user.home}/.josm/plugins" ></property>-->
    11         <property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>
     11        <!--<property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>-->
    1212
    1313        <!-- you should not need to modify anything below this! -->
     
    2222        <target name="build" depends="compile">
    2323                <ant dir="../core" antfile="build.xml" target="dist"/>
    24                 <!--<ant dir="mappaint" antfile="build.xml" target="build"/>-->
     24                <ant dir="mappaint" antfile="build.xml" target="build"/>
    2525                <ant dir="navigator" antfile="build.xml" target="dist"/>
    2626        </target>
    2727
    2828        <target name="clean">
    29                 <!--<ant dir="mappaint" antfile="build.xml" target="clean"/>-->
     29                <ant dir="mappaint" antfile="build.xml" target="clean"/>
    3030                <ant dir="navigator" antfile="build.xml" target="clean"/>
    3131        </target>
Note: See TracChangeset for help on using the changeset viewer.