You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/02/08 18:03:48 UTC

svn commit: r619942 - in /ant/ivy/core/trunk/test/repositories/IVY-729: b/1/ivy.xml c/1/ivy.xml ivy.xml ivysettings.xml

Author: xavier
Date: Fri Feb  8 09:03:25 2008
New Revision: 619942

URL: http://svn.apache.org/viewvc?rev=619942&view=rev
Log:
add license headers + reformat file

Modified:
    ant/ivy/core/trunk/test/repositories/IVY-729/b/1/ivy.xml
    ant/ivy/core/trunk/test/repositories/IVY-729/c/1/ivy.xml
    ant/ivy/core/trunk/test/repositories/IVY-729/ivy.xml
    ant/ivy/core/trunk/test/repositories/IVY-729/ivysettings.xml

Modified: ant/ivy/core/trunk/test/repositories/IVY-729/b/1/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-729/b/1/ivy.xml?rev=619942&r1=619941&r2=619942&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-729/b/1/ivy.xml (original)
+++ ant/ivy/core/trunk/test/repositories/IVY-729/b/1/ivy.xml Fri Feb  8 09:03:25 2008
@@ -1,4 +1,22 @@
 <?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="2.0">
 	<info organisation="test" module="b" revision="1" status="release"/>
 	<configurations>

Modified: ant/ivy/core/trunk/test/repositories/IVY-729/c/1/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-729/c/1/ivy.xml?rev=619942&r1=619941&r2=619942&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-729/c/1/ivy.xml (original)
+++ ant/ivy/core/trunk/test/repositories/IVY-729/c/1/ivy.xml Fri Feb  8 09:03:25 2008
@@ -1,4 +1,22 @@
 <?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="2.0">
 	<info organisation="test" module="c" revision="1" status="release"/>
 	<configurations>

Modified: ant/ivy/core/trunk/test/repositories/IVY-729/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-729/ivy.xml?rev=619942&r1=619941&r2=619942&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-729/ivy.xml (original)
+++ ant/ivy/core/trunk/test/repositories/IVY-729/ivy.xml Fri Feb  8 09:03:25 2008
@@ -1,42 +1,32 @@
-<ivy-module
-version="2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
-
-xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
-
+<!--
+   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="2.0">
 <info
-organisation="test"
-module="test"/>
-
-<configurations>
-
-
-<conf
-name="conf1"/>
-
-
-<conf
-name="conf2"/>
-
-</configurations>
-
-<dependencies>
-
-
-<dependency
-org="test"
-name="a"
-rev="1"
-conf="conf1->*"/>
-
-
-<dependency
-org="test"
-name="c"
-rev="1"
-conf="conf2->compile"/>
-
-</dependencies>
+	organisation="test"
+	module="test"/>
+	<configurations>
+		<conf name="conf1"/>
+		<conf name="conf2"/>
+	</configurations>
+	<dependencies>
+		<dependency org="test" name="a" rev="1" conf="conf1->*"/>
+		<dependency org="test" name="c" rev="1" conf="conf2->compile"/>
+	</dependencies>
 </ivy-module>
 

Modified: ant/ivy/core/trunk/test/repositories/IVY-729/ivysettings.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-729/ivysettings.xml?rev=619942&r1=619941&r2=619942&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-729/ivysettings.xml (original)
+++ ant/ivy/core/trunk/test/repositories/IVY-729/ivysettings.xml Fri Feb  8 09:03:25 2008
@@ -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>