summaryrefslogtreecommitdiffstats
path: root/etc/targets/global-clean.xml
blob: 246a2d09db9706452d5a6c062a6b46219298408e (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>

<project name="global-clean" basedir=".">
	<target name="global-clean">
		<delete dir="${global.dir.root}/build" />
		<delete dir="${global.dir.root}/webroot" />
	</target>
</project>