Legend:
- Unmodified
- Added
- Removed
-
build.xml
r151 r154 1 <project name=" openstreetmap" default="dist" basedir=".">1 <project name="josm" default="dist" basedir="."> 2 2 3 3 <!-- All jar files necessary to run only JOSM (no tests) --> … … 28 28 <fileset dir="po/org/openstreetmap/josm" /> 29 29 </copy> 30 30 31 31 <!-- create josm-custom.jar --> 32 32 <jar destfile="dist/josm-custom.jar" basedir="build"> … … 73 73 74 74 <target name="compile-tests" depends="compile"> 75 75 76 76 </target> 77 77
Note:
See TracChangeset
for help on using the changeset viewer.