diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-05 15:16:43 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-05 15:16:43 +0000 |
commit | 4487c2548f7ce51d57d0f23a932c9e334637afe1 (patch) | |
tree | d23c40a279ad73ea081491abb54dee9d71359fdd /sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE | |
parent | aff23555cb8b3adeabbdd44c654cd4fa385e9d81 (diff) |
Add a port of the 2.x version of the JSON databinding. This works with the JSONP binding. If I apply the 2.x changes to the existing JSON databinding the I can get the JSONP binding to work but it messes up other bindings, e.g. JSONRPC, which rely on it. These other bindings have been changed for 2.x also. Not in build yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE')
-rw-r--r-- | sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE b/sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE new file mode 100644 index 0000000000..f5cfc6695f --- /dev/null +++ b/sca-java-1.x/trunk/modules/databinding-json-2-x/target/classes/META-INF/NOTICE @@ -0,0 +1,6 @@ +Apache Tuscany SCA Data Binding for JSON from 2.x codebase
+Copyright (c) 2005 - 2009 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
|