blob: f8507eb210fdedc218175221678b0d7573f304e4 [file] [log] [blame]
Felix Meschberger2136bed2009-11-26 10:08:12 +00001#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
20
21#
22# This file contains localization strings for configuration labels and
23# descriptions as used in the metatype.xml descriptor generated by the
24# the Sling SCR plugin
25
26org.apache.felix.scr.ScrService.name = Apache Felix Declarative Service Implementation
27org.apache.felix.scr.ScrService.description = Configuration for the Apache \
28 Felix Declarative Services Implementation. This configuration overwrites \
29 configuration defined in framework properties of the same names.
30
31ds.loglevel.name = SCR Log Level
32ds.loglevel.description = Allows limiting the amount of logging information \
33 sent to the OSGi LogService. Supported values are DEBUG, INFO, WARN, and \
34 ERROR. Default is ERROR.
35
36ds.factory.enabled.name = Extended Factory Components
37ds.factory.enabled.description = Whether or not to enable the support for \
38 creating Factory Component instances based on factory configuration. This \
39 is an Apache Felix SCR specific extension, explicitly not supported by the \
40 Declarative Services specification. Reliance on this feature prevent the \
41 component from being used with other Declarative Services implementations. \
42 The default value is false to disable this feature.