Changeset 3792 in osm for applications/editors


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

replace the two remaining install targets

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

Legend:

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

    r3791 r3792  
    3131                <ant dir="nearclick" antfile="build.xml" target="build"/>
    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"/>
     33                <ant dir="plastic_laf" antfile="build.xml" target="build"/>
     34                <ant dir="pluginmanager" antfile="build.xml" target="dist"/>
    3535                <ant dir="slippymap" antfile="build.xml" target="dist"/>
    3636                <ant dir="surveyor" antfile="build.xml" target="dist"/>
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r3787 r3792  
    1 <project name="plastic_laf" default="install" basedir=".">
     1<project name="plastic_laf" default="build" basedir=".">
    22
    3         <target name="install">
     3        <target name="build">
    44                <mkdir dir="dist"></mkdir>
    55                <unjar dest="bin" src="lib/looks-2.0.4.jar" />
Note: See TracChangeset for help on using the changeset viewer.