source: osm/applications/editors/josm/plugins/wms-turbo-challenge2/Makefile@ 25192

Last change on this file since 25192 was 19990, checked in by balrog-kun, 14 years ago

Initial commit of the wms-turbo-challenge2 plugin.

This may not be an extremely useful plugin but it will still be great to
have it in the source tree so that it updated when upstream interfaces
change, and get nice versioning.

File size: 118 bytes
Line 
1all: dist install
2dist:
3 ant dist
4clean:
5 ant clean
6install:
7 mv ../../dist/wms-turbo-challenge2.jar ~/.josm/plugins/
Note: See TracBrowser for help on using the repository browser.