Mercurial > mxd2map
diff build.xml @ 55:f0c02ff120d6
Read filenames from properties file or commandline arguments.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 16 May 2011 18:21:27 +0200 |
parents | 7873682a1a11 |
children | 707f13cfba74 |
line wrap: on
line diff
--- a/build.xml Wed May 11 10:10:18 2011 +0200 +++ b/build.xml Mon May 16 18:21:27 2011 +0200 @@ -56,8 +56,9 @@ <mkdir dir="${dist.dir}" /> <jar jarfile="${dist.dir}/${sample.dir}.jar" compress="true" basedir="${class.dir}"> <manifest> - <attribute name="Main-Class" value="${main.class}"/> - </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"/> + </manifest> </jar> </target>