Changeset 31688 in osm for applications/editors/josm/plugins/mapillary/build.xml
- Timestamp:
- 2015-10-25T03:50:50+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.xml
r31677 r31688 5 5 <property name="plugin.main.version" value="8433"/> 6 6 <property name="plugin.canloadatruntime" value="true"/> 7 <property name="plugin.version" value="1.0. 3"/>7 <property name="plugin.version" value="1.0.4"/> 8 8 <property name="plugin.author" value="nokutu <nokutu@openmailbox.org>"/> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> … … 12 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/> 13 13 <!--<property name="plugin.early" value="..."/>--> 14 <property name="plugin.requires" value="apache-commons"/> 14 <property name="plugin.requires" value="apache-commons;apache-http"/> 15 15 <!--<property name="plugin.stage" value="..."/>--> 16 16 … … 24 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 25 25 <include name="apache-commons.jar"/> 26 <include name="apache-http.jar"/> 26 27 </fileset> 27 28 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
