source: osm/utils/josm/plugins/plastic_laf/build.xml@ 2397

Last change on this file since 2397 was 1551, checked in by imi, 18 years ago

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

File size: 560 bytes
RevLine 
[1467]1<project name="plastic_laf" default="install" basedir=".">
[1439]2
[1467]3 <target name="install">
[1551]4 <javac srcdir="src" destdir="bin">
5 <include name="**/*.java" />
6 </javac>
[1467]7 <unjar dest="bin" src="lib/looks-2.0.4.jar" />
8 <jar destfile="${user.home}/.josm/plugins/plastic_laf.jar" basedir="bin">
[1439]9 <manifest>
10 <attribute name="Plugin-Class" value="plastic_laf.Plugin" />
11 <attribute name="Plugin-Description" value="The great JGoodies Plastic Look and Feel" />
[1467]12 <attribute name="Plugin-Early" value="true" />
[1439]13 </manifest>
14 </jar>
15 </target>
16
17</project>
Note: See TracBrowser for help on using the repository browser.