removed scripts now that the samples are easy to build and run

This commit is contained in:
Mark Fisher
2009-07-02 02:40:43 +00:00
parent 2e164aaf29
commit 530aab1592
4 changed files with 1 additions and 63 deletions

View File

@@ -8,7 +8,7 @@
<target name="clean" depends="common-common.clean">
<delete verbose="true" includeemptydirs="true">
<fileset dir="${basedir}" includes="*/target/**"/>
<fileset dir="${basedir}" includes="*/target/**" defaultexcludes="false"/>
</delete>
</target>