You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/11 23:14:02 UTC

[felix-antora-site] 13/18: remove osgi-core doc (unmaintained)

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 7485f26efae522774fbf01eef54cb08f1c10592f
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Jul 11 15:49:53 2021 -0700

    remove osgi-core doc (unmaintained)
---
 modules/ROOT/pages/documentation/subprojects.adoc                    | 2 +-
 .../ROOT/pages/documentation/subprojects/apache-felix-osgi-core.adoc | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/modules/ROOT/pages/documentation/subprojects.adoc b/modules/ROOT/pages/documentation/subprojects.adoc
index ce7c83c..567554d 100644
--- a/modules/ROOT/pages/documentation/subprojects.adoc
+++ b/modules/ROOT/pages/documentation/subprojects.adoc
@@ -125,7 +125,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-maven-osgi-plugin.html[Maven OSGi Plugin]
 * https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-maven-scr-plugin.html[Maven SCR Plugin]
 * https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/mosgi-managed-osgi-framework.html[MOSGi Managed OSGi framework]
-* xref:documentation/subprojects/apache-felix-osgi-core.adoc[OSGi Core]
+* https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-osgi-core.html[OSGi Core]
 * xref:documentation/subprojects/apache-felix-script-console-plugin.adoc[Script Console Plugin]
 * xref:documentation/subprojects/apache-felix-serialization-framework.adoc[Serialization Framework]
 * xref:documentation/subprojects/apache-felix-upnp.adoc[UPnP]
diff --git a/modules/ROOT/pages/documentation/subprojects/apache-felix-osgi-core.adoc b/modules/ROOT/pages/documentation/subprojects/apache-felix-osgi-core.adoc
deleted file mode 100644
index f30b816..0000000
--- a/modules/ROOT/pages/documentation/subprojects/apache-felix-osgi-core.adoc
+++ /dev/null
@@ -1,5 +0,0 @@
-= Apache Felix OSGi Core
-
-The Apache Felix OSGi Core sub-project simply repackages the standard OSGi core API packages provided by the OSGi Alliance into a Maven module.
-Nearly all OSGi-related projects will have a dependency on this module if using Maven or will require this module's JAR file in its class path in order to compile against the OSGi core APIs.
-The Felix framework has a compile-time dependency on the OSGi core module, but at packaging time it embeds the specific set of required packages so there is no longer a dependency on the module at execution time.