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:
parent
0e04e95245
commit
fb9f92d09c
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue