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

add colorscheme, lang and grid, lang and grid doesn't compile :-(

Location:
applications/editors/josm/plugins
Files:
3 edited

Legend:

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

    r3784 r3785  
    2222        <target name="build" depends="compile">
    2323                <ant dir="../core" antfile="build.xml" target="dist"/>
     24                <ant dir="colorscheme" antfile="build.xml" target="dist"/>
     25                <!--<ant dir="grid" antfile="build.xml" target="build"/>-->
     26                <!--<ant dir="lang" antfile="build.xml" target="dist"/>-->
    2427                <ant dir="livegps" antfile="build.xml" target="dist"/>
    2528                <ant dir="mappaint" antfile="build.xml" target="build"/>
     
    3033        <target name="clean">
    3134                <ant dir="../core" antfile="build.xml" target="clean"/>
     35                <ant dir="colorscheme" antfile="build.xml" target="clean"/>
     36                <!--<ant dir="grid" antfile="build.xml" target="clean"/>-->
     37                <!--<ant dir="lang" antfile="build.xml" target="clean"/>-->
    3238                <ant dir="livegps" antfile="build.xml" target="clean"/>
    3339                <ant dir="mappaint" antfile="build.xml" target="clean"/>
  • applications/editors/josm/plugins/colorscheme/build.xml

    r3756 r3785  
    22
    33  <!-- compilation properties -->
    4   <property name="josm.build.dir" value="../JOSM"/>
     4  <property name="josm.build.dir" value="../../core"/>
    55  <property name="josm.home.dir" value="${user.home}/.josm"/>
    66  <property name="plugin.build.dir" value="bin"/>
  • applications/editors/josm/plugins/grid/build.xml

    r1484 r3785  
    22
    33        <!-- point to your JOSM directory -->
    4         <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" />
     4        <property name="josm" location="../../core/dist/josm-custom.jar" />
    55
    66
Note: See TracChangeset for help on using the changeset viewer.