Project

General

Profile

« Previous | Next » 

Revision 7623

require utilities.jar before compile

View differences:

build.xml
364 364
			classpathref="svn.classpath" />
365 365

  
366 366
		<condition property="utilities.required">
367
			<or>
368
				<not>
369
					<available file="lib/utilities.jar" />
370
				</not>
371
				<not>
372
					<available file="${utilitiesdir}" type="dir" />
373
				</not>
374
			</or>
367
			<not>
368
				<available file="lib/utilities.jar" />
369
			</not>				
375 370
		</condition>
376 371
		<!-- peer.utilities.required is used when there is no utilities 
377 372
			directory at ${utilitiesdir} -->

Also available in: Unified diff