Changeset 27749 in osm
- Timestamp:
- 2012-02-11T15:31:41+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r27462 r27749 127 127 </exec> 128 128 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 129 <!--130 129 <delete file="REVISION"/> 131 -->132 130 </target> 133 131 <!-- -
applications/editors/josm/plugins/smed/plugs/harbour/build.xml
r27481 r27749 12 12 ** 13 13 ** > ant dist 14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 14 ** 29 15 --> … … 75 61 ********************************************************** 76 62 --> 77 <target name="dist" depends="compile ,revision">63 <target name="dist" depends="compile"> 78 64 <echo message="creating ${ant.project.name}.jar ... "/> 79 65 <copy todir="${plugin.build.dir}/images"> … … 120 106 <!-- 121 107 ********************************************************** 122 ** revision - extracts the current revision number for the123 ** file build.number and stores it in the XML property124 ** version.*125 **********************************************************126 -->127 <target name="revision">128 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">129 <env key="LANG" value="C"/>130 <arg value="info"/>131 <arg value="--xml"/>132 <arg value="."/>133 </exec>134 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>135 <delete file="REVISION"/>136 </target>137 <!--138 **********************************************************139 108 ** clean - clean up the build environment 140 109 ********************************************************** -
applications/editors/josm/plugins/smed/plugs/oseam/build.xml
r27477 r27749 12 12 ** 13 13 ** > ant dist 14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 14 ** 29 15 --> … … 75 61 ********************************************************** 76 62 --> 77 <target name="dist" depends="compile ,revision">63 <target name="dist" depends="compile"> 78 64 <echo message="creating ${ant.project.name}.jar ... "/> 79 65 <copy todir="${plugin.build.dir}/images"> … … 120 106 <!-- 121 107 ********************************************************** 122 ** revision - extracts the current revision number for the123 ** file build.number and stores it in the XML property124 ** version.*125 **********************************************************126 -->127 <target name="revision">128 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">129 <env key="LANG" value="C"/>130 <arg value="info"/>131 <arg value="--xml"/>132 <arg value="."/>133 </exec>134 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>135 <delete file="REVISION"/>136 </target>137 <!--138 **********************************************************139 108 ** clean - clean up the build environment 140 109 ********************************************************** -
applications/editors/josm/plugins/smed/plugs/smed_about/build.xml
r27481 r27749 12 12 ** 13 13 ** > ant dist 14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 14 ** 29 15 --> … … 74 60 ********************************************************** 75 61 --> 76 <target name="dist" depends="compile ,revision">62 <target name="dist" depends="compile"> 77 63 <echo message="creating ${ant.project.name}.jar ... "/> 78 64 <copy todir="${plugin.build.dir}/images"> … … 119 105 <!-- 120 106 ********************************************************** 121 ** revision - extracts the current revision number for the122 ** file build.number and stores it in the XML property123 ** version.*124 **********************************************************125 -->126 <target name="revision">127 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">128 <env key="LANG" value="C"/>129 <arg value="info"/>130 <arg value="--xml"/>131 <arg value="."/>132 </exec>133 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>134 <delete file="REVISION"/>135 </target>136 <!--137 **********************************************************138 107 ** clean - clean up the build environment 139 108 ********************************************************** -
applications/editors/josm/plugins/smed/plugs/wayarea/build.xml
r27479 r27749 12 12 ** 13 13 ** > ant dist 14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 14 ** 29 15 --> … … 75 61 ********************************************************** 76 62 --> 77 <target name="dist" depends="compile ,revision">63 <target name="dist" depends="compile"> 78 64 <echo message="creating ${ant.project.name}.jar ... "/> 79 65 <copy todir="${plugin.build.dir}/images"> … … 120 106 <!-- 121 107 ********************************************************** 122 ** revision - extracts the current revision number for the123 ** file build.number and stores it in the XML property124 ** version.*125 **********************************************************126 -->127 <target name="revision">128 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">129 <env key="LANG" value="C"/>130 <arg value="info"/>131 <arg value="--xml"/>132 <arg value="."/>133 </exec>134 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>135 <delete file="REVISION"/>136 </target>137 <!--138 **********************************************************139 108 ** clean - clean up the build environment 140 109 ********************************************************** -
applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
r27595 r27749 37 37 public SmedTabAction() { 38 38 super( editor, "Smed",editor, 39 Shortcut.registerShortcut("tools:Se mmaps", tr("Tool: {0}", tr("SeaMap Editor")),39 Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), 40 40 KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), 41 41 true); //$NON-NLS-1$ //$NON-NLS-2$
Note:
See TracChangeset
for help on using the changeset viewer.