Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 169 Bytes

Ant-cheat-sheet.mediawiki

File metadata and controls

12 lines (7 loc) · 169 Bytes

Scratch

ant -file the-file.xml targetname

	<target name="echoproperties" depends="clear.classes">
		<echoproperties></echoproperties>
	</target>