Ignore:
Timestamp:
2007-07-27T05:16:03+02:00 (17 years ago)
Author:
ulf
Message:

change settings, so josm from svn can be used
update description to match reality
add a "clean_install" target

File:
1 edited

Legend:

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

    r3588 r3780  
    22
    33        <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
    4         <!-- <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" /> -->
    5         <property name="josm" location="../josm/josm-latest.jar" ></property>
     4        <property name="josm" location="../../core/dist/josm-custom.jar" />
     5        <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
    66       
    77        <!-- target directory to place the plugin in -->
     
    3232                        <manifest>
    3333                                <attribute name="Plugin-Class" value="mappaint.MapPaintPlugin" />
    34                                 <attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.&lt;br&gt;You need an elemstyles.xml saved into ~/.josm/plugins/mappaint/" />
     34                                <attribute name="Plugin-Description" value="An alternative render for the map with colouring, line thickness and icons.&lt;br&gt;" />
    3535                        </manifest>
    3636                </jar>
     
    4242        </target>
    4343
     44        <target name="clean_install">
     45                <delete file="${plugins}/mappaint.jar" />
     46        </target>
     47
    4448        <target name="install" depends="build">
    4549                <copy file="dist/mappaint.jar" todir="${plugins}"/>
Note: See TracChangeset for help on using the changeset viewer.