Merged bug fix from Stable into Unstable

This commit is contained in:
David Roazen 2013-04-30 22:33:36 -04:00
commit 2edb286d1c
1 changed files with 6 additions and 0 deletions

View File

@ -1315,6 +1315,7 @@
<fileset dir="${lib.dir}">
<include name="scala*.jar"/>
<include name="jna*.jar"/>
<include name="cofoja*.jar"/>
</fileset>
</path>
</path>
@ -1332,6 +1333,11 @@
<pathelement location="${java.contracts.dir}" />
<pathelement location="${java.test.classes}" />
<pathelement location="${scala.test.classes}" />
<path>
<fileset dir="${lib.dir}">
<include name="cofoja*.jar"/>
</fileset>
</path>
</path>
<property name="testng.classpath" value="queue.binary.release.tests.classpath" />
</target>