You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/24 22:43:07 UTC

svn commit: r829445 - /incubator/log4php/trunk/src/changes/changes.xml

Author: chammers
Date: Sat Oct 24 20:43:06 2009
New Revision: 829445

URL: http://svn.apache.org/viewvc?rev=829445&view=rev
Log:
Added XML header for Eclipse syntax checking

Modified:
    incubator/log4php/trunk/src/changes/changes.xml

Modified: incubator/log4php/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/changes/changes.xml?rev=829445&r1=829444&r2=829445&view=diff
==============================================================================
--- incubator/log4php/trunk/src/changes/changes.xml (original)
+++ incubator/log4php/trunk/src/changes/changes.xml Sat Oct 24 20:43:06 2009
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +16,9 @@
  limitations under the License.
 
 -->
-<document>
+<document 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xsi:noNamespaceSchemaLocation="http://maven.apache.org/changes/1.0.0">
   <properties>
     <title>Apache log4php.</title>
   </properties>