Author: buildbot
Date: Tue Mar  3 21:16:22 2020
New Revision: 1057345

Log:
Staging update by buildbot for felix

Removed:
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-config-admin.html
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.html
Modified:
    websites/staging/felix/trunk/content/   (props changed)
    websites/staging/felix/trunk/content/.htaccess
    websites/staging/felix/trunk/content/documentation/subprojects.html
    websites/staging/felix/trunk/content/index.html
    websites/staging/felix/trunk/content/sitemap.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar  3 21:16:22 2020
@@ -1 +1 @@
-1874744
+1874756

Modified: websites/staging/felix/trunk/content/.htaccess
==============================================================================
--- websites/staging/felix/trunk/content/.htaccess (original)
+++ websites/staging/felix/trunk/content/.htaccess Tue Mar  3 21:16:22 2020
@@ -1,6 +1,8 @@
 ErrorDocument 403 /errors/403.html
 ErrorDocument 404 /errors/404.html
 Redirect Permanent /mailinglists.html 
/documentation/community/project-info.html#mailing-lists
+Redirect Permanent 
/documentation/subprojects/apache-felix-service-component-runtime.html 
https://github.com/apache/felix-dev/tree/master/scr
+Redirect Permanent /documentation/subprojects/apache-felix-config-admin.html 
https://github.com/apache/felix-dev/tree/master/configadmin
 Redirect Permanent /documentation/development/issue-tracking.html 
/documentation/community/project-info.html
 Redirect Permanent /documentation/development/source-code.html 
/documentation/community/project-info.html
 Redirect Permanent 
/documentation/community/apache-felix-community-roles-and-processes.html 
/documentation/community/project-info.html

Modified: websites/staging/felix/trunk/content/documentation/subprojects.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects.html 
(original)
+++ websites/staging/felix/trunk/content/documentation/subprojects.html Tue Mar 
 3 21:16:22 2020
@@ -91,7 +91,6 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li><a href="/documentation/subprojects/apache-felix-autoconf.html">Apache 
Felix Auto Configuration</a></li>
 <li><a href="/documentation/subprojects/apache-felix-commons.html">Apache 
Felix Commons</a></li>
-<li><a href="/documentation/subprojects/apache-felix-config-admin.html">Apache 
Felix Configuration Admin Service</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-dependency-manager.html">Apache 
Felix Dependency Manager</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-deployment-admin.html">Apache 
Felix Deployment Admin</a></li>
 <li><a href="/documentation/subprojects/apache-felix-event-admin.html">Apache 
Felix Event Admin</a></li>
@@ -119,16 +118,21 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/subprojects/apache-felix-remote-shell.html">Apache 
Felix Remote Shell</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-script-console-plugin.html">Apache
 Felix Script Console Plugin</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-serialization-framework.html">Apache
 Felix Serialization Framework</a></li>
-<li><a 
href="/documentation/subprojects/apache-felix-service-component-runtime.html">Apache
 Felix Service Component Runtime (SCR)</a></li>
 <li><a href="/documentation/subprojects/apache-felix-shell.html">Apache Felix 
Shell</a></li>
 <li><a href="/documentation/subprojects/apache-felix-shell-tui.html">Apache 
Felix Shell TUI</a></li>
 <li><a href="/documentation/subprojects/apache-felix-upnp.html">Apache Felix 
UPnP</a></li>
 <li><a href="/documentation/subprojects/apache-felix-user-admin.html">Apache 
Felix User Admin</a></li>
 <li><a href="/documentation/subprojects/apache-felix-web-console.html">Apache 
Felix Web Console</a></li>
-<li><a 
href="/documentation/subprojects/mosgi-managed-osgi-framework.html">MOSGi 
Managed OSGi framework</a></li>
+<li>
+<p><a 
href="/documentation/subprojects/mosgi-managed-osgi-framework.html">MOSGi 
Managed OSGi framework</a></p>
+</li>
+<li>
+<p><a 
href="https://github.com/apache/felix-dev/tree/master/configadmin";>Config 
Admin</a> - An implementation of the <a 
href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.cm.html";>OSGi 
Configuration Admin service specification</a> for managing bundle configuration 
properties.</p>
+</li>
+<li><a href="https://github.com/apache/felix-dev/tree/master/scr";>Service 
Component Runtime</a> - An implementation of the <a 
href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html";>OSGi
 Declarative Services specification</a> providing a service-oriented component 
model to simplify OSGi-based development. </li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1854765 by ghenzler on Mon, 4 Mar 2019 11:55:57 +0000
+        Rev. 1874756 by cziegeler on Tue, 3 Mar 2020 21:13:50 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project

