diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-05 15:20:15 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-05 15:20:15 +0000 |
commit | 0ed61bb0057a1edde52e8af5980648fd8eb04e9a (patch) | |
tree | 774d0c730f77ab7dc2822278e3b7a7aff56549f9 | |
parent | 4487c2548f7ce51d57d0f23a932c9e334637afe1 (diff) |
Add new modules but explicitly commented out at the moment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982659 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/modules/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/modules/pom.xml b/sca-java-1.x/trunk/modules/pom.xml index 9f4ec06927..7d1b768ae5 100644 --- a/sca-java-1.x/trunk/modules/pom.xml +++ b/sca-java-1.x/trunk/modules/pom.xml @@ -66,7 +66,7 @@ <module>binding-jms</module> <module>binding-jms-runtime</module> <module>binding-jms-policy</module> -<!-- Port of JSONP to 1.x, Looking to Fabiano to test +<!-- Port of JSONP to from 2.x to 1.x, Looking to Fabiano to test <module>binding-jsonp</module> <module>binding-jsonp-runtime</module> --> @@ -110,6 +110,9 @@ <module>databinding-sdo</module> <module>databinding-sdo-axiom</module> <module>databinding-json</module> +<!-- Port of JSON databinding from 2.x to 1.x, Looking to Fabiano to test + <module>databinding-json-2-x</module> +--> <module>databinding-saxon</module> <module>databinding-xmlbeans</module> <module>databinding-fastinfoset</module> |