summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/General
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/General')
-rw-r--r--java/sca/otest/current/General/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/java/sca/otest/current/General/pom.xml b/java/sca/otest/current/General/pom.xml
index b3ac1ff1b9..4f462c3f12 100644
--- a/java/sca/otest/current/General/pom.xml
+++ b/java/sca/otest/current/General/pom.xml
@@ -53,9 +53,13 @@
<configuration>
<tasks>
<property name="from.dir" value="../src/main/resources/General"/>
- <property name="to.dir" value="src/main/resources"/>
<ant antfile="../build.xml">
- <target name="copyDir"/>
+ <property name="to.dir" value="src/main/resources"/>
+ <target name="copyResourceDir"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="to.dir" value="src/main/java"/>
+ <target name="copySourceDir"/>
</ant>
</tasks>
</configuration>