You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

org.apache.karaf.features.cfg 3.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ################################################################################
  2. #
  3. # Licensed to the Apache Software Foundation (ASF) under one or more
  4. # contributor license agreements. See the NOTICE file distributed with
  5. # this work for additional information regarding copyright ownership.
  6. # The ASF licenses this file to You under the Apache License, Version 2.0
  7. # (the "License"); you may not use this file except in compliance with
  8. # 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, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18. ################################################################################
  19. #
  20. # Comma separated list of features repositories to register by default
  21. #
  22. featuresRepositories = \
  23. mvn:org.apache.karaf.features/enterprise/4.2.1/xml/features, \
  24. mvn:org.apache.karaf.features/spring/4.2.1/xml/features, \
  25. mvn:org.apache.karaf.features/standard/4.2.1/xml/features, \
  26. mvn:org.apache.karaf.features/framework/4.2.1/xml/features
  27. #
  28. # Comma separated list of features to install at startup
  29. #
  30. featuresBoot = \
  31. instance/4.2.1, \
  32. package/4.2.1, \
  33. log/4.2.1, \
  34. ssh/4.2.1, \
  35. framework/4.2.1, \
  36. system/4.2.1, \
  37. eventadmin/4.2.1, \
  38. feature/4.2.1, \
  39. shell/4.2.1, \
  40. management/4.2.1, \
  41. service/4.2.1, \
  42. jaas/4.2.1, \
  43. deployer/4.2.1, \
  44. diagnostic/4.2.1, \
  45. wrap/2.5.4, \
  46. bundle/4.2.1, \
  47. config/4.2.1, \
  48. kar/4.2.1
  49. #
  50. # Resource repositories (OBR) that the features resolver can use
  51. # to resolve requirements/capabilities
  52. #
  53. # The format of the resourceRepositories is
  54. # resourceRepositories=[xml:url|json:url],...
  55. # for Instance:
  56. #
  57. #resourceRepositories=xml:http://host/path/to/index.xml
  58. # or
  59. #resourceRepositories=json:http://host/path/to/index.json
  60. #
  61. #
  62. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  63. #
  64. featuresBootAsynchronous=false
  65. #
  66. # Service requirements enforcement
  67. #
  68. # By default, the feature resolver checks the service requirements/capabilities of
  69. # bundles for new features (xml schema >= 1.3.0) in order to automatically installs
  70. # the required bundles.
  71. # The following flag can have those values:
  72. # - disable: service requirements are completely ignored
  73. # - default: service requirements are ignored for old features
  74. # - enforce: service requirements are always verified
  75. #
  76. #serviceRequirements=default
  77. #
  78. # Store cfg file for config element in feature
  79. #
  80. #configCfgStore=true
  81. #
  82. # Configuration of features processing mechanism (overrides, blacklisting, modification of features)
  83. # XML file defines instructions related to features processing
  84. # versions.properties may declare properties to resolve placeholders in XML file
  85. # both files are relative to ${karaf.etc}
  86. #
  87. #featureProcessing=org.apache.karaf.features.xml
  88. #featureProcessingVersions=versions.properties