Changeset 31668 in osm for applications/editors/josm/plugins/apache-commons/build.xml
- Timestamp:
- 2015-10-24T23:45:29+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
- 1 moved
-
. (modified) (1 prop)
-
apache-commons (moved) (moved from applications/editors/josm/plugins/commons-imaging )
-
apache-commons/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 1 1 rasterfilters/build 2 continuos-download
-
- Property svn:ignore
-
applications/editors/josm/plugins/apache-commons/build.xml
r31199 r31668 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="commons -imaging" default="dist" basedir=".">2 <project name="apache-commons" default="dist" basedir="."> 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> … … 8 8 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 9 9 --> 10 <property name="plugin.author" value="nokutu"/> 11 <property name="plugin.class" value="org.openstreetmap.josm.plugins.commons. imaging.CommonsImagingPlugin"/>12 <property name="plugin.description" value="Provides Commons Imaginglibrary. Not meant to be installed directly by users, but rather as a dependency for other plugins."/>10 <property name="plugin.author" value="nokutu; Don-vip"/> 11 <property name="plugin.class" value="org.openstreetmap.josm.plugins.commons.CommonsPlugin"/> 12 <property name="plugin.description" value="Provides Apache Commons library components. Not meant to be installed directly by users, but rather as a dependency for other plugins."/> 13 13 14 14 <property name="josm" location="../../core/dist/josm-custom.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.
