diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-05 21:51:36 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-05 21:51:36 +0000 |
commit | c10eb19f425060aa0ef75d82fa768e6388f1dbd8 (patch) | |
tree | a7d4e3d48d7d018611e58d556db398205934f6f9 /java/sca/otest/current/ASM_13003 | |
parent | 12ea2c2ece883a256d8d7226a986b9bfc9df8db9 (diff) |
Update pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/otest/current/ASM_13003/pom.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/java/sca/otest/current/ASM_13003/pom.xml b/java/sca/otest/current/ASM_13003/pom.xml index 9f4c126d64..aac5095e5d 100644 --- a/java/sca/otest/current/ASM_13003/pom.xml +++ b/java/sca/otest/current/ASM_13003/pom.xml @@ -27,6 +27,14 @@ <artifactId>tuscany-otests-asm-ASM_13003</artifactId> <name>Apache Tuscany SCA Specification Tests ASM_13003</name> + <dependencies> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-otests-asm-General_Java</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + </dependencies> + <build> <finalName>${artifactId}</finalName> <plugins> @@ -53,9 +61,13 @@ <configuration> <tasks> <property name="from.dir" value="../src/main/resources/ASM_13003"/> - <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> |