This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
commit cc79e75a0753cc9a0e5565abcc79ab2fb154728b Author: David Jencks <[email protected]> AuthorDate: Sun Jul 11 15:34:24 2021 -0700 remove autoconf doc (unmaintained) --- modules/ROOT/pages/documentation/subprojects.adoc | 7 ++++--- .../pages/documentation/subprojects/apache-felix-autoconf.adoc | 4 ---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/ROOT/pages/documentation/subprojects.adoc b/modules/ROOT/pages/documentation/subprojects.adoc index 460b2fc..d44b765 100644 --- a/modules/ROOT/pages/documentation/subprojects.adoc +++ b/modules/ROOT/pages/documentation/subprojects.adoc @@ -113,11 +113,12 @@ If this project is not using Maven, refer to the docs for the subproject on how | https://github.com/apache/felix-dev/tree/master/webconsole[source] |=== -== Maintenance +== Retired projects -The following projects are in maintenance mode meaning there is no active development anymore. +The following projects are no longer maintained and are not documented in this site. +The last documentation may be found in the https://github.com/apache/felix-site-pub/tree/last-cms repository. -* xref:documentation/subprojects/apache-felix-autoconf.adoc[Auto Configuration] +* https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-autoconf.html[Auto Configuration] * xref:documentation/subprojects/apache-felix-commons.adoc[Commons] * xref:documentation/subprojects/apache-felix-deployment-admin.adoc[Deployment Admin] * xref:documentation/subprojects/apache-felix-jaas.adoc[JAAS Support] diff --git a/modules/ROOT/pages/documentation/subprojects/apache-felix-autoconf.adoc b/modules/ROOT/pages/documentation/subprojects/apache-felix-autoconf.adoc deleted file mode 100644 index 824f863..0000000 --- a/modules/ROOT/pages/documentation/subprojects/apache-felix-autoconf.adoc +++ /dev/null @@ -1,4 +0,0 @@ -= Apache Felix Auto Configuration - -This project implements the OSGi Auto Configuration specification; -please consult the OSGi Compendium Specification chapter 115 for more information.
