Ignore:
Timestamp:
2007-07-27T06:19:08+02:00 (18 years ago)
Author:
ulf
Message:

add remaining plugins to the global build

File:
1 edited

Legend:

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

    r3787 r3788  
    3333                <ant dir="plastic_laf" antfile="build.xml" target="install"/>
    3434                <ant dir="pluginmanager" antfile="build.xml" target="install"/>
     35                <ant dir="slippymap" antfile="build.xml" target="dist"/>
     36                <!--<ant dir="surveyor" antfile="build.xml" target="dist"/>-->
     37                <ant dir="tagging-preset-tester" antfile="build.xml" target="build"/>
     38                <ant dir="tways" antfile="build.xml" target="jar"/>
     39                <ant dir="validator" antfile="build.xml" target="build"/>
     40                <ant dir="waypoints" antfile="build.xml" target="build"/>
     41                <ant dir="wmsplugin" antfile="build.xml" target="build"/>
     42                <ant dir="ywms" antfile="build.xml" target="build"/>
    3543        </target>
    3644
     
    4856                <ant dir="plastic_laf" antfile="build.xml" target="clean"/>
    4957                <ant dir="pluginmanager" antfile="build.xml" target="clean"/>
     58                <ant dir="surveyor" antfile="build.xml" target="clean"/>
     59                <!--<ant dir="tagging-preset-tester" antfile="build.xml" target="clean"/>-->
     60                <ant dir="tways" antfile="build.xml" target="clean"/>
     61                <ant dir="validator" antfile="build.xml" target="clean"/>
     62                <ant dir="waypoints" antfile="build.xml" target="clean"/>
     63                <ant dir="wmsplugin" antfile="build.xml" target="clean"/>
     64                <ant dir="ywms" antfile="build.xml" target="clean"/>
    5065        </target>
    5166
Note: See TracChangeset for help on using the changeset viewer.