Modified: ant/site/easyant/production/index.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/index.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/index.html (original)
+++ ant/site/easyant/production/index.html Fri Feb  6 18:46:54 2015
@@ -158,7 +158,7 @@ To still remain adaptable,
 <!-- 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/irc.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/production/irc.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/production/irc.html (original)
+++ ant/site/easyant/production/irc.html Fri Feb  6 18:46:54 2015
@@ -138,7 +138,7 @@ We've registered an <a href="http://www.
 <!-- 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/sources/Sourcerepository.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/sources/Sourcerepository.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/sources/Sourcerepository.html (original)
+++ ant/site/easyant/sources/Sourcerepository.html Fri Feb  6 18:46:54 2015
@@ -23,7 +23,7 @@
 </head>
 <body>
     <textarea id="xooki-source">
-<h1>Subversion repository</h1>
+<h1>Git repository</h1>
 
 You can get the latest source code of EasyAnt from Apache Git repository at 
https://git-wip-us.apache.org/repos/asf/ant-easyant-core.git
 

Modified: ant/site/easyant/sources/download.html
URL: 
http://svn.apache.org/viewvc/ant/site/easyant/sources/download.html?rev=1657918&r1=1657917&r2=1657918&view=diff
==============================================================================
--- ant/site/easyant/sources/download.html (original)
+++ ant/site/easyant/sources/download.html Fri Feb  6 18:46:54 2015
@@ -84,9 +84,10 @@ 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:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/easyant/core/trunk easyant
+git clone git://git.apache.org/ant-easyant-core.git
+git checkout 0.9-incubating
 </code>
 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:
 <code>
@@ -94,11 +95,6 @@ ant clean run -Dtarget=dist
 </code>
 Then you will find easyant-core.jar in <b>target/artifacts</b>.
 
-<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. 
-
-The project page of Apache EasyAnt on this Jenkins installation is: 
https://builds.apache.org/view/A-F/view/Ant/job/EasyAnt/. Here you can find 
links to the latest version of the jars.
-
 <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.
 


Reply via email to