diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-05 08:28:52 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-05 08:28:52 +0000 |
commit | a869892604981ae00c2980260bb962cd68268f05 (patch) | |
tree | 3f868d16b67e030d3da82c06b4da05d98457ad1a /sca-java-2.x/trunk | |
parent | 589ab054445831cf6844e51b0e0a80e28dad8ae6 (diff) |
Add in ws itests to build. Don't anything useful yet but might as well get them going.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/itest/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml index 896ef34031..e36a8eecb2 100644 --- a/sca-java-2.x/trunk/itest/pom.xml +++ b/sca-java-2.x/trunk/itest/pom.xml @@ -86,6 +86,7 @@ <module>service-reference</module> <module>wires</module> <module>policies</module> + <module>ws</module> </modules> </profile> |