Author: tomwhite
Date: Wed Dec 30 20:32:42 2009
New Revision: 894706

URL: http://svn.apache.org/viewvc?rev=894706&view=rev
Log:
HADOOP-6402. testConf.xsl is not well-formed XML. Contributed by Steve Loughran.

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/src/test/core/org/apache/hadoop/cli/testConf.xsl

Modified: hadoop/common/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=894706&r1=894705&r2=894706&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Wed Dec 30 20:32:42 2009
@@ -110,6 +110,9 @@
 
     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

Modified: hadoop/common/trunk/src/test/core/org/apache/hadoop/cli/testConf.xsl
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/src/test/core/org/apache/hadoop/cli/testConf.xsl?rev=894706&r1=894705&r2=894706&view=diff
==============================================================================
--- hadoop/common/trunk/src/test/core/org/apache/hadoop/cli/testConf.xsl 
(original)
+++ hadoop/common/trunk/src/test/core/org/apache/hadoop/cli/testConf.xsl Wed 
Dec 30 20:32:42 2009
@@ -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";>
   


Reply via email to