Updated Branches: refs/heads/master 64be05ee9 -> cc4327856
Add README for system dir Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cc432785 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cc432785 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/cc432785 Branch: refs/heads/master Commit: cc43278561a55a60c79ca940d9ae988f7bb45c8a Parents: 64be05e Author: Jonathan Anstey <[email protected]> Authored: Mon Dec 23 17:50:47 2013 -0330 Committer: Jonathan Anstey <[email protected]> Committed: Mon Dec 23 17:56:14 2013 -0330 ---------------------------------------------------------------------- .../src/main/resources/resources/system/README | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/cc432785/assemblies/features/framework/src/main/resources/resources/system/README ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/resources/resources/system/README b/assemblies/features/framework/src/main/resources/resources/system/README new file mode 100644 index 0000000..fb619d5 --- /dev/null +++ b/assemblies/features/framework/src/main/resources/resources/system/README @@ -0,0 +1,26 @@ +/* + * 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. + */ + +This folder is the default repository where OSGi bundles will be loaded +from before using other Maven repositories. Bundles are laid out as a +Maven 2 repository. + +To change the default repository location, see the karaf.default.repository +property in etc/system.properties. + +For the full Maven repository configuration, see the etc/org.ops4j.pax.url.mvn.cfg +file.
