You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/07/23 17:57:51 UTC

svn commit: r1506128 - in /sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF: ./ metatype/ metatype/metatype.properties

Author: bdelacretaz
Date: Tue Jul 23 15:57:50 2013
New Revision: 1506128

URL: http://svn.apache.org/r1506128
Log:
SLING-2977 - add metatype info

Added:
    sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/
    sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/
    sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/metatype.properties

Added: sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1506128&view=auto
==============================================================================
--- sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/metatype.properties (added)
+++ sling/trunk/contrib/extensions/healthcheck/hc-sling/src/main/resources/OSGI-INF/metatype/metatype.properties Tue Jul 23 15:57:50 2013
@@ -0,0 +1,24 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
+org.apache.sling.hc.sling.impl.RulesMBeans.name = Rules MBeans component
+org.apache.sling.hc.sling.impl.RulesMBeans.description = Creates MBeans for Sling Health Check Rules
+
+rules.path.name = Rules path
+rules.path.description = MBeans are created for all rules found under this path
\ No newline at end of file