From 04a71ee0bc0cbe435b8cb556d7d332011fd88bd4 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 10:54:19 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 6850e17..dcd15ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +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