Added another erroronmissingdir="false" for packging external dirs.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5445 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
bbcc4ed700
commit
272fab582f
|
|
@ -743,7 +743,7 @@
|
||||||
<include name="${executable}.xml" />
|
<include name="${executable}.xml" />
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
||||||
<fileset dir="${external.dir}">
|
<fileset dir="${external.dir}" erroronmissingdir="false">
|
||||||
<include name="*/${executable}.xml" />
|
<include name="*/${executable}.xml" />
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue