Author: gmcdonald
Date: Thu Jul 16 07:10:18 2009
New Revision: 794558

URL: http://svn.apache.org/viewvc?rev=794558&view=rev
Log:
Move prolog to top

Modified:
    incubator/log4php/trunk/src/test/config/phpunit_to_surefire.xslt

Modified: incubator/log4php/trunk/src/test/config/phpunit_to_surefire.xslt
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/config/phpunit_to_surefire.xslt?rev=794558&r1=794557&r2=794558&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/config/phpunit_to_surefire.xslt (original)
+++ incubator/log4php/trunk/src/test/config/phpunit_to_surefire.xslt Thu Jul 16 
07:10:18 2009
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /**
  * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,7 +17,6 @@
  * limitations under the License.
  */
  -->
-<?xml version="1.0" encoding="UTF-8"?>
 
 <xsl:stylesheet version="2.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";


Reply via email to