For Kristian...bug fixes for mechanism allowing external source

directory to live anywhere on the filesystem.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5259 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2011-02-17 18:35:27 +00:00
parent 0e04e95245
commit fb9f92d09c
1 changed files with 2 additions and 2 deletions

View File

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