Author: simonetripodi
Date: Wed Feb 29 09:52:22 2012
New Revision: 1295043

URL: http://svn.apache.org/viewvc?rev=1295043&view=rev
Log:
added assembly XSD references

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

Modified: commons/proper/chain/trunk/dist/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/dist/src/main/assembly/bin.xml?rev=1295043&r1=1295042&r2=1295043&view=diff
==============================================================================
--- commons/proper/chain/trunk/dist/src/main/assembly/bin.xml (original)
+++ commons/proper/chain/trunk/dist/src/main/assembly/bin.xml Wed Feb 29 
09:52:22 2012
@@ -14,7 +14,9 @@
  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.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>bin</id>
     <formats>
         <format>tar.gz</format>

Modified: commons/proper/chain/trunk/dist/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/dist/src/main/assembly/src.xml?rev=1295043&r1=1295042&r2=1295043&view=diff
==============================================================================
--- commons/proper/chain/trunk/dist/src/main/assembly/src.xml (original)
+++ commons/proper/chain/trunk/dist/src/main/assembly/src.xml Wed Feb 29 
09:52:22 2012
@@ -14,7 +14,9 @@
  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.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>tar.gz</format>


Reply via email to