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:
parent
a189454343
commit
188c4f67b0
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue