Revision 7780 trunk/applications/appgvSIG/build.xml

View differences:

build.xml
326 326
		<condition property="cad.Dir" value="${cad}" else="voidTarget">
327 327
			<available file="${cad}" type="dir"/>
328 328
		</condition>
329
	<!-- Don't compile extCAD because it doesn't correctly compile from the command line
330 329
		<ant dir="${cad.Dir}" target="batch-build" inheritAll="false">
331 330
			<property name="debug" value="${debug}"/>
332 331
			<property name="debuglevel" value="${debuglevel}"/>
333 332
			<property name="encoding" value="ISO_8859_1"/>
334
		</ant> -->
333
		</ant>
335 334
		<condition property="appcatalog.Dir" value="${appcatalog}" else="voidTarget">
336 335
			<available file="${appcatalog}" type="dir"/>
337 336
		</condition>

Also available in: Unified diff