Changeset 31056 in osm for applications
- Timestamp:
- 2015-03-15T10:37:09+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geochat/build.xml
r30416 r31056 12 12 <property name="plugin.icon" value="images/dialogs/geochat.png"/> 13 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/> 14 <property name="plugin.canloadatruntime" value="true"/> 14 15 15 16 <target name="additional-manifest"> -
applications/editors/josm/plugins/imagery_offset_db/build.xml
r30808 r31056 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="7687"/> 8 <property name="plugin.canloadatruntime" value="true"/> 8 9 9 10 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/poly/build.xml
r30495 r31056 18 18 <!--<property name="plugin.requires" value="..."/>--> 19 19 <!--<property name="plugin.stage" value="..."/>--> 20 <property name="plugin.canloadatruntime" value="true"/> 20 21 21 22 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/reltoolbox/build.xml
r30587 r31056 12 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/> 13 13 <property name="plugin.stage" value="10"/> 14 <property name="plugin.canloadatruntime" value="true"/> 14 15 15 16 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.