[KARAF-4849] Add etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c652bd97 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c652bd97 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c652bd97 Branch: refs/heads/karaf-4.0.x Commit: c652bd97a5d13f626281a5d7561ad5393a9a23a2 Parents: 0453b3f Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Dec 12 21:52:10 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Dec 12 21:52:10 2016 +0100 ---------------------------------------------------------------------- ....apache.felix.eventadmin.impl.EventAdmin.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/c652bd97/assemblies/features/base/src/main/resources/resources/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg new file mode 100644 index 0000000..8ab08dc --- /dev/null +++ b/assemblies/features/base/src/main/resources/resources/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg @@ -0,0 +1,20 @@ +################################################################################ +# +# 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.felix.eventadmin.AddTimestamp=true +org.apache.felix.eventadmin.AddSubject=true
