Last change
on this file since 1498 was 1467, checked in by imi, 18 years ago |
added josm translation plugins and annotation-tester plugin
|
File size:
480 bytes
|
Line | |
---|
1 | <project name="plastic_laf" default="install" basedir=".">
|
---|
2 |
|
---|
3 | <target name="install">
|
---|
4 | <unjar dest="bin" src="lib/looks-2.0.4.jar" />
|
---|
5 | <jar destfile="${user.home}/.josm/plugins/plastic_laf.jar" basedir="bin">
|
---|
6 | <manifest>
|
---|
7 | <attribute name="Plugin-Class" value="plastic_laf.Plugin" />
|
---|
8 | <attribute name="Plugin-Description" value="The great JGoodies Plastic Look and Feel" />
|
---|
9 | <attribute name="Plugin-Early" value="true" />
|
---|
10 | </manifest>
|
---|
11 | </jar>
|
---|
12 | </target>
|
---|
13 |
|
---|
14 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.