You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/12/05 16:37:49 UTC

svn commit: r1417486 - in /commons/proper/net/trunk/src/main/assembly: bin.xml src.xml

Author: sebb
Date: Wed Dec  5 15:37:48 2012
New Revision: 1417486

URL: http://svn.apache.org/viewvc?rev=1417486&view=rev
Log:
Add namespaces

Modified:
    commons/proper/net/trunk/src/main/assembly/bin.xml
    commons/proper/net/trunk/src/main/assembly/src.xml

Modified: commons/proper/net/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/assembly/bin.xml?rev=1417486&r1=1417485&r2=1417486&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/assembly/bin.xml (original)
+++ commons/proper/net/trunk/src/main/assembly/bin.xml Wed Dec  5 15:37:48 2012
@@ -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
@@ -14,7 +15,10 @@ Licensed to the Apache Software Foundati
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly 
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>bin</id>
     <formats>
         <format>tar.gz</format>

Modified: commons/proper/net/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/assembly/src.xml?rev=1417486&r1=1417485&r2=1417486&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/net/trunk/src/main/assembly/src.xml Wed Dec  5 15:37:48 2012
@@ -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
@@ -14,7 +15,10 @@ Licensed to the Apache Software Foundati
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly 
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
   <id>src</id>
   <formats>
     <format>tar.gz</format>