Changeset 31783 in osm for applications/editors/josm/plugins/mapillary/build.xml
- Timestamp:
- 2015-12-01T23:08:30+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.xml
r31688 r31783 2 2 <project name="Mapillary" default="dist" basedir="."> 3 3 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="8433"/> 6 <property name="plugin.canloadatruntime" value="true"/> 7 <property name="plugin.version" value="1.0.4"/> 8 <property name="plugin.author" value="nokutu <nokutu@openmailbox.org>"/> 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> 10 <property name="plugin.description" value="Allows the user to work with pictures hosted at mapillary.com"/> 11 <property name="plugin.icon" value="images/icon24.png"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/> 13 <!--<property name="plugin.early" value="..."/>--> 14 <property name="plugin.requires" value="apache-commons;apache-http"/> 15 <!--<property name="plugin.stage" value="..."/>--> 16 17 <property name="josm" location="../../core/dist/josm-custom.jar"/> 18 <property name="plugin.dist.dir" value="../../dist"/> 19 20 <!-- ** include targets that all plugins have in common ** --> 21 22 <import file="../build-common.xml"/> 23 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 25 <include name="apache-commons.jar"/> 26 <include name="apache-http.jar"/> 27 </fileset> 4 <!-- edit the properties of this plugin in the file `gradle.properties` --> 5 <property file="${basedir}/gradle.properties"/> 6 7 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 <property name="plugin.dist.dir" value="../../dist"/> 9 10 <!-- ** include targets that all plugins have in common ** --> 11 <import file="../build-common.xml"/> 12 13 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 14 <include name="apache-commons.jar"/> 15 <include name="apache-http.jar"/> 16 </fileset> 28 17 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
