Ignore:
Timestamp:
2011-04-08T14:32:17+02:00 (15 years ago)
Author:
akks
Message:

Added Selection menu with "extend selection" functions.

Location:
applications/editors/josm/plugins/utilsplugin2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2

    • Property svn:ignore
      •  

        old new  
        11build
         2.project
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r25190 r25814  
    3131
    3232    <!-- enter the SVN commit message -->
    33     <property name="commit.message" value="fix" />
     33    <property name="commit.message" value="extend selection" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535    <property name="plugin.main.version" value="3835" />
     
    254254    <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
    255255    </target>
     256    <target name="runjosm" depends="install">
     257        <java jar="${josm}" >
     258            <arg line="../../data_nodist/neubrandenburg.osm"/>
     259        </java>
     260    </target>
    256261</project>
Note: See TracChangeset for help on using the changeset viewer.