You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/03/27 09:36:31 UTC

svn commit: r522842 [11/17] - in /incubator/ivy/core/trunk: ./ doc/ doc/doc/ doc/doc/configuration/ doc/doc/configuration/macrodef/ doc/doc/configuration/namespace/ doc/doc/ivyfile/ doc/doc/releasenotes/ doc/doc/resolver/ doc/doc/tutorial/ doc/doc/tuto...

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-public.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-public.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-public.xml (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-public.xml Tue Mar 27 02:36:03 2007
@@ -1,5 +1,23 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
 	<resolvers>
 		<ivyrep name="public"/>
 	</resolvers>
-</ivysettings>
\ No newline at end of file
+</ivysettings>

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-shared.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-shared.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-shared.xml (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings-shared.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
 	<property name="ivy.shared.default.root"             value="${ivy.default.ivy.user.dir}/shared" override="false"/>
 	<property name="ivy.shared.default.ivy.pattern"      value="[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" override="false"/>
@@ -8,4 +26,4 @@
 			<artifact pattern="${ivy.shared.default.root}/${ivy.shared.default.artifact.pattern}" />
 		</filesystem>
 	</resolvers>
-</ivysettings>
\ No newline at end of file
+</ivysettings>

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/ivysettings.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
 	<settings defaultResolver="default"/>
 	<include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
@@ -5,4 +23,4 @@
 	<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
 	<include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
 	<include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
-</ivysettings>
\ No newline at end of file
+</ivysettings>

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java Tue Mar 27 02:36:03 2007
@@ -41,12 +41,18 @@
  */
 public class XmlModuleDescriptorWriter {
     public static void write(ModuleDescriptor md, File output) throws IOException {
+    	write(md, null, output);
+    }
+    public static void write(ModuleDescriptor md, String licenseHeader, File output) throws IOException {
         if (output.getParentFile() != null) {
             output.getParentFile().mkdirs();
         }
         PrintWriter out = new PrintWriter(new OutputStreamWriter(new FileOutputStream(output) , "UTF-8"));
         try {
         	out.println("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
+	        if (licenseHeader != null) {
+		    	out.print(licenseHeader);
+	        }
 	        out.println("<ivy-module version=\"1.0\">"); 
 	    	out.println("\t<info organisation=\""+md.getModuleRevisionId().getOrganisation()+"\"");
 	    	out.println("\t\tmodule=\""+md.getModuleRevisionId().getName()+"\"");

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml Tue Mar 27 02:36:03 2007
@@ -1,38 +1,56 @@
-<!-- For all intents and purposes this is the providers.xml file included
-     in the jakarta-vfs-common distribution with the res and tmp schemas removed.
- -->
- <providers>
-    <default-provider class-name="org.apache.commons.vfs.provider.url.UrlFileProvider">
-    </default-provider>
-    <provider class-name="org.apache.commons.vfs.provider.local.DefaultLocalFileProvider">
-        <scheme name="file"/>
-    </provider>
-    <provider class-name="org.apache.commons.vfs.provider.ftp.FtpFileProvider">
-        <scheme name="ftp"/>
-        <if-available class-name="org.apache.commons.net.ftp.FTPFile"/>
-    </provider>
-    <provider class-name="org.apache.commons.vfs.provider.smb.SmbFileProvider">
-        <scheme name="smb"/>
-        <if-available class-name="jcifs.smb.SmbFile"/>
-    </provider>
-    <!--
-    <provider class-name="org.apache.commons.vfs.provider.http.HttpFileProvider">
-        <scheme name="http"/>
-        <if-available class-name="org.apache.commons.httpclient.HttpClient"/>
-    </provider>
-    -->
-    <provider class-name="org.apache.ivy.plugins.repository.vfs.IvyWebdavFileProvider">
-        <scheme name="webdav"/>
-        <if-available class-name="org.apache.webdav.lib.WebdavResource"/>
-        <if-available class-name="org.apache.commons.httpclient.HttpClient"/>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<!-- For all intents and purposes this is the providers.xml file included
+     in the jakarta-vfs-common distribution with the res and tmp schemas removed.
+ -->
+ <providers>
+    <default-provider class-name="org.apache.commons.vfs.provider.url.UrlFileProvider">
+    </default-provider>
+    <provider class-name="org.apache.commons.vfs.provider.local.DefaultLocalFileProvider">
+        <scheme name="file"/>
+    </provider>
+    <provider class-name="org.apache.commons.vfs.provider.ftp.FtpFileProvider">
+        <scheme name="ftp"/>
+        <if-available class-name="org.apache.commons.net.ftp.FTPFile"/>
+    </provider>
+    <provider class-name="org.apache.commons.vfs.provider.smb.SmbFileProvider">
+        <scheme name="smb"/>
+        <if-available class-name="jcifs.smb.SmbFile"/>
+    </provider>
+    <!--
+    <provider class-name="org.apache.commons.vfs.provider.http.HttpFileProvider">
+        <scheme name="http"/>
+        <if-available class-name="org.apache.commons.httpclient.HttpClient"/>
+    </provider>
+    -->
+    <provider class-name="org.apache.ivy.plugins.repository.vfs.IvyWebdavFileProvider">
+        <scheme name="webdav"/>
+        <if-available class-name="org.apache.webdav.lib.WebdavResource"/>
+        <if-available class-name="org.apache.commons.httpclient.HttpClient"/>
     </provider>
     <provider class-name="org.apache.commons.vfs.provider.temp.TemporaryFileProvider">
         <scheme name="tmp"/>
     </provider>
-    
-    <provider class-name="org.apache.commons.vfs.provider.sftp.SftpFileProvider">
-        <scheme name="sftp"/>
-        <if-available class-name="javax.crypto.Cipher"/>
-        <if-available class-name="com.jcraft.jsch.JSch"/>
-    </provider>
-</providers>
\ No newline at end of file
+    
+    <provider class-name="org.apache.commons.vfs.provider.sftp.SftpFileProvider">
+        <scheme name="sftp"/>
+        <if-available class-name="javax.crypto.Cipher"/>
+        <if-available class-name="com.jcraft.jsch.JSch"/>
+    </provider>
+</providers>

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java Tue Mar 27 02:36:03 2007
@@ -840,6 +840,15 @@
 		return size;
 	}
 
+    /**
+     * Checks the given resource checksum if a checksum resource exists.
+     * 
+     * @param resource the resource to check
+     * @param dest the file where the resource has been downloaded
+     * @param algorithm the checksum algorithm to use
+     * @return true if the checksum has been successfully checked, false if the checksum wasn't available
+     * @throws IOException if a checksum exist but do not match the downloaded file checksum
+     */
 	private boolean check(Resource resource, File dest, String algorithm) throws IOException {
 		Resource csRes = resource.clone(resource.getName()+"."+algorithm);
 		if (csRes.exists()) {
@@ -847,12 +856,13 @@
 			File csFile = File.createTempFile("ivytmp", algorithm);
 			try {
 				get(csRes, csFile);
-				if (!ChecksumHelper.check(dest, csFile, algorithm)) {
-					dest.delete();
-					throw new IOException("invalid "+algorithm);
-				} else {
+				try {
+					ChecksumHelper.check(dest, csFile, algorithm);
 					Message.verbose(algorithm + " OK for "+resource);
 					return true;
+				} catch (IOException ex) {
+					dest.delete();
+					throw ex;
 				}
 			} finally {
 				csFile.delete();

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/util/ChecksumHelper.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/util/ChecksumHelper.java?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/util/ChecksumHelper.java (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/util/ChecksumHelper.java Tue Mar 27 02:36:03 2007
@@ -36,7 +36,16 @@
 		_algorithms.put("sha1", "SHA-1");
 	}
 	
-	public static boolean check(File dest, File checksumFile, String algorithm) throws IOException {
+	/**
+	 * Checks the checksum of the given file against the given checksumFile,
+	 * and throws an IOException if the checksum is not compliant
+	 * 
+	 * @param dest the file to test
+	 * @param checksumFile the file containing the expected checksum
+	 * @param algorithm the checksum algorithm to use
+	 * @throws IOException if an IO problem occur whle reading files or if the checksum is not compliant
+	 */
+	public static void check(File dest, File checksumFile, String algorithm) throws IOException {
 		String csFileContent = FileUtil.readEntirely(new BufferedReader(new FileReader(checksumFile))).trim().toLowerCase();
 		String expected;
 		int spaceIndex = csFileContent.indexOf(' ');
@@ -47,7 +56,9 @@
 		}
 		
 		String computed = computeAsString(dest, algorithm).trim().toLowerCase();
-		return expected.equals(computed);
+		if (!expected.equals(computed)) {
+			throw new IOException("invalid "+algorithm+": expected="+expected+" computed="+computed);
+		}
 	}    
 	
     public static String computeAsString(File f, String algorithm) throws IOException {

Modified: incubator/ivy/core/trunk/test/buildlist/A/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/A/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/A/build.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/A/build.xml Tue Mar 27 02:36:03 2007
@@ -0,0 +1,18 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->

Modified: incubator/ivy/core/trunk/test/buildlist/A/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/A/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/A/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/A/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,6 +1,24 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
 	<info organisation="apache" module="A"/>
 	<dependencies>
 		<dependency name="C" rev="latest.integration"/>
 	</dependencies>
-</ivy-module>
\ No newline at end of file
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/buildlist/B/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/B/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/B/build.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/B/build.xml Tue Mar 27 02:36:03 2007
@@ -0,0 +1,18 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->

Modified: incubator/ivy/core/trunk/test/buildlist/B/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/B/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/B/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/B/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
 	<info organisation="apache" module="B"/>
-</ivy-module>
\ No newline at end of file
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/buildlist/C/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/C/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/C/build.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/C/build.xml Tue Mar 27 02:36:03 2007
@@ -0,0 +1,18 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->

Modified: incubator/ivy/core/trunk/test/buildlist/C/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/C/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/C/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/C/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,6 +1,24 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
 	<info organisation="apache" module="C"/>
 	<dependencies>
 		<dependency name="B" rev="latest.integration"/>
 	</dependencies>
-</ivy-module>
\ No newline at end of file
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/buildlist/D/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/D/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/D/build.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/D/build.xml Tue Mar 27 02:36:03 2007
@@ -0,0 +1,18 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->

Modified: incubator/ivy/core/trunk/test/buildlist/D/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/D/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/D/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/D/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,7 +1,25 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
 	<info organisation="apache" module="D"/>
 	<dependencies>
 		<dependency name="A" rev="latest.integration"/>
 		<dependency name="B" rev="latest.integration"/>
 	</dependencies>
-</ivy-module>
\ No newline at end of file
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/buildlist/E/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/E/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/E/build.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/E/build.xml Tue Mar 27 02:36:03 2007
@@ -0,0 +1,18 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->

Modified: incubator/ivy/core/trunk/test/buildlist/E/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/buildlist/E/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/buildlist/E/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/buildlist/E/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
 	<info organisation="apache" module="E"/>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/imported-configurations.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/imported-configurations.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/imported-configurations.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/imported-configurations.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <configurations>
 	<conf name="conf1" visibility="public"/>
 	<conf name="conf2" visibility="private"/>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-108.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-108.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-108.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-108.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.2">
   <info organisation="apache" module="108"/>
   <configurations>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-381.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-381.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-381.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-381.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="381"/>
     <configurations>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-custom.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-custom.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-custom.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-custom.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-custom"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-different-revisions.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-different-revisions.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-different-revisions.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-different-revisions.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="different-revs"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-double.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-double.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-double.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-double.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-double"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-doubleretrieve.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-doubleretrieve.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-doubleretrieve.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-doubleretrieve.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="retrieve-double"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-simple"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure2.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure2.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-failure2"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure3.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure3.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure3.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-failure3.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-failure3"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-import-confs.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-import-confs.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-import-confs.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-import-confs.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-branch.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-branch.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-branch.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-branch.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-extra.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-extra.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-extra.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest-extra.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-latest.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish-multi.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish-multi.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish-multi.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish-multi.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="multi"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-publish.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-simple"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple2.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-simple2.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache2"
 	       module="resolve-simple2"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-with-variables.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-with-variables.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-with-variables.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivy-with-variables.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache"
 	       module="resolve-latest"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-props.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
 	<properties file="${ivy.settings.dir}/ivysettings-props.properties"/>
 </ivysettings>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-test.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-test.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-test.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/ivysettings-test.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
 	<settings defaultCache="${myproperty}" defaultResolver="test"/>
 	<resolvers>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/published-ivy-custom.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/published-ivy-custom.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/published-ivy-custom.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/published-ivy-custom.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0"> 
 	<info organisation="apache" module="resolve-custom" revision="1.2" status="integration" publication="20060906141243" custom-info="cval1">
 	       <license name="BSD"/>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/test-convertpom.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/test-convertpom.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/test-convertpom.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/test-convertpom.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
 	<info organisation="org.apache"
 		module="test"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/badcacheconf.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/badcacheconf.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/badcacheconf.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/badcacheconf.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
   <conf defaultCache="build/cache" defaultResolver="default"/>
   <resolvers>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/dualchainresolverconf.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/dualchainresolverconf.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/dualchainresolverconf.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/dualchainresolverconf.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivysettings>
   <conf defaultCache="build/cache" defaultResolver="default"/>
   <resolvers>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="jtv" module="Cupid" revision="local"/>
     <configurations>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148b.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148b.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148b.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-148b.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="jtv" module="Cupid" revision="local"/>
     <configurations>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-182.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-182.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-182.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-182.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
 	<info organisation="test"
 	       module="IVY-182"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-198.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-198.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-198.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-198.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="myorg/mydep" module="system/module" revision="1.0"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-214.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-214.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-214.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-214.xml Tue Mar 27 02:36:03 2007
@@ -1,12 +1,30 @@
-<ivy-module version="1.0">
-	<info organisation="test" module="IVY-214" status="integration" publication="20050202110000"/>
-	<configurations defaultconfmapping="compile-&gt;default">
-		<conf name="compile"/>
-		<conf name="runtime" extends="compile"/>
-		<conf name="test" extends="runtime"/>
-	</configurations>
-	<dependencies>
-		<dependency org="org1" name="mod1.2" rev="1+" force="true" conf="compile"/>
-		<dependency org="org3" name="mod3.2" rev="1+" conf="test"/>
-	</dependencies>
-</ivy-module>
\ No newline at end of file
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<ivy-module version="1.0">
+	<info organisation="test" module="IVY-214" status="integration" publication="20050202110000"/>
+	<configurations defaultconfmapping="compile-&gt;default">
+		<conf name="compile"/>
+		<conf name="runtime" extends="compile"/>
+		<conf name="test" extends="runtime"/>
+	</configurations>
+	<dependencies>
+		<dependency org="org1" name="mod1.2" rev="1+" force="true" conf="compile"/>
+		<dependency org="org3" name="mod3.2" rev="1+" conf="test"/>
+	</dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-218.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-218.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-218.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-218.xml Tue Mar 27 02:36:03 2007
@@ -1,12 +1,30 @@
-<ivy-module version="1.0">
-	<info organisation="test" module="IVY-218" status="integration" publication="20050202110000"/>
-	<configurations defaultconfmapping="compile,runtime->A;test->B" confmappingoverride="true">
-		<conf name="compile"/>
-		<conf name="runtime" extends="compile"/>
-		<conf name="test" extends="runtime"/>
-	</configurations>
-	<dependencies>
-		<dependency org="org5" name="mod5.1" rev="4.2" force="true" conf="compile" transitive="false"/>
-		<dependency org="org3" name="mod3.2" rev="1+" conf="test->default" transitive="false"/>
-	</dependencies>
-</ivy-module>
\ No newline at end of file
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<ivy-module version="1.0">
+	<info organisation="test" module="IVY-218" status="integration" publication="20050202110000"/>
+	<configurations defaultconfmapping="compile,runtime->A;test->B" confmappingoverride="true">
+		<conf name="compile"/>
+		<conf name="runtime" extends="compile"/>
+		<conf name="test" extends="runtime"/>
+	</configurations>
+	<dependencies>
+		<dependency org="org5" name="mod5.1" rev="4.2" force="true" conf="compile" transitive="false"/>
+		<dependency org="org3" name="mod3.2" rev="1+" conf="test->default" transitive="false"/>
+	</dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-225.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-225.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-225.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-225.xml Tue Mar 27 02:36:03 2007
@@ -1,11 +1,29 @@
-<ivy-module version="1.0">
-	<info organisation="test" module="IVY-225" status="integration" publication="20050202110000"/>
-	<dependencies>
-		<dependency org="org1" name="mod1.2" rev="1.1" />
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<ivy-module version="1.0">
+	<info organisation="test" module="IVY-225" status="integration" publication="20050202110000"/>
+	<dependencies>
+		<dependency org="org1" name="mod1.2" rev="1.1" />
 		<dependency org="org3" name="mod3.2" rev="1.4" />
-		<dependency org="org5" name="mod5.1" rev="4.2" />
+		<dependency org="org5" name="mod5.1" rev="4.2" />
 	</dependencies>
 	<conflicts>
 		<manager name="all" />
-	</conflicts>
-</ivy-module>
\ No newline at end of file
+	</conflicts>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-56.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-56.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-56.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-56.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="IVY-56" revision="1.0"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-dualchainresolver.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-dualchainresolver.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-dualchainresolver.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-dualchainresolver.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="dual" />
     

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-extra-att.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-extra-att.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-extra-att.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-extra-att.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="extra-att" revision="1.0"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-latestreleased.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-latestreleased.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-latestreleased.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-latestreleased.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="latestreleased" revision="1.0" />
     <!-- Used by the test ResolveTest.testLatestWhenReleased -->

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-mod1.2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-mod1.2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-mod1.2.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-mod1.2.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
 	<info organisation="org1"
 	       module="mod1.2"

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="namespace" revision="1.0" />
     

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace2.xml (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-namespace2.xml Tue Mar 27 02:36:03 2007
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <ivy-module version="1.0">
     <info organisation="apache" module="namespace" revision="2.0" />