Changeset 27356 in osm for applications/editors
- Timestamp:
- 2011-12-30T18:30:34+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/build.xml
r27119 r27356 62 62 --> 63 63 <target name="dist" depends="compile,revision"> 64 <echo message="creating ${plugin.jar .name} ... "/>64 <echo message="creating ${plugin.jar} ... "/> 65 65 <copy todir="${plugin.build.dir}/resources"> 66 66 <fileset dir="resources"/> -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java
r23191 r27356 28 28 InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK), false); 29 29 setEnabled(false); 30 DataSet. selListeners.add(this);30 DataSet.addSelectionListener(this); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.