Fixed typo that kept scala tests from recompiling.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5153 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-02-01 02:41:07 +00:00
parent a89400b20c
commit 5279ef24a3
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@
<include name="**/*.scala"/>
<classpath>
<path refid="scala.dependencies"/>
<pathelement location="${scala.classes}"/>
<pathelement location="${scala.test.classes}"/>
<pathelement location="${java.test.classes}"/>
<pathelement location="lib/testng-5.14.1.jar"/>
</classpath>