Changeset 1551 in osm for utils/josm/plugins/plastic_laf


Ignore:
Timestamp:
2006-11-07T11:41:21+01:00 (18 years ago)
Author:
imi
Message:

forgot to compile the plugin starter class in plastic_laf - josm plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/josm/plugins/plastic_laf/build.xml

    r1467 r1551  
    22
    33        <target name="install">
     4                <javac srcdir="src" destdir="bin">
     5                        <include name="**/*.java" />
     6                </javac>
    47                <unjar dest="bin" src="lib/looks-2.0.4.jar" />
    58                <jar destfile="${user.home}/.josm/plugins/plastic_laf.jar" basedir="bin">
Note: See TracChangeset for help on using the changeset viewer.