Mercurial > mxd2map
comparison build.xml @ 174:707f13cfba74
Improved the commandline arguments and save the mapfile in the correct directory.
author | raimund.renkert@intevation.de |
---|---|
date | Wed, 06 Jul 2011 18:38:40 +0200 |
parents | f0c02ff120d6 |
children | d10d5f560b1a |
comparison
equal
deleted
inserted
replaced
173:0a1435aa33d8 | 174:707f13cfba74 |
---|---|
55 <target name="jar" depends="compile"> | 55 <target name="jar" depends="compile"> |
56 <mkdir dir="${dist.dir}" /> | 56 <mkdir dir="${dist.dir}" /> |
57 <jar jarfile="${dist.dir}/${sample.dir}.jar" compress="true" basedir="${class.dir}"> | 57 <jar jarfile="${dist.dir}/${sample.dir}.jar" compress="true" basedir="${class.dir}"> |
58 <manifest> | 58 <manifest> |
59 <attribute name="Main-Class" value="de.intevation.mxd.Converter"/> | 59 <attribute name="Main-Class" value="de.intevation.mxd.Converter"/> |
60 <attribute name="Class-Path" value="lib/log4j-1.2.16.jar lib/mapscript.jar lib/arcobjects.jar"/> | 60 <attribute name="Class-Path" value="lib/log4j-1.2.16.jar lib/mapscript.jar lib/arcobjects.jar lib/jargs.jar"/> |
61 </manifest> | 61 </manifest> |
62 </jar> | 62 </jar> |
63 </target> | 63 </target> |
64 | 64 |
65 <target name="usage"> | 65 <target name="usage"> |