Revision 18047 trunk/applications/appgvSIG/build.xml

View differences:

build.xml
245 245
			Global build for the whole gvSIG.
246 246
			Compiles all the sources and builds the application so that it's ready to execute
247 247
	">
248
		<antcall target="build-all-projects"/>
248
		<antcall target="build-all-projects">
249
			<param name="debug" value="on"/>
250
			<param name="debuglevel" value="lines, vars"/>
251
		</antcall>
249 252
	</target>
250 253

  
251 254
	<target name="build-all-DebugOff"

Also available in: Unified diff