Changeset 27981 in osm for applications/editors/josm
- Timestamp:
- 2012-03-04T07:59:36+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/build.xml
r27852 r27981 4 4 <property name="commit.message" value="Moar bugfixes"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 4980"/>6 <property name="plugin.main.version" value="5035"/> 7 7 <!-- 8 8 ************************************************ -
applications/editors/josm/plugins/FastDraw/build.xml
r27852 r27981 32 32 <property name="commit.message" value="FastDraw: shortcut parsing"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 4980"/>34 <property name="plugin.main.version" value="5035"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/cadastre-fr/build.xml
r27852 r27981 32 32 <property name="ant.build.javac.target" value="1.5"/> 33 33 <property name="commit.message" value="Changed constructor for Plugin"/> 34 <property name="plugin.main.version" value=" 4980"/>34 <property name="plugin.main.version" value="5035"/> 35 35 <target name="init"> 36 36 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/ext_tools/build.xml
r27848 r27981 32 32 <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 4972"/>34 <property name="plugin.main.version" value="5035"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/infomode/build.xml
r27852 r27981 32 32 <property name="commit.message" value="InfoMode : for shortcurt parser"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 4980"/>34 <property name="plugin.main.version" value="5035"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/junctionchecking/build.xml
r27852 r27981 27 27 <project name="junctionchecking" default="dist" basedir="."> 28 28 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 29 <property name="plugin.main.version" value=" 4980"/>29 <property name="plugin.main.version" value="5035"/> 30 30 <property name="josm" location="../../core/dist/josm-custom.jar"/> 31 31 <property name="plugin.build.dir" value="build"/>
Note:
See TracChangeset
for help on using the changeset viewer.