Changeset 30829 in osm for applications/editors/josm/plugins/trustosm/build.xml
- Timestamp:
- 2014-11-29T20:52:09+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/build.xml
r30750 r30829 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="7001" /> 8 9 <!-- Configure these properties (replace "..." accordingly).10 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins11 -->12 8 <property name="plugin.author" value="Christoph Wagner" /> 13 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" /> … … 40 36 <fileset dir="${plugin.lib.dir}"> 41 37 <include name="**/*.jar"/> 38 <exclude name="**/*-sources.jar"/> 39 <exclude name="**/*-javadoc.jar"/> 42 40 </fileset> 43 41 </path>
Note:
See TracChangeset
for help on using the changeset viewer.
