You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/11/22 15:51:05 UTC

[sling-whiteboard] 01/01: Merge pull request #20 from apache/startupmanager

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 3c8030faeb952272412fa99ce2e0e5cece97b5ff
Merge: f7e92a8 a6ef6f5
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Nov 22 16:50:59 2018 +0100

    Merge pull request #20 from apache/startupmanager
    
    startup manager bundle contribution

 startupmanager/.gitignore                          |  17 ++
 startupmanager/CODE_OF_CONDUCT.md                  |  22 +++
 startupmanager/CONTRIBUTING.md                     |  24 +++
 startupmanager/LICENSE                             | 202 +++++++++++++++++++++
 startupmanager/README.md                           |   5 +
 startupmanager/pom.xml                             |  78 ++++++++
 .../sling/launchpad/startupmanager/Activator.java  |  95 ++++++++++
 .../startupmanager/MBeanStartupListener.java       | 101 +++++++++++
 .../startupmanager/StartupListenerTracker.java     | 122 +++++++++++++
 9 files changed, 666 insertions(+)