diff options
author | beckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-21 17:14:42 +0000 |
---|---|---|
committer | beckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-21 17:14:42 +0000 |
commit | 5d291452ae5a99fbb4e32cb4342b39cab18014b5 (patch) | |
tree | 5941dd0df16f0627a74df7336c93382665015fba /branches | |
parent | b0926c9fe3864f25813a1b7b4e25ae26e9bd4788 (diff) |
Tuscany 2768 - sample showing web services Holder support (input/output parameters)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/samples/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/pom.xml b/branches/sca-java-1.x/samples/pom.xml index 20ccb937b0..94d5af1cfa 100644 --- a/branches/sca-java-1.x/samples/pom.xml +++ b/branches/sca-java-1.x/samples/pom.xml @@ -86,6 +86,7 @@ <module>helloworld-ws-reference-secure</module> <module>helloworld-ws-sdo</module> <module>helloworld-ws-sdo-webapp</module> + <module>holder-ws-service</module> <module>implementation-composite</module> <module>implementation-crud</module> <module>implementation-crud-extension</module> |