Changeset 27742 in osm for applications/editors/josm/plugins/conflation/build.xml
- Timestamp:
- 2012-02-10T04:42:04+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/build.xml
r26605 r27742 38 38 --> 39 39 <property name="josm" location="../../core/dist/josm-custom.jar"/> 40 <property name="utilsplugin2" location="../../dist/utilsplugin2.jar"/> 40 41 <property name="plugin.build.dir" value="build"/> 41 42 <property name="plugin.src.dir" value="src"/> … … 61 62 <echo message="compiling sources for ${plugin.jar} ... "/> 62 63 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 64 <classpath> 65 <pathelement path="${josm}"/> 66 <pathelement location="${utilsplugin2}"/> 67 </classpath> 63 68 <compilerarg value="-Xlint:deprecation"/> 64 69 <compilerarg value="-Xlint:unchecked"/> … … 100 105 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.conflation.ConflationPlugin"/> 101 106 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 102 <attribute name="Plugin-Description" value="Tool for conflati on(merging) data"/>107 <attribute name="Plugin-Description" value="Tool for conflating (merging) data"/> 103 108 <attribute name="Plugin-Icon" value="images/conflation.png"/> 109 <attribute name="Plugin-Requires" value="utilsplugin2"/> 104 110 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Conflation"/> 105 111 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 106 <attribute name="Plugin-Version" value=" 0.0.1"/>112 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 107 113 </manifest> 108 114 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.
