Last change
on this file since 29659 was 29014, checked in by donvip, 12 years ago |
[josm_opendata] Use GeoTools plugin + simplify build.xml + change resources location
|
File size:
1.1 KB
|
Rev | Line | |
---|
[28000] | 1 | README
|
---|
| 2 | ======
|
---|
| 3 |
|
---|
| 4 | Readme for JOSM Open Data plugin
|
---|
| 5 |
|
---|
| 6 | * Author: Don-vip
|
---|
[29014] | 7 | * License: GPL v3 (see GPL-3.0.txt) and others (see below for details)
|
---|
[28000] | 8 |
|
---|
| 9 | -------------------------------- DOCUMENTATION --------------------------------
|
---|
| 10 |
|
---|
| 11 | See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
|
---|
| 12 |
|
---|
| 13 | ----------------------------------- LICENSE -----------------------------------
|
---|
| 14 |
|
---|
| 15 | The source code of this plugin is composed of the following folders, with distinct licenses:
|
---|
| 16 |
|
---|
| 17 | - src: main source code (GPL v3)
|
---|
| 18 |
|
---|
| 19 | - includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size:
|
---|
| 20 | - org/apache: three Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
|
---|
| 21 | - commons/collections: Apache Commons Collections 3.2.1 (used by jOpenDocument)
|
---|
| 22 | - commons/lang3: Apache Commons Lang 3.1 (stuff related to WordUtils, used by the plugin itself)
|
---|
| 23 | - poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself)
|
---|
[29014] | 24 | - org/jopendocument: jOpenDocument 1.2 (ODS support without styles and writing capabilities, used by the plugin itself) (GPL v3, see GPL-3.0.txt)
|
---|
[28000] | 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.