diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-11 07:51:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-11 07:51:41 +0000 |
commit | 52bab8c0d962d16b15e639741fe0ef969d503738 (patch) | |
tree | 0e28f3e06e16eab4eb3f60c3be89a525e223c1e1 | |
parent | b3b9e679b089012af0e49ac5e91de40e58cac0f7 (diff) |
Take dwr and jsonrpc bindings out of main build as they're not finished and not being actively worked on just now so moving to contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783670 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 33af5082fa..3d90abbbad 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -35,9 +35,7 @@ <module>assembly-xml-osoa</module> <module>assembly-xsd</module> <module>assembly-xsd-osoa</module> - <module>binding-dwr</module> <module>binding-jsonp</module> - <module>binding-jsonrpc</module> <module>binding-rmi</module> <module>binding-rmi-runtime</module> <module>binding-sca-runtime</module> |