Revision: 7685
Author: amitman...@google.com
Date: Fri Mar  5 14:22:54 2010
Log: Adding third_party json jars. Because a small patch has been applied, putting
this in the redist dir.

Patch by: amitmanjhi
Review by: fabbott (TBR)

http://code.google.com/p/google-web-toolkit/source/detail?r=7685

Added:
 /tools/redist/json
 /tools/redist/json/LICENSE
 /tools/redist/json/r2_20080312
 /tools/redist/json/r2_20080312/diff.patch
 /tools/redist/json/r2_20080312/json-src.jar
 /tools/redist/json/r2_20080312/json.jar

=======================================
--- /dev/null
+++ /tools/redist/json/LICENSE  Fri Mar  5 14:22:54 2010
@@ -0,0 +1,23 @@
+JSON
+
+Copyright (c) 2002 JSON.org
+
+Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+The Software shall be used for Good, not Evil.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
=======================================
--- /dev/null
+++ /tools/redist/json/r2_20080312/diff.patch   Fri Mar  5 14:22:54 2010
@@ -0,0 +1,11 @@
+--- src/org/json/JSONArray.java        2008-03-13 10:15:40.020000000 -0700
++++ src/org/json/JSONArray.java        2008-03-13 10:15:05.816679000 -0700
+@@ -137,7 +137,7 @@
+             case ']':
+             case ')':
+                 if (q != c) {
+- throw x.syntaxError("Expected a '" + new String(c) + "'");
++                    throw x.syntaxError("Expected a '" + c + "'");
+                 }
+                 return;
+             default:
=======================================
--- /dev/null   
+++ /tools/redist/json/r2_20080312/json-src.jar Fri Mar  5 14:22:54 2010
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /tools/redist/json/r2_20080312/json.jar     Fri Mar  5 14:22:54 2010
Binary file, no diff available.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to