summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/General
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-05 21:51:36 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-05 21:51:36 +0000
commitc10eb19f425060aa0ef75d82fa768e6388f1dbd8 (patch)
treea7d4e3d48d7d018611e58d556db398205934f6f9 /java/sca/otest/current/General
parent12ea2c2ece883a256d8d7226a986b9bfc9df8db9 (diff)
Update pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801428 13f79535-47bb-0310-9956-ffa450edef68
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>