comparison 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
comparison
equal deleted inserted replaced
27:e5fdc37f8f94 28:0e71a1f71ec0
68 68
69 <target name="execute" depends="compile"> 69 <target name="execute" depends="compile">
70 <java classname="Converter" failonerror="true" fork="true"> 70 <java classname="Converter" failonerror="true" fork="true">
71 <jvmarg value="-Xss2m"/> 71 <jvmarg value="-Xss2m"/>
72 <classpath refid="run.classpath"/> 72 <classpath refid="run.classpath"/>
73 <sysproperty key="mxd.file" value="${MXDFILE}"/>
73 </java> 74 </java>
74 </target> 75 </target>
75 76
76 <!-- ========================================= --> 77 <!-- ========================================= -->
77 <!-- public targets --> 78 <!-- public targets -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)