Changeset 28290 in osm for applications/editors/josm
- Timestamp:
- 2012-04-14T13:11:51+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/build-common.xml
r27983 r28290 36 36 --> 37 37 <target name="compile" depends="init"> 38 <echo message="compiling sources for ${plugin.jar} ..."/>38 <echo message="compiling sources for ${plugin.jar} ..."/> 39 39 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 40 40 <compilerarg value="-Xlint:deprecation"/> -
applications/editors/josm/plugins/build.xml
r28005 r28290 15 15 <ant antfile="build.xml" target="dist" dir="colorscheme"/> 16 16 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/> 17 <ant antfile="build.xml" target="dist" dir="conflation"/> <!-- Depends on utilsplugin2 -->18 17 <ant antfile="build.xml" target="dist" dir="canvec_helper"/> 19 18 <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/> … … 43 42 <ant antfile="build.xml" target="dist" dir="infomode"/> 44 43 <ant antfile="build.xml" target="dist" dir="irsrectify"/> 44 <ant antfile="build.xml" target="dist" dir="jts"/> 45 45 <ant antfile="build.xml" target="dist" dir="junctionchecking"/> 46 46 <ant antfile="build.xml" target="dist" dir="lakewalker"/> … … 94 94 <ant antfile="build.xml" target="dist" dir="waypoint_search"/> 95 95 <ant antfile="build.xml" target="dist" dir="wayselector"/> 96 <ant antfile="build.xml" target="dist" dir="wikipedia"/> 96 97 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/> 97 98 </target> … … 108 109 <ant antfile="build.xml" target="clean" dir="ColumbusCSV"/> 109 110 <ant antfile="build.xml" target="clean" dir="CommandLine"/> 110 <ant antfile="build.xml" target="clean" dir="conflation"/>111 111 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/> 112 112 <ant antfile="build.xml" target="clean" dir="czechaddress"/> … … 133 133 <ant antfile="build.xml" target="clean" dir="infomode"/> 134 134 <ant antfile="build.xml" target="clean" dir="irsrectify"/> 135 <ant antfile="build.xml" target="clean" dir="jts"/> 135 136 <ant antfile="build.xml" target="clean" dir="junctionchecking"/> 136 137 <ant antfile="build.xml" target="clean" dir="lakewalker"/> … … 186 187 <ant antfile="build.xml" target="clean" dir="waypoint_search"/> 187 188 <ant antfile="build.xml" target="clean" dir="wayselector"/> 189 <ant antfile="build.xml" target="clean" dir="wikipedia"/> 188 190 <ant antfile="build.xml" target="clean" dir="wms-turbo-challenge2"/> 189 191 </target> -
applications/editors/josm/plugins/canvec_helper
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/jts
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java
r28174 r28290 41 41 42 42 public MirroredDownloadAction() { 43 super(tr("Download from OSM mirror..."), null, tr("Download map data from the OSM server."),43 super(tr("Download from OSM mirror..."), (String)null, tr("Download map data from the OSM server."), 44 44 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT), 45 45 true, "mirroreddownload/download", true); -
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/UrlSelectionAction.java
r28108 r28290 16 16 17 17 public UrlSelectionAction() { 18 super(tr("Select OSM mirror URL"), null, tr("Select OSM mirror URL to download from."),18 super(tr("Select OSM mirror URL"), (String)null, tr("Select OSM mirror URL to download from."), 19 19 null, true, "mirroreddownload/urlselection", true); 20 20 putValue("help", ht("/Action/SelectUrl")); -
applications/editors/josm/plugins/native-password-manager/build.xml
r27367 r28290 54 54 --> 55 55 <target name="compile" depends="init"> 56 <echo message="compiling sources for ${plugin.jar} ..."/>56 <echo message="compiling sources for ${plugin.jar} ..."/> 57 57 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}"> 58 58 <compilerarg value="-Xlint:deprecation"/> … … 105 105 </jar> 106 106 </target> 107 108 107 </project> -
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java
r27927 r28290 563 563 564 564 public EnterRoleAction() { 565 super(tr("Change role"), null, tr("Enter role for selected members"),565 super(tr("Change role"), (String)null, tr("Enter role for selected members"), 566 566 Shortcut.registerShortcut("reltoolbox:changerole", tr("Relation Toolbox: {0}", tr("Enter role for selected members")), 567 567 KeyEvent.VK_R, Shortcut.ALT_CTRL), false, "relcontext/enterrole", true); -
applications/editors/josm/plugins/wikipedia
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.