Ignore missing external directory.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5262 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-02-17 19:22:21 +00:00
parent a189454343
commit 188c4f67b0
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
<property name="build.dir" value="${external.build.dir}" /> <property name="build.dir" value="${external.build.dir}" />
<property name="dist.dir" value="${external.dist.dir}" /> <property name="dist.dir" value="${external.dist.dir}" />
<property name="gatk.classpath" value="${external.gatk.classpath}" /> <property name="gatk.classpath" value="${external.gatk.classpath}" />
<fileset dir="${external.dir}" includes="*/build.xml" /> <fileset dir="${external.dir}" includes="*/build.xml" erroronmissingdir="false" />
</subant> </subant>
</target> </target>