Changeset 28014 in osm for applications/editors/josm/plugins/public_transport
- Timestamp:
- 2012-03-08T10:48:43+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/public_transport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/build.xml
r27886 r28014 21 21 ** should not be necessary to change the following properties 22 22 --> 23 <property name="plugin.main.version" value="5053"/> 23 24 <property name="josm" location="${josm.basedir}/core/dist/josm-custom.jar"/> 24 25 <property name="plugin.build.dir" value="build"/> -
applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java
r27842 r28014 57 57 import org.openstreetmap.josm.tools.GBC; 58 58 import org.openstreetmap.josm.tools.Shortcut; 59 import org.openstreetmap.josm.tools.UrlLabel;60 59 61 60 public class RoutePatternAction extends JosmAction {
Note:
See TracChangeset
for help on using the changeset viewer.