Changeset 3579 in osm for applications/editors/josm/plugins/ywms
- Timestamp:
- 2007-07-12T21:33:56+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ywms/build.xml
r2264 r3579 2 2 3 3 <!-- point to your JOSM directory --> 4 <property name="josm" location="../ josm/dist/josm-custom.jar" />4 <property name="josm" location="../../core/dist/josm-custom.jar" /> 5 5 6 6 … … 23 23 <fileset dir="images"/> 24 24 </copy> 25 <exec append="false" output="build/resources/REVISION" executable="svn" failifexecutionfails="false"> 26 <env key="LANG" value="C"/> 27 <arg value="info"/> 28 <arg value="."/> 29 </exec> 30 <property file="build/resources/REVISION" /> 25 31 <jar destfile="ywms.jar" basedir="build"> 26 32 <manifest> 27 33 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.ywms.YWMSPlugin"/> 28 34 <attribute name="Plugin-Description" value="A WMS server for Yahoo imagery based on Firefox"/> 35 <attribute name="Plugin-Version" value="${Revision}"/> 29 36 <attribute name="Author" value="Francisco R. Santos <frsantos@gmail.com>"/> 30 37 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.