File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ can have version numbers in the name. Example: colt1.0.3.jar.
22
22
If you're adding a new .jar to the repository, please:
23
23
- make sure the jar isn't already somewhere in the repository.
24
24
If it is, try to converge on one version and promote placement to
25
- more if it is used in multiple projects
25
+ core if it is used in both core and research
26
26
- add the jar itself to the lib directory (with or without version number)
27
27
- add its source zip with version number to the libsrc directory
28
28
- 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:
33
33
to its source -- this is essential to keep things working for
34
34
Eclipse/IntelliJ users!
35
35
- also update this file with information about the jar
36
- - If it will be needed by releases of CoreNLP, also add it to the *2 * pom files.
36
+ - If it will be needed by releases of CoreNLP, also add it to the *3 * pom files.
37
37
- If it will be needed by releases of CoreNLP, also document the
38
38
licensing in LIBRARY-LICENSES.
39
39
You can’t perform that action at this time.
0 commit comments