blob: ed30e5d1a81219c523058c739f2b35fd83a8999a [file] [log] [blame]
Dan Egnorbfe2dd02010-03-05 14:57:21 -08001URL: http://code.google.com/p/guava-libraries/source/checkout
Bjorn Bringert1d580d02012-05-07 16:50:46 +01002Version: v11.0.2
Jesse Wilson090f9b42009-12-10 17:44:48 -08003License: Apache 2
Dan Egnorbfe2dd02010-03-05 14:57:21 -08004Description: "Guava: Google Core Libraries for Java 1.5"
Dan Egnorca9d5e72010-03-09 09:18:44 -08005
Bjorn Bringert1d580d02012-05-07 16:50:46 +01006Local Modifications:
7 Commented out use of the non-public sun.misc.Unsafe
8 from guava/src/com/google/common/primitives/UnsignedBytes.java
9 Look for "BEGIN/END android-changed" markers.
Jesse Wilson090f9b42009-12-10 17:44:48 -080010
Dan Egnorbfe2dd02010-03-05 14:57:21 -080011Guava-libraries are a grab bag of utility libraries published by Google as
12open source, including among other things the Google collections libraries.
Jesse Wilson090f9b42009-12-10 17:44:48 -080013
Dan Egnorbfe2dd02010-03-05 14:57:21 -080014This code is built as a static library.