Changeset 31940 in osm
- Timestamp:
- 2016-01-05T01:36:57+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/README
r31677 r31940 18 18 19 19 - includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size: 20 - org/apache: t hreeApache COTS (Apache License 2.0, see LICENSE-2.0.txt)20 - org/apache: two Apache COTS (Apache License 2.0, see LICENSE-2.0.txt) 21 21 - commons/collections: Apache Commons Collections 3.2.1 (used by jOpenDocument) 22 22 - poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself) -
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="jts" location="../../../../dist/jts.jar"/> 10 11 <property name="geotools" location="../../../../dist/geotools.jar"/> … … 45 46 <pathelement location="${jts}"/> 46 47 <pathelement location="${geotools}"/> 48 <pathelement location="${apachecommons}"/> 47 49 </classpath> 48 50 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="module.build.dir" value="build"/> 10 11 <property name="module.src.dir" value="src"/> … … 41 42 <pathelement location="${josm}"/> 42 43 <pathelement location="${opendata}"/> 44 <pathelement location="${apachecommons}"/> 43 45 </classpath> 44 46 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r31923 r31940 7 7 <property name="plugin.dist.dir" value="../../../../dist"/> 8 8 <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/> 9 <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/> 9 10 <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/> 10 11 <property name="module.build.dir" value="build"/> … … 43 44 <pathelement location="${opendata}"/> 44 45 <pathelement location="${utilsplugin2}"/> 46 <pathelement location="${apachecommons}"/> 45 47 </classpath> 46 48 <compilerarg value="-Xlint:deprecation"/>
Note:
See TracChangeset
for help on using the changeset viewer.