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 [16/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/test/repositories/IVY-283/ivy-d.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/ivy-d.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/ivy-d.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/ivy-d.xml Tue Mar 27 02:36:03 2007
@@ -1,25 +1,43 @@
-<ivy-module version="1.4">
-  <info organisation="medicel" module="module_d" />
-  <configurations defaultconfmapping="*->#;test->runtime">
-    <conf name="build" description="Buildtime dependency configuration" />
-    <conf name="runtime" extends="build" description="Runtime dependency configuration" />
-    <conf name="test" extends="runtime" description="Test dependency configuration" />
-  </configurations>
-  <publications>
-    <artifact name="lib_d_a" type="jar" />
-  </publications>
-  <dependencies>
-    <dependency name="module_b" rev="latest.integration" conf="build">
-      <artifact name="lib_b_a" type="jar" />
-    </dependency>
-    <dependency name="module_c" rev="latest.integration" conf="build">
-      <artifact name="lib_c_a" type="jar" />
-    </dependency>
-    <dependency name="module_a" rev="latest.integration" conf="build">
-      <artifact name="lib_a_a" type="jar" />
-      <artifact name="lib_a_c" type="jar" />
-      <artifact name="lib_a_d" type="jar" />
-      <artifact name="lib_a_e" type="jar" />
-    </dependency>
-  </dependencies>
-</ivy-module>
+<!--
+   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.4">
+  <info organisation="medicel" module="module_d" />
+  <configurations defaultconfmapping="*->#;test->runtime">
+    <conf name="build" description="Buildtime dependency configuration" />
+    <conf name="runtime" extends="build" description="Runtime dependency configuration" />
+    <conf name="test" extends="runtime" description="Test dependency configuration" />
+  </configurations>
+  <publications>
+    <artifact name="lib_d_a" type="jar" />
+  </publications>
+  <dependencies>
+    <dependency name="module_b" rev="latest.integration" conf="build">
+      <artifact name="lib_b_a" type="jar" />
+    </dependency>
+    <dependency name="module_c" rev="latest.integration" conf="build">
+      <artifact name="lib_c_a" type="jar" />
+    </dependency>
+    <dependency name="module_a" rev="latest.integration" conf="build">
+      <artifact name="lib_a_a" type="jar" />
+      <artifact name="lib_a_c" type="jar" />
+      <artifact name="lib_a_d" type="jar" />
+      <artifact name="lib_a_e" type="jar" />
+    </dependency>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/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.4">
   <info organisation="medicel" module="A" />
   <configurations defaultconfmapping="*->#;test->runtime">
@@ -18,4 +36,4 @@
       <artifact name="lib_c_d" type="jar" />
     </dependency>
   </dependencies>
-</ivy-module> 
\ No newline at end of file
+</ivy-module> 

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/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="myresolver"/>
     <resolvers>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/module_a/ivy-local.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/module_a/ivy-local.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/module_a/ivy-local.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/module_a/ivy-local.xml Tue Mar 27 02:36:03 2007
@@ -1,20 +1,38 @@
-<ivy-module version="1.0">
-	<info organisation="medicel" module="module_a" revision="local" status="integration" publication="20060906104705"/>
-	<configurations>
-		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
-		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
-		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
-	</configurations>
-	<publications>
-		<artifact name="lib_a_a" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_b" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_c" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_d" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_e" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_f" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_g" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_h" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_i" type="jar" ext="jar" conf="build,runtime,test"/>
-		<artifact name="lib_a_j" type="jar" ext="jar" conf="build,runtime,test"/>
-	</publications>
+<!--
+   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="medicel" module="module_a" revision="local" status="integration" publication="20060906104705"/>
+	<configurations>
+		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
+		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
+		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
+	</configurations>
+	<publications>
+		<artifact name="lib_a_a" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_b" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_c" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_d" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_e" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_f" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_g" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_h" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_i" type="jar" ext="jar" conf="build,runtime,test"/>
+		<artifact name="lib_a_j" type="jar" ext="jar" conf="build,runtime,test"/>
+	</publications>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/module_b/ivy-local.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/module_b/ivy-local.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/module_b/ivy-local.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/module_b/ivy-local.xml Tue Mar 27 02:36:03 2007
@@ -1,22 +1,40 @@
-<ivy-module version="1.0">
-	<info organisation="medicel" module="module_b" revision="local" status="integration" publication="20060906104742"/>
-	<configurations>
-		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
-		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
-		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
-	</configurations>
-	<publications>
-		<artifact name="lib_b_a" type="jar" ext="jar" conf="build,runtime,test"/>
-	</publications>
-	<dependencies>
-		<dependency org="medicel" name="module_e" rev="local" conf="build->build">
-			<include name="lib_e_a" type="jar" ext="jar"/>
-		</dependency>
-		<dependency org="medicel" name="module_a" rev="latest.integration" conf="build->build">
-			<include name="lib_a_d" type="jar" ext="jar"/>
-			<include name="lib_a_b" type="jar" ext="jar"/>
-			<include name="lib_a_h" type="jar" ext="jar"/>
-			<include name="lib_a_f" type="jar" ext="jar"/>
-		</dependency>
-	</dependencies>
+<!--
+   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="medicel" module="module_b" revision="local" status="integration" publication="20060906104742"/>
+	<configurations>
+		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
+		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
+		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
+	</configurations>
+	<publications>
+		<artifact name="lib_b_a" type="jar" ext="jar" conf="build,runtime,test"/>
+	</publications>
+	<dependencies>
+		<dependency org="medicel" name="module_e" rev="local" conf="build->build">
+			<include name="lib_e_a" type="jar" ext="jar"/>
+		</dependency>
+		<dependency org="medicel" name="module_a" rev="latest.integration" conf="build->build">
+			<include name="lib_a_d" type="jar" ext="jar"/>
+			<include name="lib_a_b" type="jar" ext="jar"/>
+			<include name="lib_a_h" type="jar" ext="jar"/>
+			<include name="lib_a_f" type="jar" ext="jar"/>
+		</dependency>
+	</dependencies>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/module_c/ivy-local.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/module_c/ivy-local.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/module_c/ivy-local.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/module_c/ivy-local.xml Tue Mar 27 02:36:03 2007
@@ -1,24 +1,42 @@
-<ivy-module version="1.0">
-	<info organisation="medicel" module="module_c" revision="local" status="integration" publication="20060906104750"/>
-	<configurations>
-		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
-		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
-		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
-	</configurations>
-	<publications>
-		<artifact name="lib_c_a" type="jar" ext="jar" conf="build,runtime,test"/>
-	</publications>
-	<dependencies>
-		<dependency org="medicel" name="module_b" rev="local" conf="build->build">
-			<include name="lib_b_a" type="jar" ext="jar"/>
-		</dependency>
-		<dependency org="medicel" name="module_a" rev="latest.integration" conf="build->build">
-			<include name="lib_a_d" type="jar" ext="jar"/>
-			<include name="lib_a_a" type="jar" ext="jar"/>
-			<include name="lib_a_b" type="jar" ext="jar"/>
-			<include name="lib_a_h" type="jar" ext="jar"/>
-			<include name="lib_a_g" type="jar" ext="jar"/>
-			<include name="lib_a_f" type="jar" ext="jar"/>
-		</dependency>
-	</dependencies>
+<!--
+   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="medicel" module="module_c" revision="local" status="integration" publication="20060906104750"/>
+	<configurations>
+		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
+		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
+		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
+	</configurations>
+	<publications>
+		<artifact name="lib_c_a" type="jar" ext="jar" conf="build,runtime,test"/>
+	</publications>
+	<dependencies>
+		<dependency org="medicel" name="module_b" rev="local" conf="build->build">
+			<include name="lib_b_a" type="jar" ext="jar"/>
+		</dependency>
+		<dependency org="medicel" name="module_a" rev="latest.integration" conf="build->build">
+			<include name="lib_a_d" type="jar" ext="jar"/>
+			<include name="lib_a_a" type="jar" ext="jar"/>
+			<include name="lib_a_b" type="jar" ext="jar"/>
+			<include name="lib_a_h" type="jar" ext="jar"/>
+			<include name="lib_a_g" type="jar" ext="jar"/>
+			<include name="lib_a_f" type="jar" ext="jar"/>
+		</dependency>
+	</dependencies>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-283/module_e/ivy-local.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-283/module_e/ivy-local.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-283/module_e/ivy-local.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-283/module_e/ivy-local.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<ivy-module version="1.0">
-	<info organisation="medicel" module="module_e" revision="local" status="integration" publication="20060906104723"/>
-	<configurations>
-		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
-		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
-		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
-	</configurations>
-	<publications>
-		<artifact name="lib_e_a" type="jar" ext="jar" conf="build,runtime,test"/>
-	</publications>
-	<dependencies>
-		<dependency org="medicel" name="module_a" rev="local" conf="build->build">
-			<include name="lib_a_a" type="jar" ext="jar"/>
-			<include name="lib_a_b" type="jar" ext="jar"/>
-			<include name="lib_a_i" type="jar" ext="jar"/>
-		</dependency>
-	</dependencies>
+<!--
+   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="medicel" module="module_e" revision="local" status="integration" publication="20060906104723"/>
+	<configurations>
+		<conf name="build" visibility="public" description="Buildtime dependency configuration"/>
+		<conf name="runtime" visibility="public" description="Runtime dependency configuration" extends="build"/>
+		<conf name="test" visibility="public" description="Test dependency configuration" extends="runtime"/>
+	</configurations>
+	<publications>
+		<artifact name="lib_e_a" type="jar" ext="jar" conf="build,runtime,test"/>
+	</publications>
+	<dependencies>
+		<dependency org="medicel" name="module_a" rev="local" conf="build->build">
+			<include name="lib_a_a" type="jar" ext="jar"/>
+			<include name="lib_a_b" type="jar" ext="jar"/>
+			<include name="lib_a_i" type="jar" ext="jar"/>
+		</dependency>
+	</dependencies>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/A/ivy-1.0.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/A/ivy-1.0.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/A/ivy-1.0.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/A/ivy-1.0.0.xml Tue Mar 27 02:36:03 2007
@@ -1,15 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="A" revision="1.0.0" status="integration" publication="20070226113607"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="A" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="A" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-    <dependency org="MyCompany" name="B" rev="1.0.0" changing="true"/>
-    <dependency org="MyCompany" name="C" rev="1.0.2" changing="true"/>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="A" revision="1.0.0" status="integration" publication="20070226113607"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="A" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="A" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+    <dependency org="MyCompany" name="B" rev="1.0.0" changing="true"/>
+    <dependency org="MyCompany" name="C" rev="1.0.2" changing="true"/>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/B/ivy-1.0.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/B/ivy-1.0.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/B/ivy-1.0.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/B/ivy-1.0.0.xml Tue Mar 27 02:36:03 2007
@@ -1,14 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="B" revision="1.0.0" status="integration" publication="20070226112304"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="B" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="B" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-    <dependency org="MyCompany" name="C" rev="1.0.0" changing="true"/>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="B" revision="1.0.0" status="integration" publication="20070226112304"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="B" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="B" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+    <dependency org="MyCompany" name="C" rev="1.0.0" changing="true"/>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.0.xml Tue Mar 27 02:36:03 2007
@@ -1,13 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="C" revision="1.0.0" status="integration" publication="20070226112211"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="C" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="C" revision="1.0.0" status="integration" publication="20070226112211"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="C" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.1.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.1.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.1.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.1.xml Tue Mar 27 02:36:03 2007
@@ -1,13 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="C" revision="1.0.1" status="integration" publication="20070226112225"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="C" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="C" revision="1.0.1" status="integration" publication="20070226112225"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="C" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.2.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/C/ivy-1.0.2.xml Tue Mar 27 02:36:03 2007
@@ -1,13 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="C" revision="1.0.2" status="integration" publication="20070226112233"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="C" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="C" revision="1.0.2" status="integration" publication="20070226112233"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="C" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="C" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/D/ivy-1.0.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/D/ivy-1.0.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/D/ivy-1.0.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-407/MyCompany/D/ivy-1.0.0.xml Tue Mar 27 02:36:03 2007
@@ -1,14 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.0">
-  <info organisation="MyCompany" module="D" revision="1.0.0" status="integration" publication="20070226112331"/>
-  <configurations>
-   <conf name="all"/>
-  </configurations>
-  <publications>
-    <artifact name="D" ext="tar.gz" type="thirdparty" conf="all"/>
-    <artifact name="D" ext="jar" type="lib" conf="all"/>
-  </publications>
-  <dependencies>
-    <dependency org="MyCompany" name="C" rev="1.0.1" changing="true"/>
-  </dependencies>
-</ivy-module>
+<?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 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="MyCompany" module="D" revision="1.0.0" status="integration" publication="20070226112331"/>
+  <configurations>
+   <conf name="all"/>
+  </configurations>
+  <publications>
+    <artifact name="D" ext="tar.gz" type="thirdparty" conf="all"/>
+    <artifact name="D" ext="jar" type="lib" conf="all"/>
+  </publications>
+  <dependencies>
+    <dependency org="MyCompany" name="C" rev="1.0.1" changing="true"/>
+  </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-448/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-448/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-448/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-448/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.0">
     <info organisation="myorg" module="module1"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-448/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-448/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-448/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-448/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="myresolver" defaultConflictManager="all"/>
     <resolvers>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-448/module2/ivy-1.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-448/module2/ivy-1.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-448/module2/ivy-1.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-448/module2/ivy-1.0.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" module="module2" revision="1.0"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-1.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-1.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-1.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-1.0.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" module="module3" revision="1.0"/>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-2.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-2.0.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-2.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-448/module3/ivy-2.0.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" module="module3" revision="2.0"/>
 </ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/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="LOCAL"/>
 	<latest-strategies>latest-revision</latest-strategies>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.1.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.1.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.1.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.1.xml Tue Mar 27 02:36:03 2007
@@ -1,15 +1,33 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="a" revision="1.0.1" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="a" type="txt" conf="default"/>
-	<artifact name="a-bt" type="txt" conf="buildtime"/>
-    </publications>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="a" revision="1.0.1" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="a" type="txt" conf="default"/>
+	<artifact name="a-bt" type="txt" conf="buildtime"/>
+    </publications>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.2.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/a/ivy-1.0.2.xml Tue Mar 27 02:36:03 2007
@@ -1,15 +1,33 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="a" revision="1.0.2" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="a" type="txt" conf="default"/>
-	<artifact name="a-bt" type="txt" conf="buildtime"/>
-    </publications>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="a" revision="1.0.2" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="a" type="txt" conf="default"/>
+	<artifact name="a-bt" type="txt" conf="buildtime"/>
+    </publications>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.1.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.1.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.1.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.1.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="b" revision="1.0.1" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="b" type="txt" conf="default"/>
-	<artifact name="b-bt" type="txt" conf="buildtime"/>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="b" revision="1.0.1" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="b" type="txt" conf="default"/>
+	<artifact name="b-bt" type="txt" conf="buildtime"/>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.2.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/b/ivy-1.0.2.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="b" revision="1.0.2" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="b" type="txt" conf="default"/>
-	<artifact name="b-bt" type="txt" conf="buildtime"/>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="1.0.2"/>
-   </dependencies>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="b" revision="1.0.2" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="b" type="txt" conf="default"/>
+	<artifact name="b-bt" type="txt" conf="buildtime"/>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="1.0.2"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.1.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.1.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.1.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.1.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="c" revision="1.0.1" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="c" type="txt" conf="default"/>
-	<artifact name="c-bt" type="txt" conf="buildtime"/>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="c" revision="1.0.1" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="c" type="txt" conf="default"/>
+	<artifact name="c-bt" type="txt" conf="buildtime"/>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.2.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.2.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.2.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/repo/test/c/ivy-1.0.2.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="c" revision="1.0.2" status="integration" publication="20050926033111"/>
-    <configurations>
-		<conf name="default"/>
-		<conf name="global" extends="default" visibility="private"/>
-		<conf name="buildtime"/>
-		<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-	<artifact name="c" type="txt" conf="default"/>
-	<artifact name="c-bt" type="txt" conf="buildtime"/>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="1.0.2"/>
-   </dependencies>
-</ivy-module>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="c" revision="1.0.2" status="integration" publication="20050926033111"/>
+    <configurations>
+		<conf name="default"/>
+		<conf name="global" extends="default" visibility="private"/>
+		<conf name="buildtime"/>
+		<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+	<artifact name="c" type="txt" conf="default"/>
+	<artifact name="c-bt" type="txt" conf="buildtime"/>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="1.0.2"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/1/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/1/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/1/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/1/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-1"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="latest.integration"/>
-	<dependency org="test" name="c" rev="latest.integration"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-1"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="latest.integration"/>
+	<dependency org="test" name="c" rev="latest.integration"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/2/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/2/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/2/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/2/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-2"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="1.0.1"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-2"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="1.0.1"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/3/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/3/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/3/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/3/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-3"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-3"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/4/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/4/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/4/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/4/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-4"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-4"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/5/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/5/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/5/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/5/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-5"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-5"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/6/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/6/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/6/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/6/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-6"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-6"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/IVY-84/tests/7/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/IVY-84/tests/7/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/IVY-84/tests/7/ivy.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/IVY-84/tests/7/ivy.xml Tue Mar 27 02:36:03 2007
@@ -1,18 +1,36 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
-<ivy-module version="1.0">
-    <info organisation="test" module="test-7"/>
-    <configurations>
-	<conf name="default"/>
-	<conf name="global" extends="default" visibility="private"/>
-	<conf name="buildtime" visibility="private"/>
-	<conf name="test" visibility="private"/>
-    </configurations>    
-    <publications>
-    </publications>
-    <dependencies defaultconf="default;buildtime">
-	<dependency org="test" name="a" rev="latest.integration"/>
-	<dependency org="test" name="b" rev="1.0.1"/>
-	<dependency org="test" name="c" rev="1.0.1"/>
-   </dependencies>
-</ivy-module>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="/ivy/ivy-doc.xsl"?>
+<!--
+   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="test-7"/>
+    <configurations>
+	<conf name="default"/>
+	<conf name="global" extends="default" visibility="private"/>
+	<conf name="buildtime" visibility="private"/>
+	<conf name="test" visibility="private"/>
+    </configurations>    
+    <publications>
+    </publications>
+    <dependencies defaultconf="default;buildtime">
+	<dependency org="test" name="a" rev="latest.integration"/>
+	<dependency org="test" name="b" rev="1.0.1"/>
+	<dependency org="test" name="c" rev="1.0.1"/>
+   </dependencies>
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/ivys/ ivy-badmodule.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/ivys/%20ivy-badmodule.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/ivys/ ivy-badmodule.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/ivys/ ivy-badmodule.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" name="test-badorg"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badorg.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badorg.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badorg.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badorg.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" name="test-badorg"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badrevision.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badrevision.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badrevision.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/ivys/ivy-badrevision.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" name="test-badorg"/>
     <dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/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="test"/>
 	<resolvers>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badmodule.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badmodule.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badmodule.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badmodule.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.1">
 	<info organisation="myorg" name="badmodule" revision="badmodule"/>
-</ivy-module>
\ No newline at end of file
+</ivy-module>

Modified: incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badorg.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badorg.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badorg.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/badfile/myorg/mymodule/ivy-badorg.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.1">
 	<info organisation="badorg" name="mymodule" revision="badorg"/>
-</ivy-module>
\ No newline at end of file
+</ivy-module>