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 [9/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/tutor...

Modified: incubator/ivy/core/trunk/doc/links.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/links.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/links.html (original)
+++ incubator/ivy/core/trunk/doc/links.html Tue Mar 27 02:36:03 2007
@@ -1,74 +1,92 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
 	<script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-	<textarea id="xooki-source">
-<h1>Repositories</h1>
-<ul>
-<li><a href="http://ivyrep.jayasoft.org/">IvyRep</a></li>
-<p> The main repository of ivy files used by Ivy.</p>
-<li><a href="https://opensvn.csie.org/ivyrepsandbox/">IvyRep Sandbox</a></li>
-<p> This subversion repository is used to share ivy files before promoting them to ivyrep.</p>
-<li><a href="http://www.ibiblio.org/maven/">IBiblio maven repository</a></li>
-<p> The official repository of maven hosts a great number of jars. It can be used by ivy to find the jars of your depedencies.</p>
-<li><a href="http://www.opensymphony.com/webwork/wikidocs/Dependencies.html">Webwork ivy repository</a></li>
-<p> Open symphony has created an ivy repository you can use as a model or directly.</p>
-<li><a href="http://blog.tryphon.org/tryphon/archives/2006/09/02/kolaka-ivy-repository/">Kokala repository</a></li>
-<p> Folks from FreeCast have created an ivy repository for building FreeCast. You will find many interesting ivy files over here.</p>
-<li><a href="https://maven-repository.dev.java.net/">Java.net Maven repository</a></li>
-<p>Java.net has a maven repository with interesting stuff that can't be found on ibiblio</p>
-<li><a href="http://mvnrepository.com/">mvnrepository</a></li>
-<p> Search Maven Ibiblio repository
-</ul>
-<h1>Tools and plugins</h1>
-<p>Here is a list of the ivy related tools and plugins we are aware of that can be found over the net.</p>
-<p>Feel free to post on the forum to ask for your tool to be added here.</p>
-<ul>
-<li><a href="http://www.ivytools.org/">ivytools.org</a></li>
-<p> This sourceforge project aims to gather community contributed tools and plugins for ivy.</p>
-<li><a href="http://incubator.apache.org/ivy/ivyde/">IvyDE</a></li>
-<p> A plugin for eclipse which helps writing ivy files by bringing powerful code completion and wizards, and also let you add a classpath container keeping your eclipse project classpath in sync with the dependencies ivy resolves.</p>
-<li><a href="http://ivycruise.jayasoft.org/">IvyCruise</a></li>
-<p> This set of plugins for cruise control let you integrate ivy with this famous continuous integration server.</p>
-<li><a href="http://plugins.intellij.net/plugin/?id=141">IvyDependencyImportor</a></li>
-<p> is a plugin for intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.</p>
-<li><a href="http://plugins.intellij.net/plugin/?id=140">IVY for IDEA</a></li>
-<p> is another plugin for intellij IDEA, which reads IDEA module settings such as classpath and source directories from IVY setup.</p>
-<li><a href="http://www.ivytools.org/ivy+svn.html">Ivy+SVN</a></li>
-<p> This is a subversion dependency resolver for ivy.</p>
-<li><a href="http://wiki.hippo.nl/display/OS/SAnt+build+system">SAnt</a></li>
-<p> SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project.</p>
-<li><a href="http://dehora.net/code/antant/readme.html">AntAnt</a></li>
-<p> AntAnt is an ant project generator (generates an ant project skeleton), which uses ivy for dependency management.</p>
-<li><a href="http://www.fnogol.de/archives/2006/08/21/generate-applicationxml-from-ivyxml-for-packaging-an-ear/">Generate application.xml from ivy.xml for packaging an ear</a></li>
-<p> is an entry on Philipp Meier's weblog which explain how he used ivy and xslt to generate his application.xml files.</p>
-<li><a href="http://www.ribomation.com/riboutils/eartask/">EAR ant task</a></li>
-<p> this is not directly related to ivy, but more to the link above. You have also the possibility to use this task to generate your ear, which does not depend on Ivy, but which can be very easily integrated with.</p>
-</ul>
-<h1>External Doc and tutorials</h1>
-<ul>
-<li><a href="http://wiki.java.net/bin/view/Netbeans/FaqIvy">Netbeans FAQ</a></li>
-<p>The Netbeans FAQ has an entry explaining how to use Ivy in their open source IDE.</p>
-<li><a href="http://chris-engn.blogspot.com/2005/07/naven-dotnet-continous-integration.html">Using Ivy in a dotnet project</a></li>
-<p>Chris gives a good idea of how to use ivy, cruise control and nant in a dotnet project environment</p>
-<li><a href="http://weblogs.java.net/blog/dcengija/archive/2006/04/configuring_ivy.html">Integrating Ivy and luntbuild</a></li>
-<p>Davor Cengija on his blog explain how he integrates Ivy in luntbuild, an open source continuous integration server</p>
-<li><a href="doc/articles/ease-multi-module.html">Easing multi module development</a></li>
-<p>Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi module environment.</p>
-<li><a href="http://www-128.ibm.com/developerworks/java/library/j-ap10106/index.html?ca=dgr-jw01SmellyScripts">Remove the smell from your build scripts</a></li>
-<p>This article is not related to Ivy, but to build script in general, but we thought it may be worth for Ivy users to read it.
-</ul>
-<h1>Others</h1>
-<ul>
-<li><a href="http://ant.apache.org/">ant</a></li>
-<p>Ant is the popular build tool with which ivy is integrated.</p>
-<li><a href="http://ant-contrib.sourceforge.net/">AntContrib</a></li>
-<p>AntContrib is a project offering a set of useful tasks for ant.</p>
-<li><a href="http://www.javalobby.org/">Javalobby</a></li>
-<p>Javalobby is a Java community site with interesting forums and tutorials</p>
+	<textarea id="xooki-source">
+<h1>Repositories</h1>
+<ul>
+<li><a href="http://ivyrep.jayasoft.org/">IvyRep</a></li>
+<p> The main repository of ivy files used by Ivy.</p>
+<li><a href="https://opensvn.csie.org/ivyrepsandbox/">IvyRep Sandbox</a></li>
+<p> This subversion repository is used to share ivy files before promoting them to ivyrep.</p>
+<li><a href="http://www.ibiblio.org/maven/">IBiblio maven repository</a></li>
+<p> The official repository of maven hosts a great number of jars. It can be used by ivy to find the jars of your depedencies.</p>
+<li><a href="http://www.opensymphony.com/webwork/wikidocs/Dependencies.html">Webwork ivy repository</a></li>
+<p> Open symphony has created an ivy repository you can use as a model or directly.</p>
+<li><a href="http://blog.tryphon.org/tryphon/archives/2006/09/02/kolaka-ivy-repository/">Kokala repository</a></li>
+<p> Folks from FreeCast have created an ivy repository for building FreeCast. You will find many interesting ivy files over here.</p>
+<li><a href="https://maven-repository.dev.java.net/">Java.net Maven repository</a></li>
+<p>Java.net has a maven repository with interesting stuff that can't be found on ibiblio</p>
+<li><a href="http://mvnrepository.com/">mvnrepository</a></li>
+<p> Search Maven Ibiblio repository
+</ul>
+<h1>Tools and plugins</h1>
+<p>Here is a list of the ivy related tools and plugins we are aware of that can be found over the net.</p>
+<p>Feel free to post on the forum to ask for your tool to be added here.</p>
+<ul>
+<li><a href="http://www.ivytools.org/">ivytools.org</a></li>
+<p> This sourceforge project aims to gather community contributed tools and plugins for ivy.</p>
+<li><a href="http://incubator.apache.org/ivy/ivyde/">IvyDE</a></li>
+<p> A plugin for eclipse which helps writing ivy files by bringing powerful code completion and wizards, and also let you add a classpath container keeping your eclipse project classpath in sync with the dependencies ivy resolves.</p>
+<li><a href="http://ivycruise.jayasoft.org/">IvyCruise</a></li>
+<p> This set of plugins for cruise control let you integrate ivy with this famous continuous integration server.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=141">IvyDependencyImportor</a></li>
+<p> is a plugin for intellij IDEA, which let you import all the libs described in the ivy.xml to the current module library.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=140">IVY for IDEA</a></li>
+<p> is another plugin for intellij IDEA, which reads IDEA module settings such as classpath and source directories from IVY setup.</p>
+<li><a href="http://www.ivytools.org/ivy+svn.html">Ivy+SVN</a></li>
+<p> This is a subversion dependency resolver for ivy.</p>
+<li><a href="http://wiki.hippo.nl/display/OS/SAnt+build+system">SAnt</a></li>
+<p> SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, primarily developpedd as part of the hippo project.</p>
+<li><a href="http://dehora.net/code/antant/readme.html">AntAnt</a></li>
+<p> AntAnt is an ant project generator (generates an ant project skeleton), which uses ivy for dependency management.</p>
+<li><a href="http://www.fnogol.de/archives/2006/08/21/generate-applicationxml-from-ivyxml-for-packaging-an-ear/">Generate application.xml from ivy.xml for packaging an ear</a></li>
+<p> is an entry on Philipp Meier's weblog which explain how he used ivy and xslt to generate his application.xml files.</p>
+<li><a href="http://www.ribomation.com/riboutils/eartask/">EAR ant task</a></li>
+<p> this is not directly related to ivy, but more to the link above. You have also the possibility to use this task to generate your ear, which does not depend on Ivy, but which can be very easily integrated with.</p>
+</ul>
+<h1>External Doc and tutorials</h1>
+<ul>
+<li><a href="http://wiki.java.net/bin/view/Netbeans/FaqIvy">Netbeans FAQ</a></li>
+<p>The Netbeans FAQ has an entry explaining how to use Ivy in their open source IDE.</p>
+<li><a href="http://chris-engn.blogspot.com/2005/07/naven-dotnet-continous-integration.html">Using Ivy in a dotnet project</a></li>
+<p>Chris gives a good idea of how to use ivy, cruise control and nant in a dotnet project environment</p>
+<li><a href="http://weblogs.java.net/blog/dcengija/archive/2006/04/configuring_ivy.html">Integrating Ivy and luntbuild</a></li>
+<p>Davor Cengija on his blog explain how he integrates Ivy in luntbuild, an open source continuous integration server</p>
+<li><a href="doc/articles/ease-multi-module.html">Easing multi module development</a></li>
+<p>Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi module environment.</p>
+<li><a href="http://www-128.ibm.com/developerworks/java/library/j-ap10106/index.html?ca=dgr-jw01SmellyScripts">Remove the smell from your build scripts</a></li>
+<p>This article is not related to Ivy, but to build script in general, but we thought it may be worth for Ivy users to read it.
+</ul>
+<h1>Others</h1>
+<ul>
+<li><a href="http://ant.apache.org/">ant</a></li>
+<p>Ant is the popular build tool with which ivy is integrated.</p>
+<li><a href="http://ant-contrib.sourceforge.net/">AntContrib</a></li>
+<p>AntContrib is a project offering a set of useful tasks for ant.</p>
+<li><a href="http://www.javalobby.org/">Javalobby</a></li>
+<p>Javalobby is a Java community site with interesting forums and tutorials</p>
 </ul></textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/core/trunk/doc/mailing-lists.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/mailing-lists.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/mailing-lists.html (original)
+++ incubator/ivy/core/trunk/doc/mailing-lists.html Tue Mar 27 02:36:03 2007
@@ -1,28 +1,46 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
 	<script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-	<textarea id="xooki-source">
-Ivy uses the standard Apache way to communicate: mailing lists.
-
-Before posting, make sure you don't have the answer to your question in the [[faq]] or more generally in the [[doc]].
-
-For those who prefer forums, Ivy mailing lists are synchronized in nabble, which can be used to search, subscribe and post in a more "forum oriented" way:
-<a href="http://www.nabble.com/Apache-Ivy-f18382.html">Apache Ivy on Nabble</a>
-
-The available mailing lists are:
-<table cellpadding="10">
-<tr><td><a href="mailto:ivy-user@incubator.apache.org">ivy-user@incubator.apache.org</a><br/>    <a href="mailto:ivy-user-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-user-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-user/">Archive</a> | <a href="http://mail-archive.com/ivy-user%40incubator.apache.org/">Searchable</a></td><td>Used to discuss any issue encountered when using Ivy</td></tr>
-<tr><td><a href="mailto:ivy-dev@incubator.apache.org">ivy-dev@incubator.apache.org</a><br/>    <a href="mailto:ivy-dev-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-dev-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-dev/">Archive</a> | <a href="http://mail-archive.com/ivy-dev%40incubator.apache.org/">Searchable</a><td>Used to discuss Ivy development</td></tr>
-<tr><td><a href="mailto:ivy-commits@incubator.apache.org">ivy-commits@incubator.apache.org</a><br/>    <a href="mailto:ivy-commits-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-commits-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-commits/">Archive</a> | <a href="http://mail-archive.com/ivy-commits%40incubator.apache.org/">Searchable</a><td>Read only mailing list where subversion commit messages are posted</td></tr>
-</table>
-<br/><br/>
-The previous way of communication around Ivy was the Jayasoft forum, for which a backup is still available here:
-http://www.jaya.free.fr/ivy/forum.html
-
+	<textarea id="xooki-source">
+Ivy uses the standard Apache way to communicate: mailing lists.
+
+Before posting, make sure you don't have the answer to your question in the [[faq]] or more generally in the [[doc]].
+
+For those who prefer forums, Ivy mailing lists are synchronized in nabble, which can be used to search, subscribe and post in a more "forum oriented" way:
+<a href="http://www.nabble.com/Apache-Ivy-f18382.html">Apache Ivy on Nabble</a>
+
+The available mailing lists are:
+<table cellpadding="10">
+<tr><td><a href="mailto:ivy-user@incubator.apache.org">ivy-user@incubator.apache.org</a><br/>    <a href="mailto:ivy-user-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-user-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-user/">Archive</a> | <a href="http://mail-archive.com/ivy-user%40incubator.apache.org/">Searchable</a></td><td>Used to discuss any issue encountered when using Ivy</td></tr>
+<tr><td><a href="mailto:ivy-dev@incubator.apache.org">ivy-dev@incubator.apache.org</a><br/>    <a href="mailto:ivy-dev-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-dev-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-dev/">Archive</a> | <a href="http://mail-archive.com/ivy-dev%40incubator.apache.org/">Searchable</a><td>Used to discuss Ivy development</td></tr>
+<tr><td><a href="mailto:ivy-commits@incubator.apache.org">ivy-commits@incubator.apache.org</a><br/>    <a href="mailto:ivy-commits-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-commits-unsubscribe@incubator.apache.org">Unsubscribe</a><br/>    <a href="http://mail-archives.apache.org/mod_mbox/incubator-ivy-commits/">Archive</a> | <a href="http://mail-archive.com/ivy-commits%40incubator.apache.org/">Searchable</a><td>Read only mailing list where subversion commit messages are posted</td></tr>
+</table>
+<br/><br/>
+The previous way of communication around Ivy was the Jayasoft forum, for which a backup is still available here:
+http://www.jaya.free.fr/ivy/forum.html
+
 Feel free to use your favorite search engine to find answers to your questions in over there.</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/build.xml (original)
+++ incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/build.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.    
+-->
 <project name="demo1" default="retrieve-deps" xmlns:ivy="antlib:org.apache.ivy.ant">
 	<condition property="ivy.home" value="${env.IVY_HOME}">
 		<isset property="env.IVY_HOME" />
@@ -30,4 +48,4 @@
 						conf="default"
 		                inline="true"/>
 	</target>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/1/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="maven2" defaultCache="../cache" />
         <resolvers>

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/build.xml (original)
+++ incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/build.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.    
+-->
 <project name="demo2" default="retrieve-deps" xmlns:ivy="antlib:org.apache.ivy.ant">
 	<condition property="ivy.home" value="${env.IVY_HOME}">
 		<isset property="env.IVY_HOME" />
@@ -28,4 +46,4 @@
 			pattern="lib/[conf]/[artifact]-[revision].[ext]"/>
 		<ivy:report todir="report"/>
 	</target>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivy.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivy.xml (original)
+++ incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivy.xml Tue Mar 27 02:36:03 2007
@@ -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="1.4">
     <info organisation="org.apache.ivy"
           module="ivy-demo-2">

Modified: incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivysettings.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/ivysettings.xml (original)
+++ incubator/ivy/core/trunk/doc/presentations/apache-con-2007/demo/2/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="maven2" defaultCache="../cache" />
         <resolvers>

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

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

Modified: incubator/ivy/core/trunk/doc/printTemplate.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/printTemplate.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/printTemplate.html (original)
+++ incubator/ivy/core/trunk/doc/printTemplate.html Tue Mar 27 02:36:03 2007
@@ -1,4 +1,22 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.    
+-->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 <title>${title} | Ivy</title>

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

Modified: incubator/ivy/core/trunk/doc/samples/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/build.xml (original)
+++ incubator/ivy/core/trunk/doc/samples/build.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.    
+-->
 <project name="go-ivy" default="go" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
     <!-- 
         this build file is a self contained project: it doesn't require anything else 
@@ -123,4 +141,4 @@
 	<target name="clean-cache" description="--&gt; clean the ivy cache">
 		<delete dir="${user.home}/.ivy/cache"/>
 	</target>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/ivy/core/trunk/doc/samples/ivy-sample-xslt.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/ivy-sample-xslt.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/ivy-sample-xslt.xml (original)
+++ incubator/ivy/core/trunk/doc/samples/ivy-sample-xslt.xml Tue Mar 27 02:36:03 2007
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml-stylesheet type="text/xsl" href="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="myorg"
 	       module="mymodule"

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

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

Modified: incubator/ivy/core/trunk/doc/samples/jayasoft-ivyrep-example-default.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/jayasoft-ivyrep-example-default.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/jayasoft-ivyrep-example-default.html (original)
+++ incubator/ivy/core/trunk/doc/samples/jayasoft-ivyrep-example-default.html Tue Mar 27 02:36:03 2007
@@ -1,353 +1,371 @@
-<html>
-
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Ivy report :: ivyrep-example by jayasoft :: default</title>
-<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
-<meta content="en" http-equiv="content-language">
-<meta content="index,follow" name="robots">
-<link href="ivy-report.css" type="text/css" rel="stylesheet">
-</head>
-<body>
-<div id="logo">
-<a href="http://incubator.apache.org/ivy/"><img src="../../../../ivy.jayasoft.org/logo.png"></a>
-</div>
-<h1>
-<a name="jayasoft-ivyrep-example"></a><span id="module">ivyrep-example</span> 
-        by 
-        <span id="organisation">jayasoft</span>
-</h1>
-<div id="date">
-    resolved on 
-      2005-04-08 13:33:40</div>
-<ul id="confmenu">
-<li>
-<a class="active" href="jayasoft-ivyrep-example-default.html">default</a>
-</li>
-</ul>
-<div id="content">
-<h2>Dependencies Stats</h2>
-<table class="header">
-<tr>
-<td class="title">Modules</td><td class="value">3</td>
-</tr>
-<tr>
-<td class="title">Revisions</td><td class="value">4  
-            (0 searched <img title="module revisions which required a search with a dependency resolver to be resolved" alt="searched" src="../../../search.html">,
-            0 downloaded <img title="module revisions for which ivy file was downloaded by dependency resolver" alt="downloaded" src="../../../search.html">,
-            1 evicted <img title="module revisions which were evicted by others" alt="evicted" src="../../../search.html">,
-            0 errors <img title="module revisions on which error occured" alt="error" src="../../../search.html">)</td>
-</tr>
-<tr>
-<td class="title">Artifacts</td><td class="value">3 
-            (0 downloaded,
-            0 failed)</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">219 kB
-            (0 kB downloaded,
-            219 kB in cache)</td>
-</tr>
-</table>
-<h2>Dependencies Overview</h2>
-<table class="deps">
-<thead>
-<tr>
-<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><a href="#apache-commons-cli"> commons-cli
-         by
-         apache</a></td><td><a href="#apache-commons-cli-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">32 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang">--- commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang">--- commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
-    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-logging">--- commons-logging
-         by
-         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-</tbody>
-</table>
-<h2>Details</h2>
-<h3>
-<a name="apache-commons-cli"></a>commons-cli by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-cli-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></td>
-</tr>
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20021227095900</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">32 kB
-            (0 kB downloaded,
-            32 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table class="deps">
-<thead>
-<tr>
-<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
-    </td><td align="center"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-lang"> commons-lang
-         by
-         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
-    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
-</tr>
-<tr>
-<td><a href="#apache-commons-logging"> commons-logging
-         by
-         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
-    </td><td align="center"></td>
-</tr>
-</tbody>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-cli</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">32 kB</td>
-</tr>
-</tbody>
-</table>
-<h3>
-<a name="apache-commons-lang"></a>commons-lang by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-lang-2.0"></a>
-           Revision: 2.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20050407222759</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">166 kB
-            (0 kB downloaded,
-            166 kB in cache)</td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-<tr>
-<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>2.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table>
-<tr>
-<td>
-    No dependency
-    </td>
-</tr>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-lang</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">166 kB</td>
-</tr>
-</tbody>
-</table>
-<h4>
-<a name="apache-commons-lang-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Status</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value"></td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">0 kB
-            (0 kB downloaded,
-            0 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Evicted by</td><td class="value">2.0   
-            in <b>latest-revision</b> conflict manager
-        </td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h3>
-<a name="apache-commons-logging"></a>commons-logging by apache<span class="resolved">resolved by <b>ivyrep</b></span>
-</h3>
-<h4>
-<a name="apache-commons-logging-1.0"></a>
-           Revision: 1.0<span style="padding-left:15px;"></span>
-</h4>
-<table class="header">
-<tr>
-<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></td>
-</tr>
-<tr>
-<td class="title">Status</td><td class="value">release</td>
-</tr>
-<tr>
-<td class="title">Publication</td><td class="value">20020220232200</td>
-</tr>
-<tr>
-<td class="title">Resolver</td><td class="value">ivyrep</td>
-</tr>
-<tr>
-<td class="title">Configurations</td><td class="value">default</td>
-</tr>
-<tr>
-<td class="title">Artifacts size</td><td class="value">21 kB
-            (0 kB downloaded,
-            21 kB in cache)</td>
-</tr>
-<tr>
-<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
-</tr>
-</table>
-<h5>Required by</h5>
-<table>
-<thead>
-<tr>
-<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
-</tr>
-</tbody>
-</table>
-<h5>Dependencies</h5>
-<table>
-<tr>
-<td>
-    No dependency
-    </td>
-</tr>
-</table>
-<h5>Artifacts</h5>
-<table>
-<thead>
-<tr>
-<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>commons-logging</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">21 kB</td>
-</tr>
-</tbody>
-</table>
-</div>
-</body>
-
-<!-- Mirrored from www.jayasoft.org/misc/ivy/samples/jayasoft-ivyrep-example-default.html by HTTrack Website Copier/3.x [XR&CO'2006], Wed, 20 Dec 2006 23:37:56 GMT -->
-</html>
+<!--
+   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.    
+-->
+<html>
+
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Ivy report :: ivyrep-example by jayasoft :: default</title>
+<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
+<meta content="en" http-equiv="content-language">
+<meta content="index,follow" name="robots">
+<link href="ivy-report.css" type="text/css" rel="stylesheet">
+</head>
+<body>
+<div id="logo">
+<a href="http://incubator.apache.org/ivy/"><img src="../../../../ivy.jayasoft.org/logo.png"></a>
+</div>
+<h1>
+<a name="jayasoft-ivyrep-example"></a><span id="module">ivyrep-example</span> 
+        by 
+        <span id="organisation">jayasoft</span>
+</h1>
+<div id="date">
+    resolved on 
+      2005-04-08 13:33:40</div>
+<ul id="confmenu">
+<li>
+<a class="active" href="jayasoft-ivyrep-example-default.html">default</a>
+</li>
+</ul>
+<div id="content">
+<h2>Dependencies Stats</h2>
+<table class="header">
+<tr>
+<td class="title">Modules</td><td class="value">3</td>
+</tr>
+<tr>
+<td class="title">Revisions</td><td class="value">4  
+            (0 searched <img title="module revisions which required a search with a dependency resolver to be resolved" alt="searched" src="../../../search.html">,
+            0 downloaded <img title="module revisions for which ivy file was downloaded by dependency resolver" alt="downloaded" src="../../../search.html">,
+            1 evicted <img title="module revisions which were evicted by others" alt="evicted" src="../../../search.html">,
+            0 errors <img title="module revisions on which error occured" alt="error" src="../../../search.html">)</td>
+</tr>
+<tr>
+<td class="title">Artifacts</td><td class="value">3 
+            (0 downloaded,
+            0 failed)</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">219 kB
+            (0 kB downloaded,
+            219 kB in cache)</td>
+</tr>
+</table>
+<h2>Dependencies Overview</h2>
+<table class="deps">
+<thead>
+<tr>
+<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="#apache-commons-cli"> commons-cli
+         by
+         apache</a></td><td><a href="#apache-commons-cli-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">32 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang">--- commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang">--- commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
+    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-logging">--- commons-logging
+         by
+         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+</tbody>
+</table>
+<h2>Details</h2>
+<h3>
+<a name="apache-commons-cli"></a>commons-cli by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-cli-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></td>
+</tr>
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20021227095900</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">32 kB
+            (0 kB downloaded,
+            32 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table class="deps">
+<thead>
+<tr>
+<th>Module</th><th>Revision</th><th>Status</th><th>Licenses</th><th>Size</th><th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-2.0">2.0</a></td><td align="center">release</td><td align="center"></td><td align="center">166 kB
+    </td><td align="center"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-lang"> commons-lang
+         by
+         apache</a></td><td><a href="#apache-commons-lang-1.0">1.0</a></td><td align="center"></td><td align="center"></td><td align="center">0 kB
+    </td><td align="center"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></td>
+</tr>
+<tr>
+<td><a href="#apache-commons-logging"> commons-logging
+         by
+         apache</a></td><td><a href="#apache-commons-logging-1.0">1.0</a></td><td align="center">release</td><td align="center"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td><td align="center">21 kB
+    </td><td align="center"></td>
+</tr>
+</tbody>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-cli</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">32 kB</td>
+</tr>
+</tbody>
+</table>
+<h3>
+<a name="apache-commons-lang"></a>commons-lang by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-lang-2.0"></a>
+           Revision: 2.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20050407222759</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">166 kB
+            (0 kB downloaded,
+            166 kB in cache)</td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+<tr>
+<td>jayasoft</td><td><a href="#jayasoft-ivyrep-example">ivyrep-example</a></td><td>default</td><td>2.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table>
+<tr>
+<td>
+    No dependency
+    </td>
+</tr>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-lang</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">166 kB</td>
+</tr>
+</tbody>
+</table>
+<h4>
+<a name="apache-commons-lang-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"><img src="http://ivy.jayasoft.org/images/evicted.gif" alt="evicted" title="evicted by 2.0"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Status</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value"></td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">0 kB
+            (0 kB downloaded,
+            0 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Evicted by</td><td class="value">2.0   
+            in <b>latest-revision</b> conflict manager
+        </td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h3>
+<a name="apache-commons-logging"></a>commons-logging by apache<span class="resolved">resolved by <b>ivyrep</b></span>
+</h3>
+<h4>
+<a name="apache-commons-logging-1.0"></a>
+           Revision: 1.0<span style="padding-left:15px;"></span>
+</h4>
+<table class="header">
+<tr>
+<td class="title">Home Page</td><td class="value"><a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></td>
+</tr>
+<tr>
+<td class="title">Status</td><td class="value">release</td>
+</tr>
+<tr>
+<td class="title">Publication</td><td class="value">20020220232200</td>
+</tr>
+<tr>
+<td class="title">Resolver</td><td class="value">ivyrep</td>
+</tr>
+<tr>
+<td class="title">Configurations</td><td class="value">default</td>
+</tr>
+<tr>
+<td class="title">Artifacts size</td><td class="value">21 kB
+            (0 kB downloaded,
+            21 kB in cache)</td>
+</tr>
+<tr>
+<td class="title">Licenses</td><td class="value"><span style="padding-right:3px;"><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a></span></td>
+</tr>
+</table>
+<h5>Required by</h5>
+<table>
+<thead>
+<tr>
+<th>Organisation</th><th>Name</th><th>In Configurations</th><th>Asked Revision</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apache</td><td><a href="#apache-commons-cli">commons-cli</a></td><td>default</td><td>1.0</td>
+</tr>
+</tbody>
+</table>
+<h5>Dependencies</h5>
+<table>
+<tr>
+<td>
+    No dependency
+    </td>
+</tr>
+</table>
+<h5>Artifacts</h5>
+<table>
+<thead>
+<tr>
+<th>Name</th><th>Type</th><th>Ext</th><th>Download</th><th>Size</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>commons-logging</td><td>jar</td><td>jar</td><td align="center">no</td><td align="center">21 kB</td>
+</tr>
+</tbody>
+</table>
+</div>
+</body>
+
+<!-- Mirrored from www.jayasoft.org/misc/ivy/samples/jayasoft-ivyrep-example-default.html by HTTrack Website Copier/3.x [XR&CO'2006], Wed, 20 Dec 2006 23:37:56 GMT -->
+</html>

Modified: incubator/ivy/core/trunk/doc/samples/multi-project/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/multi-project/build.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/multi-project/build.xml (original)
+++ incubator/ivy/core/trunk/doc/samples/multi-project/build.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.    
+-->
 <project name="all" 
          xmlns:ivy="antlib:org.apache.ivy.ant">
          

Modified: incubator/ivy/core/trunk/doc/samples/multi-project/common.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/samples/multi-project/common.xml?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/samples/multi-project/common.xml (original)
+++ incubator/ivy/core/trunk/doc/samples/multi-project/common.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.    
+-->
 <project name="common" 
          xmlns:ivy="antlib:org.apache.ivy.ant">
 	<!-- a sample common build.xml file, used for ivy multi-project tutorial

Modified: incubator/ivy/core/trunk/doc/template.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/template.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/template.html (original)
+++ incubator/ivy/core/trunk/doc/template.html Tue Mar 27 02:36:03 2007
@@ -1,4 +1,22 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+   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.    
+-->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 <title>${title} | Ivy</title>

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

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

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

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

Modified: incubator/ivy/core/trunk/doc/testimonials.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/testimonials.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/testimonials.html (original)
+++ incubator/ivy/core/trunk/doc/testimonials.html Tue Mar 27 02:36:03 2007
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
@@ -6,17 +24,17 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-<blockquote>Now that Ivy 1.0 is out, I'd strongly encourage every Java developer to pull it down and consider using it to manage dependencies in their Ant builds. As far as I'm concerned, it's a complete no-brainer. <a href="http://blog.exis.com/colin/archives/2005/04/29/decision-to-use-ivy-is-a-no-brainer/">Read more</a></blockquote>
-<div style="text-align:right;">Colin Sampaleanu, core developer of <a href="http://www.springframework.org/">Spring</a></div>
-<br/>
-<blockquote>Ivy's a great library... I've just gone through and implemented a multi-module build using Ivy for full transitive dependency management... <a href="http://www.theserverside.com/news/thread.tss?thread_id=33574">Read more</a></blockquote>
-<div style="text-align:right;">Jason Careira, <a href="http://www.opensymphony.com/webwork/">webwork</a> and <a href="http://www.opensymphony.com/xwork/">xwork</a> project leader</div><br/>
-<br/>
-<blockquote>Currently, our application uses more than 40 3rdparty jars. [...] With Ivy, I now have a full accounting of what libraries our project relies on directly. [...] We now have clear understanding of our dependency tree. <a href="http://houseofhaug.net/blog/archives/2005/04/13/maven-uninstall/">Read more</a></blockquote>
-<div style="text-align:right;">Scott Haug, core developer of <a href="http://www.jobster.com/">jobster.com</a><br/></div>
-<br/>
-<blockquote>After spending 10 minutes seeing the demonstrations, Ivy passed the test. [...] In addition, the folks on the Ivy forums were absolutely amazing with support, even when I had problems with my basic configuration file that was completely my fault. <a href="http://jroller.com/page/webwork2live?anchor=maven_out_ant_ivy_in">Read more</a></blockquote>
-<div style="text-align:right;">Matthew Porter, co-founder of Metissian and Contegix, author of <a href="http://sourcebeat.com/TitleAction.do;jsessionid=4B2266B92DCB32C9EE9B5FE1415568D6?id=6">WebWork Live</a><br/>
+<blockquote>Now that Ivy 1.0 is out, I'd strongly encourage every Java developer to pull it down and consider using it to manage dependencies in their Ant builds. As far as I'm concerned, it's a complete no-brainer. <a href="http://blog.exis.com/colin/archives/2005/04/29/decision-to-use-ivy-is-a-no-brainer/">Read more</a></blockquote>
+<div style="text-align:right;">Colin Sampaleanu, core developer of <a href="http://www.springframework.org/">Spring</a></div>
+<br/>
+<blockquote>Ivy's a great library... I've just gone through and implemented a multi-module build using Ivy for full transitive dependency management... <a href="http://www.theserverside.com/news/thread.tss?thread_id=33574">Read more</a></blockquote>
+<div style="text-align:right;">Jason Careira, <a href="http://www.opensymphony.com/webwork/">webwork</a> and <a href="http://www.opensymphony.com/xwork/">xwork</a> project leader</div><br/>
+<br/>
+<blockquote>Currently, our application uses more than 40 3rdparty jars. [...] With Ivy, I now have a full accounting of what libraries our project relies on directly. [...] We now have clear understanding of our dependency tree. <a href="http://houseofhaug.net/blog/archives/2005/04/13/maven-uninstall/">Read more</a></blockquote>
+<div style="text-align:right;">Scott Haug, core developer of <a href="http://www.jobster.com/">jobster.com</a><br/></div>
+<br/>
+<blockquote>After spending 10 minutes seeing the demonstrations, Ivy passed the test. [...] In addition, the folks on the Ivy forums were absolutely amazing with support, even when I had problems with my basic configuration file that was completely my fault. <a href="http://jroller.com/page/webwork2live?anchor=maven_out_ant_ivy_in">Read more</a></blockquote>
+<div style="text-align:right;">Matthew Porter, co-founder of Metissian and Contegix, author of <a href="http://sourcebeat.com/TitleAction.do;jsessionid=4B2266B92DCB32C9EE9B5FE1415568D6?id=6">WebWork Live</a><br/>
 </textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/core/trunk/doc/wiki.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/wiki.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/wiki.html (original)
+++ incubator/ivy/core/trunk/doc/wiki.html Tue Mar 27 02:36:03 2007
@@ -1,11 +1,29 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
 	<script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-	<textarea id="xooki-source">
+	<textarea id="xooki-source">
 A wiki is available where you can easily share your ideas and knowledge:
 http://wiki.apache.org/ivy/
 

Modified: incubator/ivy/core/trunk/doc/write-doc.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/write-doc.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/write-doc.html (original)
+++ incubator/ivy/core/trunk/doc/write-doc.html Tue Mar 27 02:36:03 2007
@@ -1,41 +1,59 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
 	<script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-	<textarea id="xooki-source">
-Writing documentation for Ivy is pretty simple.
-
-The documentation engine used is called <a href="http://xooki.sourceforge.net">xooki</a>, and allows to edit pages while you browse them as soon as you browse them offline (and thus can actually save your modifications).
-
-To browse the doc offline, we recommend to check it out from svn:
-<code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc ivy-doc
-</code>
-Then open the index.html file, and you will browse the web site exactly as when you're online, except that you will see a small toolbar at the uper right, allowing to edit the page, save it, move the page in the TOC, create a child, and so on:
- 
-<center><img src="images/xooki-toolbar.png"/></center>
-<br/><br/>
-When you choose edit you will see a pretty familiar textbox where you can edit the page source.
-
-<center><a href="images/xooki-edit.png"><img src="images/xooki-edit-small.png"/></a></center>
-<br/><br/>
-The source uses a format very familiar to those who sometimes write html. Indeed any html is allowed. But you also have some shortcuts and neat syntax.
-
-First, line breaks are automatically recognized, so you don't have to put br everywhere.
-Another interesting thing is the code fragment:
-<code>
-<code>
-any text including <tags/>
-</code>
-</code>
-Very helpful to avoid escaping all xml with lt and gt.
-
-Finally, URLs are automatically recognized and convert to links, jira issues like IVY-202 are recognized too, and you can use a neat format to reference any ant ivy ant task like [[ant:import]], or also reference svn page easily like [[svn:build.xml this link to build.xml]]. And you can also link to another page by providing its id (i.e. its url without the base and the .html) like the [[index]] or the [[doc/reference]]. 
-Feel free to edit this page to get a good overview of what is possible.
-
+	<textarea id="xooki-source">
+Writing documentation for Ivy is pretty simple.
+
+The documentation engine used is called <a href="http://xooki.sourceforge.net">xooki</a>, and allows to edit pages while you browse them as soon as you browse them offline (and thus can actually save your modifications).
+
+To browse the doc offline, we recommend to check it out from svn:
+<code>
+svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc ivy-doc
+</code>
+Then open the index.html file, and you will browse the web site exactly as when you're online, except that you will see a small toolbar at the uper right, allowing to edit the page, save it, move the page in the TOC, create a child, and so on:
+ 
+<center><img src="images/xooki-toolbar.png"/></center>
+<br/><br/>
+When you choose edit you will see a pretty familiar textbox where you can edit the page source.
+
+<center><a href="images/xooki-edit.png"><img src="images/xooki-edit-small.png"/></a></center>
+<br/><br/>
+The source uses a format very familiar to those who sometimes write html. Indeed any html is allowed. But you also have some shortcuts and neat syntax.
+
+First, line breaks are automatically recognized, so you don't have to put br everywhere.
+Another interesting thing is the code fragment:
+<code>
+<code>
+any text including <tags/>
+</code>
+</code>
+Very helpful to avoid escaping all xml with lt and gt.
+
+Finally, URLs are automatically recognized and convert to links, jira issues like IVY-202 are recognized too, and you can use a neat format to reference any ant ivy ant task like [[ant:import]], or also reference svn page easily like [[svn:build.xml this link to build.xml]]. And you can also link to another page by providing its id (i.e. its url without the base and the .html) like the [[index]] or the [[doc/reference]]. 
+Feel free to edit this page to get a good overview of what is possible.
+
 And do not forget to save your changes before the page! Then you can use your favorite IDE and compute a patch for what you changed, and submit this patch by attaching it to a jira issue, or simply sending it to the ivy-dev [[mailing-lists mailing list]].</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/core/trunk/doc/xooki/blankPageTpl.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/xooki/blankPageTpl.html?view=diff&rev=522842&r1=522841&r2=522842
==============================================================================
--- incubator/ivy/core/trunk/doc/xooki/blankPageTpl.html (original)
+++ incubator/ivy/core/trunk/doc/xooki/blankPageTpl.html Tue Mar 27 02:36:03 2007
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.    
+-->
 <html>
 <head>
 	<script type="text/javascript">var xookiConfig = {level: ${level}};</script>	

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