Author: jlboudart
Date: Fri Feb  6 18:46:54 2015
New Revision: 1657918

URL: http://svn.apache.org/r1657918
Log:
Update website (new license header, remove snapshot repository, fix link 
pointing to svn instead of git

Modified:
    ant/site/easyant/module.ant
    ant/site/easyant/production/Issuetracking.html
    ant/site/easyant/production/Mailinglist.html
    ant/site/easyant/production/Sourcerepository.html
    ant/site/easyant/production/Team.html
    ant/site/easyant/production/contact.html
    ant/site/easyant/production/download.html
    ant/site/easyant/production/faq.html
    ant/site/easyant/production/features.html
    ant/site/easyant/production/foundation.html
    ant/site/easyant/production/history/trunk/changelog.html
    ant/site/easyant/production/history/trunk/changelog/0.7.html
    ant/site/easyant/production/history/trunk/contact.html
    ant/site/easyant/production/history/trunk/faq.html
    ant/site/easyant/production/history/trunk/howto/BuildConfigurations.html
    ant/site/easyant/production/history/trunk/howto/GettingStarted.html
    ant/site/easyant/production/history/trunk/howto/multimodules.html
    ant/site/easyant/production/history/trunk/howto/skeleton.html
    ant/site/easyant/production/history/trunk/howto/writePlugins.html
    ant/site/easyant/production/history/trunk/index.html
    ant/site/easyant/production/history/trunk/ref/Defaultlifecycle.html
    ant/site/easyant/production/history/trunk/ref/Directorystructure.html
    ant/site/easyant/production/history/trunk/ref/EasyAntconfigurationfile.html
    ant/site/easyant/production/history/trunk/ref/EasyAntivyinstance.html
    ant/site/easyant/production/history/trunk/ref/ExtensionPoint.html
    ant/site/easyant/production/history/trunk/ref/Ivyconfiguration.html
    ant/site/easyant/production/history/trunk/ref/Modulefiles.html
    ant/site/easyant/production/history/trunk/ref/OfflineMode.html
    ant/site/easyant/production/history/trunk/ref/ProjectIvyInstance.html
    ant/site/easyant/production/history/trunk/ref/ProjectMancommand.html
    ant/site/easyant/production/history/trunk/ref/anttasks.html
    ant/site/easyant/production/history/trunk/ref/anttasks/BindTarget.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureBuildScopedRepository.html
    ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureProject.html
    ant/site/easyant/production/history/trunk/ref/anttasks/CoreVersiontask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/FindParentDir.html
    ant/site/easyant/production/history/trunk/ref/anttasks/GoOffline.html
    ant/site/easyant/production/history/trunk/ref/anttasks/Importtask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/LoadModuletask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/Parametertask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/Pathtask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/Property.html
    ant/site/easyant/production/history/trunk/ref/anttasks/SearchModule.html
    ant/site/easyant/production/history/trunk/ref/anttasks/SubModuletask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/buildtypetask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/checkresolver.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/configureEasyantIvyInstance.html
    ant/site/easyant/production/history/trunk/ref/anttasks/easyant.html
    ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/basic-configuration-strategy.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/environment-strategy.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/project-dependency-strategy.html
    
ant/site/easyant/production/history/trunk/ref/anttasks/import-test-module.html
    ant/site/easyant/production/history/trunk/ref/anttasks/plugin-report.html
    ant/site/easyant/production/history/trunk/ref/anttasks/plugintask.html
    ant/site/easyant/production/history/trunk/ref/anttasks/registerartifact.html
    ant/site/easyant/production/history/trunk/ref/buildtypes/buildtypes.html
    ant/site/easyant/production/history/trunk/ref/features.html
    ant/site/easyant/production/history/trunk/ref/plugins/plugins.html
    ant/site/easyant/production/history/trunk/reference.html
    ant/site/easyant/production/history/trunk/tutorials.html
    ant/site/easyant/production/index.html
    ant/site/easyant/production/irc.html
    ant/site/easyant/sources/Sourcerepository.html
    ant/site/easyant/sources/download.html

Modified: ant/site/easyant/module.ant
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/module.ant?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/module.ant (original)
+++ ant/site/easyant/module.ant Fri Feb  6 18:46:54 2015
@@ -16,8 +16,8 @@
 -->
 <project xmlns:ea="antlib:org.apache.easyant" >
     
-    <property name="site.generate.directory" value="./production"/>
-    <property name="src.documentation.dir" value="./sources"/>
+    <property name="site.generate.directory" value="${basedir}/production"/>
+    <property name="src.documentation.dir" value="${basedir}/sources"/>
     <!-- this avoid creation of mispelled directory when xooki make resources 
processing -->
     <property name="target" value="target"/>
     <property name="xooki.resources.include.pattern" 
value="*.cgi,style/**,images/**,js/*"/>

Modified: ant/site/easyant/production/Issuetracking.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/Issuetracking.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/Issuetracking.html (original)
+++ ant/site/easyant/production/Issuetracking.html Fri Feb  6 18:46:54 2015
@@ -139,7 +139,7 @@ Issues are tracked using JIRA hosted at
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/Mailinglist.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/Mailinglist.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/Mailinglist.html (original)
+++ ant/site/easyant/production/Mailinglist.html Fri Feb  6 18:46:54 2015
@@ -144,7 +144,7 @@ Before migrating to the Apache Software
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/Sourcerepository.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/Sourcerepository.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/Sourcerepository.html (original)
+++ ant/site/easyant/production/Sourcerepository.html Fri Feb  6 18:46:54 2015
@@ -129,9 +129,9 @@
     </div>
     
     <div id="posts">
-        <br class="xooki-br"/><h1>Subversion repository</h1>
+        <br class="xooki-br"/><h1>Git repository</h1>
 
-You can get the latest source code of EasyAnt from Apache Subversion 
repository at <a 
href="https://svn.apache.org/repos/asf/ant/easyant/";>https://svn.apache.org/repos/asf/ant/easyant/</a><br
 class="xooki-br"/><br class="xooki-br"/>This is the prefered way to get 
EasyAnt if you want to benefit from the latest improvements and be able to 
upgrade easily.<br class="xooki-br"/><br class="xooki-br"/>Before migrating to 
Apache Incubator sources repository was accessible at <a 
href="http://svn.easyant.org/";>http://svn.easyant.org/</a> . You can still 
access it as archives.
+You can get the latest source code of EasyAnt from Apache Git repository at <a 
href="https://git-wip-us.apache.org/repos/asf/ant-easyant-core.git";>https://git-wip-us.apache.org/repos/asf/ant-easyant-core.git</a><br
 class="xooki-br"/><br class="xooki-br"/>This is the prefered way to get 
EasyAnt if you want to benefit from the latest improvements and be able to 
upgrade easily.<br class="xooki-br"/><br class="xooki-br"/>Before migrating to 
Apache Incubator sources repository was accessible at <a 
href="http://svn.easyant.org/";>http://svn.easyant.org/</a> . You can still 
access it as archives.
     </div>
     <!-- end #posts -->
     <div style="clear: both;">&nbsp;</div>
@@ -139,7 +139,7 @@ You can get the latest source code of Ea
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/Team.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/Team.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/Team.html (original)
+++ ant/site/easyant/production/Team.html Fri Feb  6 18:46:54 2015
@@ -180,7 +180,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/contact.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/contact.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/contact.html (original)
+++ ant/site/easyant/production/contact.html Fri Feb  6 18:46:54 2015
@@ -139,7 +139,7 @@ As an Apache project, Apache EasyAnt&#15
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/download.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/download.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/download.html (original)
+++ ant/site/easyant/production/download.html Fri Feb  6 18:46:54 2015
@@ -168,16 +168,15 @@ To get information about the different k
 </table>
 
 <h2>Building from source</h2>
-What you can get here at the ASF is the latest sources from the Subversion 
repository:
+What you can get here at the ASF is the latest sources from the Git repository:
 <pre>
-svn co <a 
href="https://svn.apache.org/repos/asf/incubator/easyant/core/trunk";>https://svn.apache.org/repos/asf/incubator/easyant/core/trunk</a>
 easyant
+git clone git://git.apache.org/ant-easyant-core.git<br class="xooki-br"/>git 
checkout 0.9-incubating
 </pre>
 Then to build Apache EasyAnt from source, assuming you have Apache Ant&#153; 
1.8.0+ and a jdk 1.5+ installed, then you only need to run the following 
command:
 <pre>
 ant clean run -Dtarget=dist
 </pre>
-Then you will find easyant-core.jar in <b>target/artifacts</b>.<br 
class="xooki-br"/><br class="xooki-br"/><h2>Snapshot build</h2>
-The Apache Software Foundation hosts an installation of the Jenkins CI-system 
where a continuous build of EasyAnt is available. Note that these are not 
official builds and they are not endorsed or even supported by the Apache 
EasyAnt team. But if you have problems with testing the latest (successful) 
build, you are welcome to post that on the mailinglist. <br 
class="xooki-br"/><br class="xooki-br"/>The project page of Apache EasyAnt on 
this Jenkins installation is: <a 
href="https://builds.apache.org/view/A-F/view/Ant/job/EasyAnt/";>https://builds.apache.org/view/A-F/view/Ant/job/EasyAnt/</a>.
 Here you can find links to the latest version of the jars.<br 
class="xooki-br"/><br class="xooki-br"/><h2><a name="VerifyReleases">Verify 
Releases</a></h2>
+Then you will find easyant-core.jar in <b>target/artifacts</b>.<br 
class="xooki-br"/><br class="xooki-br"/><h2><a name="VerifyReleases">Verify 
Releases</a></h2>
 It is essential that you verify the integrity of the downloaded files using 
the PGP signature or the SHA1 or MD5 checksums.  The checksums are not as 
strong indicators as the PGP signature.<br class="xooki-br"/><br 
class="xooki-br"/>The PGP signatures can be verified using PGP or GPG. First 
download the <a href="http://www.apache.org/dist/ant/KEYS";>KEYS</a> as well as 
the asc signature file for the particular distribution.  Make sure you get 
these files from the <a 
href="http://www.apache.org/dist/incubator/easyant/";>main distribution 
directory</a>, rather than from a mirror. Then verify the signatures using<br 
class="xooki-br"/>
 <pre>
 % pgpk -a KEYS<br class="xooki-br"/>% pgpv 
apache-easyant-core-0.9-incubating-bin.zip.asc
@@ -256,7 +255,7 @@ Alternatively, you can verify the checks
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/faq.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/faq.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/faq.html (original)
+++ ant/site/easyant/production/faq.html Fri Feb  6 18:46:54 2015
@@ -216,7 +216,7 @@ There is a strong separation of context,
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/features.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/features.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/features.html (original)
+++ ant/site/easyant/production/features.html Fri Feb  6 18:46:54 2015
@@ -139,7 +139,7 @@ Apache EasyAnt&#153; is a toolbox focusi
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/foundation.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/foundation.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/foundation.html (original)
+++ ant/site/easyant/production/foundation.html Fri Feb  6 18:46:54 2015
@@ -139,7 +139,7 @@ The Apache EasyAnt&#153; project is part
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/changelog.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/changelog.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/changelog.html (original)
+++ ant/site/easyant/production/history/trunk/changelog.html Fri Feb  6 
18:46:54 2015
@@ -176,7 +176,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/changelog/0.7.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/changelog/0.7.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/changelog/0.7.html (original)
+++ ant/site/easyant/production/history/trunk/changelog/0.7.html Fri Feb  6 
18:46:54 2015
@@ -188,7 +188,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/contact.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/contact.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/contact.html (original)
+++ ant/site/easyant/production/history/trunk/contact.html Fri Feb  6 18:46:54 
2015
@@ -139,7 +139,7 @@ As an Apache project, Apache EasyAnt" is
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/faq.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/faq.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/faq.html (original)
+++ ant/site/easyant/production/history/trunk/faq.html Fri Feb  6 18:46:54 2015
@@ -216,7 +216,7 @@ There is a strong separation of context,
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/howto/BuildConfigurations.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/howto/BuildConfigurations.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/howto/BuildConfigurations.html 
(original)
+++ ant/site/easyant/production/history/trunk/howto/BuildConfigurations.html 
Fri Feb  6 18:46:54 2015
@@ -212,7 +212,7 @@ This would generate a emma coverage repo
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/howto/GettingStarted.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/howto/GettingStarted.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/howto/GettingStarted.html 
(original)
+++ ant/site/easyant/production/history/trunk/howto/GettingStarted.html Fri Feb 
 6 18:46:54 2015
@@ -221,7 +221,7 @@ If you want more information we strongly
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/howto/multimodules.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/howto/multimodules.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/howto/multimodules.html (original)
+++ ant/site/easyant/production/history/trunk/howto/multimodules.html Fri Feb  
6 18:46:54 2015
@@ -226,7 +226,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/howto/skeleton.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/howto/skeleton.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/howto/skeleton.html (original)
+++ ant/site/easyant/production/history/trunk/howto/skeleton.html Fri Feb  6 
18:46:54 2015
@@ -147,7 +147,7 @@ Then easyant will prompt you to set info
 
 <h3>Generate a project structure using skeleton's properties</h3>
 EasyAnt also provides an alternative way to use skeletons. It can be used by 
settings properties. <br class="xooki-br"/>When runnning in interactive mode 
(default behavior) easyant will prompt you to set many properties to define 
which skeleton should be used and some properties related to the generated 
project (like organisation name, module name, and revision).<br 
class="xooki-br"/><p>If you prefer to use it in that way you should use 
":generate" target.<br class="xooki-br"/>Example if your skeleton module is 
imported as "skeleton", you should use :</p>
-<pre>&gt; easyant skeleton:create</pre>
+<pre>&gt; easyant skeleton:generate</pre>
 <pre>
 [input] Organisation name of the skeleton project<br class="xooki-br"/>    
org.apache.easyant.skeletons<br class="xooki-br"/>[input] Module name of the 
skeleton project<br class="xooki-br"/>    std-java-skeleton<br 
class="xooki-br"/>[input] Revision number of the skeleton project<br 
class="xooki-br"/>    0.1<br class="xooki-br"/>[input] The path where the 
skeleton project will be unzipped [.]<br class="xooki-br"/>    .<br 
class="xooki-br"/>[input] Organization name of YOUR project<br 
class="xooki-br"/>org.mycompany<br class="xooki-br"/>[input] Module name of 
YOUR project<br class="xooki-br"/>myProject<br class="xooki-br"/>[input] 
Revision number of YOUR project [0.1]<br class="xooki-br"/>    0.1
 </pre>
@@ -228,7 +228,7 @@ Here you can find a list of skeletons pr
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/howto/writePlugins.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/howto/writePlugins.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/howto/writePlugins.html (original)
+++ ant/site/easyant/production/history/trunk/howto/writePlugins.html Fri Feb  
6 18:46:54 2015
@@ -325,7 +325,7 @@ You can access test-report at "target/an
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/index.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/index.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/index.html (original)
+++ ant/site/easyant/production/history/trunk/index.html Fri Feb  6 18:46:54 
2015
@@ -157,7 +157,7 @@ If you are browsing this documentation f
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/Defaultlifecycle.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/Defaultlifecycle.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/Defaultlifecycle.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/Defaultlifecycle.html Fri Feb 
 6 18:46:54 2015
@@ -150,7 +150,7 @@ Plugins can provides additionnal <a href
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/Directorystructure.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/Directorystructure.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/Directorystructure.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/Directorystructure.html Fri 
Feb  6 18:46:54 2015
@@ -189,7 +189,7 @@ By convention, documentation files are s
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/EasyAntconfigurationfile.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/EasyAntconfigurationfile.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/EasyAntconfigurationfile.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/EasyAntconfigurationfile.html 
Fri Feb  6 18:46:54 2015
@@ -141,7 +141,7 @@ The configuration file named easyant-con
 </pre>
 
 <h2>Configuring easyant ivy instance</h2>
-By default, easyant ivy instance is configured to use a set of repositories 
based on your file system that are deployed with the easyant distribution. <br 
class="xooki-br"/><br class="xooki-br"/>Easyant ivy instance is not used to 
retrieve project dependencies.<br class="xooki-br"/>If you want to configure 
the project ivy instance you should look at <a 
href="ref/ProjectIvyInstance.html">this page</a>.<br class="xooki-br"/><br 
class="xooki-br"/>You can configure / override the easyant ivy instance through 
the following tag
+By default, easyant ivy instance is configured to use a set of repositories 
based on your file system that are deployed with the easyant distribution. <br 
class="xooki-br"/><br class="xooki-br"/>Easyant ivy instance is not used to 
retrieve project dependencies.<br class="xooki-br"/>If you want to configure 
the project ivy instance you should look at <a 
href="ProjectIvyInstance.html">this page</a>.<br class="xooki-br"/><br 
class="xooki-br"/>You can configure / override the easyant ivy instance through 
the following tag
 <pre>
 &lt;ivysettings file="/path/to/ivysettings.xml"/&gt;
 </pre>
@@ -272,7 +272,7 @@ You can also define user properties. Tho
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/EasyAntivyinstance.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/EasyAntivyinstance.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/EasyAntivyinstance.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/EasyAntivyinstance.html Fri 
Feb  6 18:46:54 2015
@@ -192,7 +192,7 @@ In enterprise context it can make sense
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/ExtensionPoint.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/ExtensionPoint.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/ExtensionPoint.html (original)
+++ ant/site/easyant/production/history/trunk/ref/ExtensionPoint.html Fri Feb  
6 18:46:54 2015
@@ -150,7 +150,7 @@ Extension-Points are similar to targets
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/Ivyconfiguration.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/Ivyconfiguration.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/Ivyconfiguration.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/Ivyconfiguration.html Fri Feb 
 6 18:46:54 2015
@@ -161,7 +161,7 @@ The <a href="ProjectIvyInstance.html">pr
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/Modulefiles.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/Modulefiles.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/Modulefiles.html (original)
+++ ant/site/easyant/production/history/trunk/ref/Modulefiles.html Fri Feb  6 
18:46:54 2015
@@ -266,7 +266,7 @@ The <b>override.module.ant</b> is a true
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/OfflineMode.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/OfflineMode.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/OfflineMode.html (original)
+++ ant/site/easyant/production/history/trunk/ref/OfflineMode.html Fri Feb  6 
18:46:54 2015
@@ -165,7 +165,7 @@ Example using property in your module.iv
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/ProjectIvyInstance.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/ProjectIvyInstance.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/ProjectIvyInstance.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/ProjectIvyInstance.html Fri 
Feb  6 18:46:54 2015
@@ -168,7 +168,7 @@ The public repository is the place where
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/ProjectMancommand.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/ProjectMancommand.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/ProjectMancommand.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/ProjectMancommand.html Fri 
Feb  6 18:46:54 2015
@@ -243,7 +243,7 @@ Project Manual<br class="xooki-br"/>----
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks.html (original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks.html Fri Feb  6 
18:46:54 2015
@@ -152,7 +152,7 @@ Then you could be able to call the EasyA
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/BindTarget.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/BindTarget.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/BindTarget.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/BindTarget.html Fri 
Feb  6 18:46:54 2015
@@ -181,7 +181,7 @@ Unbind mytarget target from current exte
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureBuildScopedRepository.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureBuildScopedRepository.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureBuildScopedRepository.html
 (original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureBuildScopedRepository.html
 Fri Feb  6 18:46:54 2015
@@ -192,7 +192,7 @@ This task is used to configure a build s
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureProject.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureProject.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureProject.html 
(original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/ConfigureProject.html 
Fri Feb  6 18:46:54 2015
@@ -172,7 +172,7 @@ This task is responsible of configuring
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/CoreVersiontask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/CoreVersiontask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/CoreVersiontask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/CoreVersiontask.html 
Fri Feb  6 18:46:54 2015
@@ -184,7 +184,7 @@ This task support nested text as error m
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/FindParentDir.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/FindParentDir.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/FindParentDir.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/FindParentDir.html 
Fri Feb  6 18:46:54 2015
@@ -186,7 +186,7 @@ Locate the first module.ivy we assume th
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/GoOffline.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/GoOffline.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/GoOffline.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/GoOffline.html Fri 
Feb  6 18:46:54 2015
@@ -177,7 +177,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/Importtask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/Importtask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/Importtask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/Importtask.html Fri 
Feb  6 18:46:54 2015
@@ -242,7 +242,7 @@ The two properties (myvalue and my.compl
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/LoadModuletask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/LoadModuletask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/LoadModuletask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/LoadModuletask.html 
Fri Feb  6 18:46:54 2015
@@ -189,7 +189,7 @@ This task is the main class, used to par
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/Parametertask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/Parametertask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/Parametertask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/Parametertask.html 
Fri Feb  6 18:46:54 2015
@@ -210,7 +210,7 @@ BUILD FAILED<br class="xooki-br"/>expect
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/Pathtask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/Pathtask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/Pathtask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/Pathtask.html Fri 
Feb  6 18:46:54 2015
@@ -174,7 +174,7 @@ Here we overwrite the path "compile.main
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/Property.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/Property.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/Property.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/Property.html Fri 
Feb  6 18:46:54 2015
@@ -167,7 +167,7 @@ The propery foo will be intialized only
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/SearchModule.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/SearchModule.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/SearchModule.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/SearchModule.html 
Fri Feb  6 18:46:54 2015
@@ -214,7 +214,7 @@ This is for example performed in skeleto
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/SubModuletask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/SubModuletask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/SubModuletask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/SubModuletask.html 
Fri Feb  6 18:46:54 2015
@@ -225,7 +225,7 @@ Used to choose references that shall be
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/buildtypetask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/buildtypetask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/buildtypetask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/buildtypetask.html 
Fri Feb  6 18:46:54 2015
@@ -144,7 +144,7 @@ All arguments of <a href="Importtask.htm
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/checkresolver.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/checkresolver.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/checkresolver.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/checkresolver.html 
Fri Feb  6 18:46:54 2015
@@ -176,7 +176,7 @@ This task support nested text as error m
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/configureEasyantIvyInstance.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/configureEasyantIvyInstance.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/configureEasyantIvyInstance.html
 (original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/configureEasyantIvyInstance.html
 Fri Feb  6 18:46:54 2015
@@ -167,7 +167,7 @@ Configure easyant ivy instance in curren
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/easyant.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/easyant.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/easyant.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/easyant.html Fri Feb 
 6 18:46:54 2015
@@ -218,7 +218,7 @@ Running ant -p will display all targets,
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath.html 
Fri Feb  6 18:46:54 2015
@@ -223,7 +223,7 @@ Using nested strategies :
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/basic-configuration-strategy.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/basic-configuration-strategy.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/basic-configuration-strategy.html
 (original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/basic-configuration-strategy.html
 Fri Feb  6 18:46:54 2015
@@ -190,7 +190,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/environment-strategy.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/environment-strategy.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/environment-strategy.html
 (original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/environment-strategy.html
 Fri Feb  6 18:46:54 2015
@@ -174,7 +174,7 @@
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/project-dependency-strategy.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/project-dependency-strategy.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/project-dependency-strategy.html
 (original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/findclasspath/project-dependency-strategy.html
 Fri Feb  6 18:46:54 2015
@@ -188,7 +188,7 @@ It will look if one project dependency m
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/import-test-module.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/import-test-module.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/import-test-module.html 
(original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/import-test-module.html 
Fri Feb  6 18:46:54 2015
@@ -204,7 +204,7 @@ Alternative <a href="Importtask.html">Im
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/plugin-report.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/plugin-report.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/plugin-report.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/plugin-report.html 
Fri Feb  6 18:46:54 2015
@@ -166,11 +166,18 @@ This task will generate plugin documenta
 
     <tr>
       <td>todir</td>
-      <td>targed directory where documentation will be generated<i>Default : 
${basedir}</i></td>
+      <td>target directory where documentation will be generated<i>Default : 
${basedir}</i></td>
       <td></td>
     </tr>
 
     <tr>
+      <td>tofile</td>
+      <td>destination file for final report</td>
+      <td></td>
+    </tr>
+
+
+    <tr>
       <td>conf</td>
       <td>Ivy conf used in the report<i>Default : *</i></td>
       <td></td>
@@ -202,7 +209,7 @@ This task will generate plugin documenta
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/anttasks/plugintask.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/plugintask.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/anttasks/plugintask.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/anttasks/plugintask.html Fri 
Feb  6 18:46:54 2015
@@ -143,7 +143,7 @@ All arguments of <a href="Importtask.htm
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/anttasks/registerartifact.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/anttasks/registerartifact.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- 
ant/site/easyant/production/history/trunk/ref/anttasks/registerartifact.html 
(original)
+++ 
ant/site/easyant/production/history/trunk/ref/anttasks/registerartifact.html 
Fri Feb  6 18:46:54 2015
@@ -192,7 +192,7 @@ Register test-jar artifact with type "te
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: 
ant/site/easyant/production/history/trunk/ref/buildtypes/buildtypes.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/buildtypes/buildtypes.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/buildtypes/buildtypes.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/buildtypes/buildtypes.html 
Fri Feb  6 18:46:54 2015
@@ -170,7 +170,7 @@ A "Build Type" identifies at a high leve
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/features.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/features.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/features.html (original)
+++ ant/site/easyant/production/history/trunk/ref/features.html Fri Feb  6 
18:46:54 2015
@@ -139,7 +139,7 @@ Easyant is a toolbox focusing on easing
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/ref/plugins/plugins.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/ref/plugins/plugins.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/ref/plugins/plugins.html 
(original)
+++ ant/site/easyant/production/history/trunk/ref/plugins/plugins.html Fri Feb  
6 18:46:54 2015
@@ -190,7 +190,7 @@ An EasyAnt plugin defines a single small
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/reference.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/reference.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/reference.html (original)
+++ ant/site/easyant/production/history/trunk/reference.html Fri Feb  6 
18:46:54 2015
@@ -178,7 +178,7 @@ A build type is a set of module preconfi
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>

Modified: ant/site/easyant/production/history/trunk/tutorials.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/history/trunk/tutorials.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/history/trunk/tutorials.html (original)
+++ ant/site/easyant/production/history/trunk/tutorials.html Fri Feb  6 
18:46:54 2015
@@ -148,7 +148,7 @@ You may also add EASYANT_HOME to your pa
 <!-- end #content -->
 <div id="footer">
     <p id="legal">
-        <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
+        <i>Copyright &#169; 2015 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache 
License, Version 2.0</a>.</i><br>
         <i>Apache EasyAnt, Apache Ivy, Apache Ant, Ivy, Ant, Apache, the 
Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks 
of The Apache Software Foundation.</i><br>
         <i>All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </i>
     </p>


Reply via email to