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 a52ef9a4ae2c8cb08bc6c961866c7b6da301fc2f Author: David Jencks <[email protected]> AuthorDate: Sun Jul 11 15:37:19 2021 -0700 remove deployment admin doc (unmaintained) --- modules/ROOT/pages/documentation/subprojects.adoc | 2 +- .../documentation/subprojects/apache-felix-deployment-admin.adoc | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/ROOT/pages/documentation/subprojects.adoc b/modules/ROOT/pages/documentation/subprojects.adoc index 67301bd..ec0e33e 100644 --- a/modules/ROOT/pages/documentation/subprojects.adoc +++ b/modules/ROOT/pages/documentation/subprojects.adoc @@ -120,7 +120,7 @@ The last documentation may be found in the https://github.com/apache/felix-site- * https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-autoconf.html[Auto Configuration] * https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-commons.html[Commons] -* xref:documentation/subprojects/apache-felix-deployment-admin.adoc[Deployment Admin] +* https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-deployment-admin.html[Deployment Admin] * xref:documentation/subprojects/apache-felix-jaas.adoc[JAAS Support] * xref:documentation/subprojects/apache-felix-lightweight-http-service.adoc[Lightweight HTTP Service] * xref:documentation/subprojects/apache-felix-manifest-generator-mangen.adoc[Manifest Generator (mangen)] diff --git a/modules/ROOT/pages/documentation/subprojects/apache-felix-deployment-admin.adoc b/modules/ROOT/pages/documentation/subprojects/apache-felix-deployment-admin.adoc deleted file mode 100644 index f6ce55e..0000000 --- a/modules/ROOT/pages/documentation/subprojects/apache-felix-deployment-admin.adoc +++ /dev/null @@ -1,4 +0,0 @@ -= Apache Felix Deployment Admin - -This project implements the OSGi Deployment Admin specification; -please consult the OSGi Compendium Specification chapter 114 for more information.
