diff options
-rw-r--r-- | uitest/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index d83f077049..ad03f57d8e 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -40,9 +40,9 @@ <ivy:resolve file="ivy.xml" conf="build, build-provided" /> <ivy:cachepath pathid="classpath.tb3.lib" conf="build, build-provided" /> <path id="classpath.tb3"> + <path location="target/test-classes" /> <path refid="classpath.tb3.lib" /> <path location="target/classes" /> - <path location="target/test-classes" /> </path> <!-- Upload war to deploy to ssh host --> |