Index: assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties =================================================================== --- assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties (リビジョン 1129131) +++ assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties (作業コピー) @@ -18,6 +18,15 @@ ################################################################################ # +# This file lists Karaf default settings for this particular version of Karaf. +# For easier maintenance when upgrading Karaf and to better document which +# default values have changed, it is recommended to place any changes to +# these values in a custom.properties file in the same folder as this file. +# Each value specified in custom.properties will override the default value +# here. +# + +# # Properties file inclusions (as a space separated list of relative paths) # Included files will override the values specified in this file # Index: assemblies/apache-karaf/src/main/filtered-resources/etc/custom.properties =================================================================== --- assemblies/apache-karaf/src/main/filtered-resources/etc/custom.properties (リビジョン 1129131) +++ assemblies/apache-karaf/src/main/filtered-resources/etc/custom.properties (作業コピー) @@ -19,7 +19,8 @@ # # You can place any customized configuration here. -# All the values specified here will override the default value. +# All the values specified here will override the default values given +# in config.properties. # karaf.systemBundlesStartLevel=50 Index: assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties =================================================================== --- assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties (リビジョン 1129131) +++ assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties (作業コピー) @@ -18,6 +18,15 @@ ################################################################################ # +# This file lists Karaf default settings for this particular version of Karaf. +# For easier maintenance when upgrading Karaf and to better document which +# default values have changed, it is recommended to place any changes to +# these values in a custom.properties file in the same folder as this file. +# Each value specified in custom.properties will override the default value +# here. +# + +# # Properties file inclusions (as a space separated list of relative paths) # Included files will override the values specified in this file # Index: assemblies/features/framework/src/main/filtered-resources/resources/etc/custom.properties =================================================================== --- assemblies/features/framework/src/main/filtered-resources/resources/etc/custom.properties (リビジョン 1129131) +++ assemblies/features/framework/src/main/filtered-resources/resources/etc/custom.properties (作業コピー) @@ -19,7 +19,8 @@ # # You can place any customized configuration here. -# All the values specified here will override the default value. +# All the values specified here will override the default values given +# in config.properties. # karaf.systemBundlesStartLevel=50