Modified: websites/staging/felix/trunk/content/index.html
==============================================================================
--- websites/staging/felix/trunk/content/index.html (original)
+++ websites/staging/felix/trunk/content/index.html Tue Mar  3 21:16:22 2020
@@ -97,7 +97,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="apache-felix-subprojects">Apache Felix Subprojects<a 
class="headerlink" href="#apache-felix-subprojects" title="Permanent 
link">&para;</a></h1>
 <p>The Felix project is organized into subprojects, where each subproject 
targets a specific OSGi specification or OSGi-related technology; the following 
list summarizes each released subproject:</p>
 <ul>
-<li><a href="/documentation/subprojects/apache-felix-config-admin.html">Config 
Admin</a> - An implementation of the OSGi Configuration Admin service 
specification for managing bundle configuration properties.</li>
+<li><a 
href="https://github.com/apache/felix-dev/tree/master/configadmin";>Config 
Admin</a> - An implementation of the <a 
href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.cm.html";>OSGi 
Configuration Admin service specification</a> for managing bundle configuration 
properties.</li>
 <li><a 
href="/documentation/subprojects/apache-felix-dependency-manager.html">Dependency
 Manager</a> - An API-based component model to simplify OSGi-based 
development.</li>
 <li><a href="/documentation/subprojects/apache-felix-event-admin.html">Event 
Admin</a> - An implementation of the OSGi Event Admin service specification for 
event-based communication.</li>
 <li><a href="/documentation/subprojects/apache-felix-file-install.html">File 
Install</a> - A simple, directory-based management agent for managing bundle 
deployment.</li>
@@ -115,7 +115,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a 
href="/documentation/subprojects/apache-felix-osgi-bundle-repository.html">OSGi 
Bundle Repository</a> - A bundle repository service to simplify discovering and 
deploying bundles and their dependencies.</li>
 <li><a 
href="/documentation/subprojects/apache-felix-preferences-service.html">Preferences</a>
 - An implementation of the OSGi Preferences service specification for storing 
settings and preferences.</li>
 <li><a href="/documentation/subprojects/apache-felix-remote-shell.html">Remote 
Shell</a> - A remote, text-based interface to the Apache Felix Shell.</li>
-<li><a 
href="/documentation/subprojects/apache-felix-service-component-runtime.html">Service
 Component Runtime</a> - An implementation of the OSGi Declarative Services 
specification providing a service-oriented component model to simplify 
OSGi-based development.</li>
+<li><a href="https://github.com/apache/felix-dev/tree/master/scr";>Service 
Component Runtime</a> - An implementation of the <a 
href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html";>OSGi
 Declarative Services specification</a> providing a service-oriented component 
model to simplify OSGi-based development.</li>
 <li><a href="/documentation/subprojects/apache-felix-shell.html">Shell</a> - A 
very simple shell service implemented as a bundle for interacting with an OSGi 
framework instance.</li>
 <li><a href="/documentation/subprojects/apache-felix-shell-tui.html">Shell 
TUI</a> - A simple, text-based interface to the Apache Felix Shell.</li>
 <li><a href="/documentation/subprojects/apache-felix-upnp.html">UPnP</a> - An 
implementation of the OSGi UPnP Device service specification for UPnP device 
integration.</li>
@@ -133,7 +133,7 @@ h2:hover > .headerlink, h3:hover > .head
         });
 </script>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1854768 by ghenzler on Mon, 4 Mar 2019 12:51:06 +0000
+        Rev. 1874756 by cziegeler on Tue, 3 Mar 2020 21:13:50 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project

Modified: websites/staging/felix/trunk/content/sitemap.html
==============================================================================
--- websites/staging/felix/trunk/content/sitemap.html (original)
+++ websites/staging/felix/trunk/content/sitemap.html Tue Mar  3 21:16:22 2020
@@ -117,7 +117,6 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a 
href="/documentation/subprojects/apache-felix-commons/creating-bundles-using-bnd.html">Creating
 Bundles Using BND</a></li>
 </ul>
 </li>
-<li><a href="/documentation/subprojects/apache-felix-config-admin.html">Apache 
Felix Configuration Admin Service</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-dependency-manager.html">Apache 
Felix Dependency Manager</a><ul>
 </ul>
 </li>
@@ -189,7 +188,6 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/documentation/subprojects/apache-felix-remote-shell.html">Apache 
Felix Remote Shell</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-script-console-plugin.html">Apache
 Felix Script Console Plugin</a></li>
 <li><a 
href="/documentation/subprojects/apache-felix-serialization-framework.html">Apache
 Felix Serialization Framework</a></li>
-<li><a 
href="/documentation/subprojects/apache-felix-service-component-runtime.html">Apache
 Felix Service Component Runtime (SCR)</a></li>
 <li><a href="/documentation/subprojects/apache-felix-shell-tui.html">Apache 
Felix Shell TUI</a></li>
 <li><a href="/documentation/subprojects/apache-felix-shell.html">Apache Felix 
Shell</a></li>
 <li><a href="/documentation/subprojects/apache-felix-upnp.html">Apache Felix 
UPnP</a><ul>


Reply via email to