Mercurial > mxd2map
diff build.xml @ 28:0e71a1f71ec0
Added parameter for MXD filename.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 08 Apr 2011 17:33:04 +0200 |
parents | cbd67b1100d8 |
children | 7873682a1a11 |
line wrap: on
line diff
--- a/build.xml Fri Apr 08 14:21:45 2011 +0200 +++ b/build.xml Fri Apr 08 17:33:04 2011 +0200 @@ -70,6 +70,7 @@ <java classname="Converter" failonerror="true" fork="true"> <jvmarg value="-Xss2m"/> <classpath refid="run.classpath"/> + <sysproperty key="mxd.file" value="${MXDFILE}"/> </java> </target>