Mercurial > mxd2map
diff 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 |
line wrap: on
line diff
--- a/build.xml Wed Jul 06 18:27:46 2011 +0200 +++ b/build.xml Wed Jul 06 18:38:40 2011 +0200 @@ -57,7 +57,7 @@ <jar jarfile="${dist.dir}/${sample.dir}.jar" compress="true" basedir="${class.dir}"> <manifest> <attribute name="Main-Class" value="de.intevation.mxd.Converter"/> - <attribute name="Class-Path" value="lib/log4j-1.2.16.jar lib/mapscript.jar lib/arcobjects.jar"/> + <attribute name="Class-Path" value="lib/log4j-1.2.16.jar lib/mapscript.jar lib/arcobjects.jar lib/jargs.jar"/> </manifest> </jar> </target>