From 829f464a48c0c802d494f37d79cce8aa84c82953 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Mon, 10 Jan 2022 10:40:40 -0800 Subject: [PATCH] Update outdated comments in the library readme --- lib/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/README b/lib/README index 8208db0dca..d961e04695 100644 --- a/lib/README +++ b/lib/README @@ -22,7 +22,7 @@ can have version numbers in the name. Example: colt1.0.3.jar. If you're adding a new .jar to the repository, please: - make sure the jar isn't already somewhere in the repository. If it is, try to converge on one version and promote placement to - more if it is used in multiple projects + core if it is used in both core and research - add the jar itself to the lib directory (with or without version number) - add its source zip with version number to the libsrc directory - check to make sure that the jar file doesn't have other libraries @@ -33,7 +33,7 @@ If you're adding a new .jar to the repository, please: to its source -- this is essential to keep things working for Eclipse/IntelliJ users! - also update this file with information about the jar - - If it will be needed by releases of CoreNLP, also add it to the *2* pom files. + - If it will be needed by releases of CoreNLP, also add it to the *3* pom files. - If it will be needed by releases of CoreNLP, also document the licensing in LIBRARY-LICENSES.