Ignore:
Timestamp:
2011-09-17T14:03:03+02:00 (15 years ago)
Author:
akks
Message:

'Utilsplugin2: select all inside multipolygon added'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r26644 r26662  
    3030<project name="utilsplugin2" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="Utilsplugin2: select all inside (testing)"/>
     32    <property name="commit.message" value="Utilsplugin2: select all inside multipolygon added"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4395"/>
     
    245245        </java>
    246246    </target>
     247   
     248   
     249    <target name="profilejosm" depends="install">
     250        <nbprofiledirect>
     251        </nbprofiledirect>
     252        <java jar="${josm}" fork="true">
     253            <arg line="e:/test.osm"/>
     254             <jvmarg value="${profiler.info.jvmargs.agent}"/>
     255        </java>
     256    </target>
    247257</project>
Note: See TracChangeset for help on using the changeset viewer.