Changeset 31755 in osm for applications/editors/josm
- Timestamp:
- 2015-11-16T02:20:33+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/.classpath
r31752 r31755 6 6 <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/> 7 7 <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/> 8 <classpathentry exported="true" kind="lib" path="lib/core-0.26.jar"/>9 8 <classpathentry exported="true" kind="lib" path="lib/gt-api-14.0.jar"> 10 9 <attributes> -
applications/editors/josm/plugins/geotools/build.xml
r31744 r31755 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 12 <property name="plugin.canloadatruntime" value="true"/> 13 <property name="plugin.requires" value="jts "/>13 <property name="plugin.requires" value="jts;ejml"/> 14 14 <property name="plugin.stage" value="20"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> 17 17 <import file="../build-common.xml"/> 18 18 19 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 20 <include name="jts.jar"/> 21 <include name="ejml.jar"/> 22 </fileset> 23 19 24 <!-- 20 25 **********************************************************
Note:
See TracChangeset
for help on using the changeset viewer.