Updated Branches: refs/heads/master d8713cd79 -> 029d6c4b4
BIGTOP-684. copyright header in bigtop-packages/src/common/hadoop/conf.secure/core-site.xml is in wrong place Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/029d6c4b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/029d6c4b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/029d6c4b Branch: refs/heads/master Commit: 029d6c4b4e5ea4f12b57193c1d6720cae5a720fe Parents: d8713cd Author: Roman Shaposhnik <[email protected]> Authored: Tue Dec 4 20:04:08 2012 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Dec 4 20:04:08 2012 -0800 ---------------------------------------------------------------------- .../src/common/hadoop/conf.secure/core-site.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/029d6c4b/bigtop-packages/src/common/hadoop/conf.secure/core-site.xml ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hadoop/conf.secure/core-site.xml b/bigtop-packages/src/common/hadoop/conf.secure/core-site.xml index 502beda..d02d58f 100644 --- a/bigtop-packages/src/common/hadoop/conf.secure/core-site.xml +++ b/bigtop-packages/src/common/hadoop/conf.secure/core-site.xml @@ -1,4 +1,5 @@ <?xml version="1.0"?> +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,7 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Put site-specific property overrides in this file. -->
