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

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

File:
1 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"/>
Note: See TracChangeset for help on using the changeset viewer.