Ignore:
Timestamp:
2007-08-07T23:46:08+02:00 (17 years ago)
Author:
imi
Message:

fixed build.xml and several svn:ignore's for JOSM plugins

File:
1 edited

Legend:

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

    r3800 r3996  
    1414
    1515
    16         <target name="init">
     16        <target name="compile_josm">
     17                <ant dir="../core" target="dist" />
    1718        </target>
    1819
    19         <target name="compile" depends="init">
     20        <target name="compile" depends="compile_josm">
    2021        </target>
    2122
    2223        <target name="build" depends="compile">
    23                 <ant dir="../core" antfile="build.xml" target="dist"/>
    2424                <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"/>-->
     25                <!--ant dir="grid" antfile="build.xml" target="build"/-->
     26                <ant dir="lang" antfile="build.xml" target="install-all"/>
    2727                <ant dir="livegps" antfile="build.xml" target="dist"/>
    2828                <ant dir="mappaint" antfile="build.xml" target="build"/>
     
    4444
    4545        <target name="clean">
    46                 <ant dir="../core" antfile="build.xml" target="clean"/>
    4746                <ant dir="colorscheme" antfile="build.xml" target="clean"/>
    48                 <!--<ant dir="grid" antfile="build.xml" target="clean"/>-->
    49                 <!--<ant dir="lang" antfile="build.xml" target="clean"/>-->
     47                <!--ant dir="grid" antfile="build.xml" target="clean"/-->
     48                <ant dir="lang" antfile="build.xml" target="clean"/>
    5049                <ant dir="livegps" antfile="build.xml" target="clean"/>
    5150                <ant dir="mappaint" antfile="build.xml" target="clean"/>
Note: See TracChangeset for help on using the changeset viewer.