From 6e1f97ffca073a6ebab645c776a5ddc93d78e700 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:30:55 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 1 - README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 265dd2c..dcd15ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/v20.0.tar.gz /v20.0.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..af2700a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# guava20 + +Guava is a suite of core and expanded libraries that include +utility classes, Google’s collections, io classes, and much +much more. +This project is a complete packaging of all the Guava libraries +into a single jar. Individual portions of Guava can be used +by downloading the appropriate module and its dependencies. \ No newline at end of file