diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 13:03:36 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-28 13:03:36 +0000 |
commit | 135d6e4b837cc86c9b966bc6a966e66231c4cf61 (patch) | |
tree | 5478e8f647b2c44783b207549176919471bfbc04 | |
parent | bf8aee352a1613513ac495810427f46cb9ef1cd4 (diff) |
Add endpoint-wrapper module to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808872 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 1ecdb74687..f5f70877db 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -59,6 +59,7 @@ <module>domain-node</module> <module>endpoint</module> <module>endpoint-tribes</module> + <module>endpoint-wrapper</module> <module>extensibility</module> <module>extensibility-equinox</module> <module>host-http</module> |