Merged bug fix from Stable into Unstable

This commit is contained in:
David Roazen 2012-01-24 15:19:29 -05:00
commit 47f4440aea
1 changed files with 4 additions and 4 deletions

View File

@ -987,19 +987,19 @@
<property name="testng.classpath" value="testng.default.classpath" />
</target>
<target name="alltests">
<target name="committests">
<antcall target="test" inheritAll="false"/>
<antcall target="integrationtest" inheritAll="false"/>
<antcall target="pipelinetest" inheritAll="false"/>
</target>
<target name="alltests.public">
<target name="committests.public">
<antcall target="test.public" inheritAll="false"/>
<antcall target="integrationtest.public" inheritAll="false"/>
<antcall target="pipelinetest.public" inheritAll="false"/>
</target>
<target name="alltests.gatk.packagejar" depends="init.buildpublic,package">
<target name="releasetests.gatk.packagejar" depends="init.buildpublic,package">
<antcall target="test.public" inheritAll="false">
<param name="testng.classpath" value="testng.gatk.releasetest.classpath" />
</antcall>
@ -1008,7 +1008,7 @@
</antcall>
</target>
<target name="alltests.queue.packagejar" depends="init.buildpublic,queue">
<target name="releasetests.queue.packagejar" depends="init.buildpublic,queue">
<antcall target="package" inheritAll="false">
<param name="executable" value="Queue" />
</antcall>