Changeset 18962 in osm for applications/editors/josm/plugins/multipoly
- Timestamp:
- 2009-12-05T18:54:28+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/multipoly
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/multipoly/.classpath
r18415 r18962 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 6"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 5"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/multipoly/build.xml
r18832 r18962 50 50 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 51 51 <attribute name="Plugin-Link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/multipoly/"/> 52 <attribute name="Plugin-Mainversion" value="2 381"/>52 <attribute name="Plugin-Mainversion" value="2578"/> 53 53 </manifest> 54 54 </jar> -
applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java
r18799 r18962 56 56 * @param e Action Event 57 57 */ 58 @Overridepublic void actionPerformed(ActionEvent e) {58 public void actionPerformed(ActionEvent e) { 59 59 60 60 // Get all ways in some type=multipolygon relation
Note:
See TracChangeset
for help on using the changeset viewer.