diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 17:30:38 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-31 17:30:38 +0000 |
commit | b2f1d3fb7dc17bd64df813799f4378e0449011ce (patch) | |
tree | 5214f97094a3033af538006d8de7147fd8f8a3ea /java/sca | |
parent | f667c5eeaab50cdc3d261474ced4faab2e2e31e6 (diff) |
Add new contributions to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/otest/current/build.xml | 2 | ||||
-rw-r--r-- | java/sca/otest/current/pom.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/otest/current/build.xml b/java/sca/otest/current/build.xml index e91533d044..fd4de7107b 100644 --- a/java/sca/otest/current/build.xml +++ b/java/sca/otest/current/build.xml @@ -79,6 +79,8 @@ <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_8010"/></antcall> <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_8011"/></antcall> <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_8012"/></antcall> + <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_8017"/></antcall> + <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_8019"/></antcall> <antcall target="fixUpContribution-Resource"><param name="contrib" value="ASM_9002"/></antcall> diff --git a/java/sca/otest/current/pom.xml b/java/sca/otest/current/pom.xml index 8ccbd4b5a9..1020f5e198 100644 --- a/java/sca/otest/current/pom.xml +++ b/java/sca/otest/current/pom.xml @@ -112,6 +112,8 @@ <module>ASM_8010</module> <module>ASM_8011</module> <module>ASM_8012</module> + <module>ASM_8017</module> + <module>ASM_8019</module> <module>ASM_9002</module> <module>ASM_10001</module> <module>ASM_10003</module> |