Ignore:
Timestamp:
2007-07-27T06:01:54+02:00 (17 years ago)
Author:
ulf
Message:

add pastic_laf and pluginmanager to global build

File:
1 edited

Legend:

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

    r3786 r3787  
    3131                <!--<ant dir="nearclick" antfile="build.xml" target="dist"/>-->
    3232                <ant dir="osmarender" antfile="build.xml" target="build"/>
     33                <ant dir="plastic_laf" antfile="build.xml" target="install"/>
     34                <ant dir="pluginmanager" antfile="build.xml" target="install"/>
    3335        </target>
    3436
     
    4446                <!--<ant dir="nearclick" antfile="build.xml" target="clean"/>-->
    4547                <ant dir="osmarender" antfile="build.xml" target="clean"/>
     48                <ant dir="plastic_laf" antfile="build.xml" target="clean"/>
     49                <ant dir="pluginmanager" antfile="build.xml" target="clean"/>
    4650        </target>
    4751
Note: See TracChangeset for help on using the changeset viewer.