-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: 6457759 Change-Id: Ie9aa2faaf572f1be8e203a447f357510136ae6b9
- Loading branch information
Bjorn Bringert
committed
May 8, 2012
1 parent
5b0ce86
commit 1d580d0
Showing
1,497 changed files
with
346,863 additions
and
171,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Google Inc. | ||
Colin Decker | ||
Louis Wasserman | ||
Maginatics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Doug Lea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Guava: Google Core Libraries for Java | ||
===================================== | ||
|
||
Requires JDK 1.5 or higher. | ||
|
||
Project page: | ||
http://guava-libraries.googlecode.com | ||
|
||
Report a defect or feature request here: | ||
http://code.google.com/p/guava-libraries/issues/entry | ||
|
||
Ask "how-to" and "why-didn't-it-work" questions at: | ||
http://www.stackoverflow.com/questions/ask (use the "guava" tag) | ||
|
||
For open-ended questions and discussion: | ||
http://groups.google.com/group/guava-discuss | ||
|
||
Subscribe to project updates in your feed reader: | ||
http://code.google.com/feeds/p/guava-libraries/updates/basic | ||
|
||
IMPORTANT WARNINGS | ||
------------------ | ||
|
||
1. APIs marked with the @Beta annotation at the class or method level | ||
are subject to change. They can be modified in any way, or even | ||
removed, at any time. If your code is a library itself (i.e. it is | ||
used on the CLASSPATH of users outside your own control), you should | ||
not use beta APIs, unless you repackage them (e.g. using ProGuard). | ||
|
||
2. Deprecated non-beta APIs will be removed eighteen months after the | ||
release in which they are first deprecated. You must fix your | ||
references before this time. If you don't, any manner of breakage | ||
could result (you are not guaranteed a compilation error). | ||
|
||
3. Serialized forms of ALL objects are subject to change. Do not | ||
persist these and assume they can be read by a future version of the | ||
library. | ||
|
||
4. Our classes are not designed to protect against a malicious caller. | ||
You should not use them for communication between trusted and | ||
untrusted code. | ||
|
||
5. We unit-test and benchmark the libraries using only OpenJDK 1.6 on | ||
Linux. Some features, especially in com.google.common.io, may not work | ||
correctly in other environments. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
These folders host the maven metadata which are used to | ||
build release binaries for hosting in the central maven | ||
repositories. These are not considered the "canonical" | ||
build, but are maintained seperately by (a) volunteer(s) | ||
with an interest in easy use of Guava by the Maven build | ||
system. | ||
|
||
As a convenience, these folders have been set up to | ||
provide alternate packaging of the sub-pmodules, which | ||
correspond to their respective java packages, with | ||
sources symbolically linked back to the main project. | ||
This will work to allow command-line builds on MacOS X | ||
or other Unix platforms which support symbolic linking, | ||
but is not known to work on Windows platforms. | ||
(Obviously the deployed binaries in maven repostories | ||
will work fine on any compliant JVM). | ||
|
||
The maintainers of these metadata have used M2Eclipse | ||
to import these projects directly into Eclipse. Please | ||
remember that this codebase uses @Override annotations | ||
on methods which implement an interface method, and | ||
therefore require a JDK 1.6 (or newer 1.5 with the | ||
appropriate fix) to support this behaviour. Executing | ||
Maven with an appropriate JAVA_HOME env is sufficient, | ||
and these metadata do not have toolchain restrictions | ||
currently set up. | ||
|
||
Christian | ||
[email protected] |
Oops, something went wrong.