1URL: http://code.google.com/p/guava-libraries/source/checkout 2Version: r11 3License: Apache 2 4Description: "Guava: Google Core Libraries for Java 1.5" 5 6Local Modifications: Minor hacks to compile on our Mac build machines -- 7 see src/com/google/common/collect/Immutable*.java, look for 8 "BEGIN/END android-changed" markers. 9 10Guava-libraries are a grab bag of utility libraries published by Google as 11open source, including among other things the Google collections libraries. 12 13This code is built as a static library. 14