Changeset 24501 in osm for applications/editors/josm/plugins/imagery/build.xml
- Timestamp:
- 2010-12-01T18:51:48+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/imagery
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from applications/editors/josm/plugins/00_plugin_dir_template ) (1 prop)
-
build.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery
-
Property svn:ignore
set to
bin
build
dist
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/imagery/build.xml
r23263 r24501 28 28 ** 29 29 --> 30 <project name=" myPluginName" default="dist" basedir=".">30 <project name="imagery" default="dist" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> 33 33 <property name="commit.message" value="Commit message" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="" /> 35 <property name="plugin.main.version" value="3687" /> 36 36 37 37 … … 41 41 --> 42 42 <property name="josm" location="../../core/dist/josm-custom.jar"/> 43 <property name="remotecontrol" location="../../dist/remotecontrol.jar" /> 43 44 <property name="plugin.build.dir" value="build"/> 44 45 <property name="plugin.src.dir" value="src"/> … … 65 66 <target name="compile" depends="init"> 66 67 <echo message="compiling sources for ${plugin.jar} ... "/> 67 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 68 <javac srcdir="src" classpath="${josm};${remotecontrol}" debug="true" destdir="${plugin.build.dir}"> 68 69 <compilerarg value="-Xlint:deprecation"/> 69 70 <compilerarg value="-Xlint:unchecked"/> … … 100 101 --> 101 102 <manifest> 102 <attribute name="Author" value=" ..."/>103 <attribute name="Plugin-Class" value=" ..."/>103 <attribute name="Author" value="Tim Waters, Petr Dlouhý, Frederik Ramm, Upliner and others"/> 104 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.imagery.ImageryPlugin"/> 104 105 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 105 <attribute name="Plugin-Description" value=" ..."/>106 <attribute name="Plugin-Icon" value=" ..."/>107 <attribute name="Plugin-Link" value=" ..."/>106 <attribute name="Plugin-Description" value="Experimental union of SlippyMap plugin and WMSPlugin"/> 107 <attribute name="Plugin-Icon" value="images/wms.png"/> 108 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin" /> 108 109 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 109 110 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.
