Updated Branches: refs/heads/karaf-2.3.x 0c2d8c629 -> a23b88a8c refs/heads/karaf-2.x ab81daace -> c5de0e213
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/c5de0e21 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c5de0e21 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c5de0e21 Branch: refs/heads/karaf-2.x Commit: c5de0e213af887e2f8f21873eb39dffffdfac414 Parents: ab81daa Author: Jonathan Anstey <[email protected]> Authored: Mon Dec 23 17:55:11 2013 -0330 Committer: Jonathan Anstey <[email protected]> Committed: Mon Dec 23 17:55:11 2013 -0330 ---------------------------------------------------------------------- .../src/main/distribution/text/system/README | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/c5de0e21/assemblies/apache-karaf/src/main/distribution/text/system/README ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/src/main/distribution/text/system/README b/assemblies/apache-karaf/src/main/distribution/text/system/README new file mode 100644 index 0000000..fb619d5 --- /dev/null +++ b/assemblies/apache-karaf/src/main/distribution/text/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.
