[Swift-commit] r8020 - trunk
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Mon Jul 14 15:48:01 CDT 2014
Author: tga
Date: 2014-07-14 15:48:01 -0500 (Mon, 14 Jul 2014)
New Revision: 8020
Modified:
trunk/build.xml
Log:
Change Swift build process to ignore missing empty dir: friendlier to git-svn client
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2014-07-13 07:37:19 UTC (rev 8019)
+++ trunk/build.xml 2014-07-14 20:48:01 UTC (rev 8020)
@@ -353,7 +353,7 @@
<target name="cleanGenerated">
<delete includeEmptyDirs="true">
- <fileset dir="src/org/griphyn/vdl/model/" includes="**/*.java"/>
+ <fileset dir="src/org/griphyn/vdl/model/" includes="**/*.java" erroronmissingdir="false" />
</delete>
<delete file="lib/vdldefinitions.jar"/>
</target>
More information about the Swift-commit
mailing list