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:29 UTC

svn commit: r829446 - /incubator/log4php/trunk/src/assembly/bin.xml

Author: chammers
Date: Sat Oct 24 20:43:29 2009
New Revision: 829446

URL: http://svn.apache.org/viewvc?rev=829446&view=rev
Log:
added XML header

Modified:
    incubator/log4php/trunk/src/assembly/bin.xml

Modified: incubator/log4php/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/assembly/bin.xml?rev=829446&r1=829445&r2=829446&view=diff
==============================================================================
--- incubator/log4php/trunk/src/assembly/bin.xml (original)
+++ incubator/log4php/trunk/src/assembly/bin.xml Sat Oct 24 20:43:29 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,10 @@
  limitations under the License.
 
 -->
-<assembly>
+<assembly 
+    xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
         <id>src</id>
         <formats>
                 <format>zip</format>
@@ -35,5 +39,4 @@
                         </includes>
                 </fileSet>
         </fileSets>
-        
 </assembly>