From c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 6 Oct 2019 19:08:14 +0000 Subject: rename most cases of jakarta- to apache- The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902 --- java/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/Makefile') diff --git a/java/Makefile b/java/Makefile index 7245c690c1a8..f06431ded1a9 100644 --- a/java/Makefile +++ b/java/Makefile @@ -3,6 +3,11 @@ COMMENT = Java language support + SUBDIR += apache-commons-cli + SUBDIR += apache-commons-collections + SUBDIR += apache-commons-lang + SUBDIR += apache-commons-logging + SUBDIR += apache-commons-primitives SUBDIR += aparapi SUBDIR += avis SUBDIR += berkeley-db @@ -39,17 +44,12 @@ SUBDIR += jai SUBDIR += jakarta-bcel SUBDIR += jakarta-commons-beanutils - SUBDIR += jakarta-commons-cli SUBDIR += jakarta-commons-codec - SUBDIR += jakarta-commons-collections SUBDIR += jakarta-commons-dbcp SUBDIR += jakarta-commons-discovery SUBDIR += jakarta-commons-httpclient - SUBDIR += jakarta-commons-lang SUBDIR += jakarta-commons-lang3 - SUBDIR += jakarta-commons-logging SUBDIR += jakarta-commons-pool - SUBDIR += jakarta-commons-primitives SUBDIR += jakarta-oro SUBDIR += jakarta-regexp SUBDIR += jasmin -- cgit v1.2.3