aboutsummaryrefslogtreecommitdiff
path: root/lib/guava-r07/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/guava-r07/README')
-rw-r--r--lib/guava-r07/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/guava-r07/README b/lib/guava-r07/README
deleted file mode 100644
index a0e832dd54..0000000000
--- a/lib/guava-r07/README
+++ /dev/null
@@ -1,28 +0,0 @@
-Guava: Google Core Libraries for Java
-
-Requires JDK 5 or higher.
-
-Project page:
- http://guava-libraries.googlecode.com
-
-Ask "how-to" and "why-didn't-it-work" questions at:
- http://www.stackoverflow.com/questions/ask
- (use the "guava" tag so we'll see it)
-
-Ask discussion questions at:
- 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
-
-Warnings:
-
-All APIs marked @Beta at the class or method level are subject to
-change. If your code is a library or framework that users outside
-your control will include on their classpath, do not use @Beta
-APIs (at least without repackaging them somehow).
-
-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.
-