Changeset 2845 in osm
- Timestamp:
- 2007-05-09T10:42:35+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r2842 r2845 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="validator.jar" basedir="build"> 26 32 <manifest> 27 33 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.validator.OSMValidatorPlugin"/> 28 34 <attribute name="Plugin-Description" value="A OSM data validator"/> 35 <attribute name="Plugin-Version" value="${Revision}"/> 29 36 <attribute name="Author" value="Francisco R. Santos <frsantos@gmail.com>"/> 30 37 </manifest> … … 42 49 <target name="test" depends="install"> 43 50 <java jar="${josm}" fork="true"> 44 <arg value="/home/frsantos/Desktop/JOSM/Tracks/Auto_1007_13.gpx"/>45 51 </java> 46 52 </target>
Note:
See TracChangeset
for help on using the changeset viewer.