diff options
author | Merov Linden <merov@lindenlab.com> | 2010-09-01 14:41:51 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-09-01 14:41:51 -0700 |
commit | f2d61c7371171e0ee1329186116c585aa5de7f52 (patch) | |
tree | 9598b9467386acf1d4327ec6d174ed4212e8deeb /install.xml | |
parent | 749f8cd5d9b4742877ddb3eb8b2c8e24c721e2af (diff) |
VWR-22759 : port of SNOW-667, Automatic language translation of chat messages
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/install.xml b/install.xml index a47a732d56..9c37b4bc1e 100644 --- a/install.xml +++ b/install.xml @@ -777,6 +777,46 @@ </map> </map> </map> + <key>jsoncpp</key> + <map> + <key>copyright</key> + <string>json-cpp library released to Public Domain by Baptiste Lepilleur <blep@users.sourceforge.net></string> + <key>description</key> + <string>jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++.</string> + <key>license</key> + <string>jsoncpp</string> + <key>packages</key> + <map> + <key>darwin</key> + <map> + <key>md5sum</key> + <string>4c6b949778099a63550898f00f3e6a5e</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-darwin-20090923.tar.bz2</uri> + </map> + <key>linux</key> + <map> + <key>md5sum</key> + <string>a2a94b8ca1d32f23e3e668d64023514e</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-linux-20090922.tar.bz2</uri> + </map> + <key>linux64</key> + <map> + <key>md5sum</key> + <string>a06ab38628ab7b53b8f3326cd942a6a8</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-linux64-20090922.tar.bz2</uri> + </map> + <key>windows</key> + <map> + <key>md5sum</key> + <string>caf152cfc730737c124f7612cf68fbd3</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-windows-20090922.tar.bz2</uri> + </map> + </map> + </map> <key>kdu</key> <map> <key>copyright</key> @@ -1740,6 +1780,13 @@ Cass Everitt - cass@r3.nu <key>text</key> <string>http://nyctergatis.com/jpeglib/</string> </map> + <key>jsoncpp</key> + <map> + <key>text</key> + <string>The json-cpp library and this documentation are in Public Domain. Retrieved from http://jsoncpp.sourceforge.net/ on 2009-09-04.</string> + <key>url</key> + <string>http://jsoncpp.sourceforge.net</string> + </map> <key>kdu</key> <map> <key>text</key> |