Ignore:
Timestamp:
2009-12-05T18:54:28+01:00 (15 years ago)
Author:
jttt
Message:

Encalupse OsmPrimitive.incomplete

Location:
applications/editors/josm/plugins/multipoly
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/multipoly/.classpath

    r18415 r18962  
    22<classpath>
    33        <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"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/multipoly/build.xml

    r18832 r18962  
    5050    <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    5151    <attribute name="Plugin-Link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/multipoly/"/>
    52     <attribute name="Plugin-Mainversion" value="2381"/>
     52    <attribute name="Plugin-Mainversion" value="2578"/>
    5353   </manifest>
    5454  </jar>
  • applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java

    r18799 r18962  
    5656  * @param e Action Event
    5757  */
    58  @Override public void actionPerformed(ActionEvent e) {
     58 public void actionPerformed(ActionEvent e) {
    5959
    6060  // Get all ways in some type=multipolygon relation
Note: See TracChangeset for help on using the changeset viewer.