diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-16 15:07:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-16 15:07:21 +0000 |
commit | 6f6cbe033b5405b3ee9fc5d75e974262c2bb99a8 (patch) | |
tree | a7090881cb203dab83c2f941786a603a81afb00d | |
parent | cba7a6848e0d2e9f570859f2ec3b6dfc8df5e0af (diff) |
Add tests into build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/itest/ws/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/pom.xml b/sca-java-2.x/trunk/itest/ws/pom.xml index 54ef630ce9..ba4f49b38e 100644 --- a/sca-java-2.x/trunk/itest/ws/pom.xml +++ b/sca-java-2.x/trunk/itest/ws/pom.xml @@ -33,6 +33,9 @@ <module>defaults</module> <module>authentication-basic</module> <module>http-ssl</module> + <module>wsdl</module> + <module>endpoints</module> + <module>endpoint-references</module> <!-- <module>jms</module> <module>mtom</module> |