瀏覽代碼

HADOOP-6402. testConf.xsl is not well-formed XML. Contributed by Steve Loughran.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@894706 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 15 年之前
父節點
當前提交
7d2440515c
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/test/core/org/apache/hadoop/cli/testConf.xsl

+ 3 - 0
CHANGES.txt

@@ -110,6 +110,9 @@ Trunk (unreleased changes)
 
     HADOOP-6462. Target "compile" does not exist in contrib/cloud. (tomwhite)
 
+    HADOOP-6402. testConf.xsl is not well-formed XML. (Steve Loughran
+    via tomwhite)
+
 Release 0.21.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
src/test/core/org/apache/hadoop/cli/testConf.xsl

@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">