Last change
on this file since 3769 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
|
Line | |
---|
1 | <project name="plastic_laf" default="install" basedir=".">
|
---|
2 |
|
---|
3 | <target name="install">
|
---|
4 | <javac srcdir="src" destdir="bin">
|
---|
5 | <include name="**/*.java" />
|
---|
6 | </javac>
|
---|
7 | <unjar dest="bin" src="lib/looks-2.0.4.jar" />
|
---|
8 | <jar destfile="${user.home}/.josm/plugins/plastic_laf.jar" basedir="bin">
|
---|
9 | <manifest>
|
---|
10 | <attribute name="Plugin-Class" value="plastic_laf.Plugin" />
|
---|
11 | <attribute name="Plugin-Description" value="The great JGoodies Plastic Look and Feel" />
|
---|
12 | <attribute name="Plugin-Early" value="true" />
|
---|
13 | </manifest>
|
---|
14 | </jar>
|
---|
15 | </target>
|
---|
16 |
|
---|
17 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.