Repository: karaf Updated Branches: refs/heads/master 15b626251 -> 316b2497a
[KARAF-3541] Move the README file to the correct folder Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/01fa0053 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/01fa0053 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/01fa0053 Branch: refs/heads/master Commit: 01fa0053a1239400c0dd5ff5284b05ef8d3b5c5a Parents: e86f359 Author: Guillaume Nodet <[email protected]> Authored: Thu Feb 26 08:45:23 2015 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Thu Feb 26 10:45:50 2015 +0100 ---------------------------------------------------------------------- .../main/resources/resources/lib/boot/README | 21 ++++++++++++++++++++ .../main/resources/resources/lib/system/README | 21 -------------------- 2 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/01fa0053/assemblies/features/base/src/main/resources/resources/lib/boot/README ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/resources/resources/lib/boot/README b/assemblies/features/base/src/main/resources/resources/lib/boot/README new file mode 100644 index 0000000..b3a06ce --- /dev/null +++ b/assemblies/features/base/src/main/resources/resources/lib/boot/README @@ -0,0 +1,21 @@ +################################################################################ +# +# 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. +# +################################################################################ + +Any jar in this folder will be added to the classpath by the JVM and will be +available to the Main class. Custom locking libraries can be added here. http://git-wip-us.apache.org/repos/asf/karaf/blob/01fa0053/assemblies/features/base/src/main/resources/resources/lib/system/README ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/resources/resources/lib/system/README b/assemblies/features/base/src/main/resources/resources/lib/system/README deleted file mode 100644 index b3a06ce..0000000 --- a/assemblies/features/base/src/main/resources/resources/lib/system/README +++ /dev/null @@ -1,21 +0,0 @@ -################################################################################ -# -# 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. -# -################################################################################ - -Any jar in this folder will be added to the classpath by the JVM and will be -available to the Main class. Custom locking libraries can be added here.
