Changeset 3780 in osm for applications/editors/josm/plugins/mappaint/build.xml
- Timestamp:
- 2007-07-27T05:16:03+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/build.xml
r3588 r3780 2 2 3 3 <!-- 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>--> 6 6 7 7 <!-- target directory to place the plugin in --> … … 32 32 <manifest> 33 33 <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.<br> 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.<br>" /> 35 35 </manifest> 36 36 </jar> … … 42 42 </target> 43 43 44 <target name="clean_install"> 45 <delete file="${plugins}/mappaint.jar" /> 46 </target> 47 44 48 <target name="install" depends="build"> 45 49 <copy file="dist/mappaint.jar" todir="${plugins}"/>
Note:
See TracChangeset
for help on using the changeset viewer.