summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/tests/pom.xml')
-rw-r--r--java/sca/otest/current/tests/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/sca/otest/current/tests/pom.xml b/java/sca/otest/current/tests/pom.xml
index 42cdd77ed4..ac7871db61 100644
--- a/java/sca/otest/current/tests/pom.xml
+++ b/java/sca/otest/current/tests/pom.xml
@@ -113,16 +113,18 @@
</goals>
<configuration>
<tasks>
+ <!--
<ant antfile="../build.xml">
- <property name="from.dir" value="../src/test/java"/>
+ <property name="from.dir" value="../src/test/resources"/>
<property name="to.dir" value="src/test/resources"/>
<target name="copyResourceDir"/>
</ant>
+ -->
<ant antfile="../build.xml">
- <property name="from.dir" value="../src/test/resources"/>
+ <property name="from.dir" value="../src/test/java"/>
<property name="to.dir" value="src/test/resources"/>
<target name="copyResourceDir"/>
- </ant>
+ </ant>
<ant antfile="../build.xml">
<property name="from.dir" value="../src/test/java"/>
<property name="to.dir" value="src/test/java"/>