Changeset 26409 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-07-28T11:13:46+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/proj4j
- Files:
-
- 136 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/proj4j/build.xml
r26407 r26409 37 37 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 38 38 <property name="plugin.main.version" value="3872"/> 39 <property name="libproj4j" value="lib/proj4j-0.1.0.jar"/>40 39 <!-- 41 40 ************************************************ … … 68 67 <classpath> 69 68 <pathelement location="${josm}"/> 70 <pathelement location="${libproj4j}"/>71 69 </classpath> 72 70 <compilerarg value="-Xlint:deprecation"/> … … 98 96 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 99 97 <!-- All jar files necessary to run plugin (no tests) --> 100 <zipfileset src="${libproj4j}"/>101 98 <!-- 102 99 ************************************************
Note:
See TracChangeset
for help on using the changeset viewer.