You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/12/17 08:54:14 UTC

svn commit: r1849066 - in /ant/site/ant: ./ production/ production/antlibs/ production/antlibs/antunit/ production/antlibs/compress/ production/antlibs/dotnet/ production/antlibs/props/ production/antlibs/vss/ production/manual-1.9.x/ production/manual...

Author: bodewig
Date: Mon Dec 17 08:54:14 2018
New Revision: 1849066

URL: http://svn.apache.org/viewvc?rev=1849066&view=rev
Log:
moved to gitbox

Modified:
    ant/site/ant/build.xml
    ant/site/ant/production/antlibs/antunit/doap_AntUnit.rdf
    ant/site/ant/production/antlibs/compress/doap_CompressAntlib.rdf
    ant/site/ant/production/antlibs/dotnet/doap_DotnetAntlib.rdf
    ant/site/ant/production/antlibs/proper.html
    ant/site/ant/production/antlibs/props/doap_PropsAntlib.rdf
    ant/site/ant/production/antlibs/vss/doap_VSSAntlib.rdf
    ant/site/ant/production/antnews.html
    ant/site/ant/production/doap_Ant.rdf
    ant/site/ant/production/git.html
    ant/site/ant/production/manual-1.9.x/Tasks/property.html
    ant/site/ant/production/manual-1.9.x/install.html
    ant/site/ant/production/manual-1.9.x/properties.html
    ant/site/ant/production/manual/Tasks/property.html
    ant/site/ant/production/manual/install.html
    ant/site/ant/production/manual/properties.html
    ant/site/ant/production/security.html
    ant/site/ant/sources/antlibs/proper.xml
    ant/site/ant/sources/antnews.xml
    ant/site/ant/sources/git.xml
    ant/site/ant/sources/security.xml

Modified: ant/site/ant/build.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/build.xml?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/build.xml (original)
+++ ant/site/ant/build.xml Mon Dec 17 08:54:14 2018
@@ -86,7 +86,7 @@
 
     <target name="update-manual" description="Updates the manual from git repository" xmlns:if="ant:if" xmlns:unless="ant:unless">
         <property name="ant.git-repo.location" location="../../git-repo-ant-core" description="Location of the local copy of the git-repo 'ant-core'"/>
-        <property name="ant.git-repo.url" value="https://git-wip-us.apache.org/repos/asf/ant.git"/>
+        <property name="ant.git-repo.url" value="https://gitbox.apache.org/repos/asf/ant.git"/>
 
         <available property="git-repo.present" file="${ant.git-repo.location}/manual/inputhandler.html"/>
 

Modified: ant/site/ant/production/antlibs/antunit/doap_AntUnit.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/antunit/doap_AntUnit.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/antunit/doap_AntUnit.rdf (original)
+++ ant/site/ant/production/antlibs/antunit/doap_AntUnit.rdf Mon Dec 17 08:54:14 2018
@@ -73,8 +73,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git"/>
       </GitRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/antlibs/compress/doap_CompressAntlib.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/compress/doap_CompressAntlib.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/compress/doap_CompressAntlib.rdf (original)
+++ ant/site/ant/production/antlibs/compress/doap_CompressAntlib.rdf Mon Dec 17 08:54:14 2018
@@ -79,8 +79,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git"/>
       </GitRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/antlibs/dotnet/doap_DotnetAntlib.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/dotnet/doap_DotnetAntlib.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/dotnet/doap_DotnetAntlib.rdf (original)
+++ ant/site/ant/production/antlibs/dotnet/doap_DotnetAntlib.rdf Mon Dec 17 08:54:14 2018
@@ -50,8 +50,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git"/>
       </GitRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/antlibs/proper.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/proper.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/proper.html (original)
+++ ant/site/ant/production/antlibs/proper.html Mon Dec 17 08:54:14 2018
@@ -217,7 +217,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git">https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git</a>
       </td>
       </tr>
                   <tr>
@@ -227,7 +227,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary</a>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary</a>
       </td>
       </tr>
                   <tr>
@@ -298,7 +298,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git">https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git</a>
       </td>
       </tr>
                   <tr>
@@ -308,7 +308,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary</a>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary</a>
       </td>
       </tr>
                   <tr>
@@ -381,7 +381,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git">https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git</a>
       </td>
       </tr>
                   <tr>
@@ -391,7 +391,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary</a>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary</a>
       </td>
       </tr>
                   <tr>
@@ -460,7 +460,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-props.git">https://gitbox.apache.org/repos/asf/ant-antlibs-props.git</a>
       </td>
       </tr>
                   <tr>
@@ -470,7 +470,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-props.git">https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary</a>
       </td>
       </tr>
                   <tr>
@@ -530,7 +530,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git</a>
+          <a href="https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git">https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git</a>
       </td>
       </tr>
                   <tr>
@@ -540,7 +540,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary</a>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary</a>
       </td>
       </tr>
                   <tr>

Modified: ant/site/ant/production/antlibs/props/doap_PropsAntlib.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/props/doap_PropsAntlib.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/props/doap_PropsAntlib.rdf (original)
+++ ant/site/ant/production/antlibs/props/doap_PropsAntlib.rdf Mon Dec 17 08:54:14 2018
@@ -37,8 +37,8 @@ The types provided are instances of org.
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant-antlibs-props.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git"/>
       </GitRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/antlibs/vss/doap_VSSAntlib.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antlibs/vss/doap_VSSAntlib.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antlibs/vss/doap_VSSAntlib.rdf (original)
+++ ant/site/ant/production/antlibs/vss/doap_VSSAntlib.rdf Mon Dec 17 08:54:14 2018
@@ -35,8 +35,8 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git"/>
       </GitRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/antnews.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/antnews.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/antnews.html (original)
+++ ant/site/ant/production/antnews.html Mon Dec 17 08:54:14 2018
@@ -440,9 +440,9 @@
       <a name="Migration to Git"></a>
       Migration to Git
     </h3>
-                        <h3>May 23d, 2014 - Apache Ant's family of projects migrates to git on https://git-wip-us.apache.org/repos/asf</h3>
+                        <h3>May 23d, 2014 - Apache Ant's family of projects migrates to git on https://gitbox.apache.org/repos/asf</h3>
                                 <p>The Apache Ant family of projects migrates to git hosted by the Apache Software Foundation's infrastructure on
-        https://git-wip-us.apache.org/repos/asf.</p>
+        https://gitbox.apache.org/repos/asf.</p>
                                 <p>The source code of Apache Ant, Ivy, Ivyde, the Antlibs and EasyAnt
         Are all migrated to Git.
         We are keeping our web site in Subversion, as well as the sandbox.

Modified: ant/site/ant/production/doap_Ant.rdf
URL: http://svn.apache.org/viewvc/ant/site/ant/production/doap_Ant.rdf?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/doap_Ant.rdf (original)
+++ ant/site/ant/production/doap_Ant.rdf Mon Dec 17 08:54:14 2018
@@ -224,8 +224,8 @@
     </release>
     <repository>
       <GITRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ant.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/ant.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/ant.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/ant.git"/>
       </GITRepository>
     </repository>
   </Project>

Modified: ant/site/ant/production/git.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/git.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/git.html (original)
+++ ant/site/ant/production/git.html Mon Dec 17 08:54:14 2018
@@ -224,37 +224,37 @@
          simply use the following command (if you are using a GUI client, configure it
          appropriately):</p>
                                 <pre class="code">
-git clone https://git-wip-us.apache.org/repos/asf/ant-[project] </pre>
+git clone https://gitbox.apache.org/repos/asf/ant-[project] </pre>
                                 <p>Modules available for access are:</p>
                                 <ul>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary">ant</a> - The "main" Ant module.<br />
-          https://git-wip-us.apache.org/repos/asf/ant.git
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary">ant</a> - The "main" Ant module.<br />
+          https://gitbox.apache.org/repos/asf/ant.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=summary">Ivy</a> - The "main" Ivy module.<br />
-          https://git-wip-us.apache.org/repos/asf/ant-ivy.git
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-ivy.git;a=summary">Ivy</a> - The "main" Ivy module.<br />
+          https://gitbox.apache.org/repos/asf/ant-ivy.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf/ant-ivyde.git ">IvyDE</a>
+        <li><a href="https://gitbox.apache.org/repos/asf/ant-ivyde.git ">IvyDE</a>
          - Eclipse Plugin for Ivy.<br />
-          https://git-wip-us.apache.org/repos/asf/ant-ivyde.git
+          https://gitbox.apache.org/repos/asf/ant-ivyde.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">antunit</a> Test framework for Ant.<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-common.git;a=summary">Common scripts/docs for antlibs</a> Common files used to maintain the Antlibs<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">Compress
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">antunit</a> Test framework for Ant.<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-common.git;a=summary">Common scripts/docs for antlibs</a> Common files used to maintain the Antlibs<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-common.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">Compress
           Antlib</a> Antlib containing archiving and compression related
           tasks and types based on Apache Commons Compress<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">Dotnet antlib</a> Contains Nant, Nunit, ...<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary">Props antlib</a> Properties Antlib, ...<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-svn.git;a=summary">svn antlib</a> Contains tasks to interact with Subversion repositories.<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-svn.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">VSS antlib</a> Visual Sourcesafe Antlib, ...<br />
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git</li>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">Dotnet antlib</a> Contains Nant, Nunit, ...<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary">Props antlib</a> Properties Antlib, ...<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-props.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-svn.git;a=summary">svn antlib</a> Contains tasks to interact with Subversion repositories.<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-svn.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">VSS antlib</a> Visual Sourcesafe Antlib, ...<br />
+          https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git</li>
       </ul>
-                                <p>If you are not familiar with Git, <a href="https://git-wip-us.apache.org/">Apache Software Foundation's
+                                <p>If you are not familiar with Git, <a href="https://gitbox.apache.org/">Apache Software Foundation's
       Git source repositories page</a> may hold many helpful hints.</p>
                         <h3 class="section">
       <a name="View the source tree in Fisheye"></a>

Modified: ant/site/ant/production/manual-1.9.x/Tasks/property.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual-1.9.x/Tasks/property.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual-1.9.x/Tasks/property.html (original)
+++ ant/site/ant/production/manual-1.9.x/Tasks/property.html Mon Dec 17 08:54:14 2018
@@ -319,7 +319,7 @@ deploy.url=http://${deploy.server}:${dep
   variables. So it starts a command in a new process which prints the environment variables,
   analyzes the output and creates the properties. <br>
   There are commands for the following operating systems implemented in
-  <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=24e5a0e881dba01a6f012c4a271b743946412a0d">
+  <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=24e5a0e881dba01a6f012c4a271b743946412a0d">
   Execute.java</a> (method <tt>getProcEnvCommand()</tt>):
   <table>
     <tr>

Modified: ant/site/ant/production/manual-1.9.x/install.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual-1.9.x/install.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual-1.9.x/install.html (original)
+++ ant/site/ant/production/manual-1.9.x/install.html Mon Dec 17 08:54:14 2018
@@ -121,7 +121,7 @@ be afraid to download and build a prerel
 </p>
 <p>
 See the section <a href="#buildingant">Building Ant</a> on how to build Ant from the source code. You can also access
-the <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
+the <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
 </p>
 
 <h3 id="archives">Archive Download Area Layout</h3>

Modified: ant/site/ant/production/manual-1.9.x/properties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual-1.9.x/properties.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual-1.9.x/properties.html (original)
+++ ant/site/ant/production/manual-1.9.x/properties.html Mon Dec 17 08:54:14 2018
@@ -133,7 +133,7 @@ ant.library.dir     the directory that h
       <p>This is the interface you'd implement if you wanted to invent
         your own property syntax - or allow nested property expansions
         since the default implementation doesn't balance braces
-        (see <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"><code>NestedPropertyExpander</code>
+        (see <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"><code>NestedPropertyExpander</code>
         in the "props" Antlib</a> for an example).</p>
     </li>
 

Modified: ant/site/ant/production/manual/Tasks/property.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/Tasks/property.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual/Tasks/property.html (original)
+++ ant/site/ant/production/manual/Tasks/property.html Mon Dec 17 08:54:14 2018
@@ -286,7 +286,7 @@ deploy.url=http://${deploy.server}:${dep
 variables. So it starts a command in a new process which prints the environment variables, analyzes
 the output and creates the properties.<br/>  There are commands for the following operating systems
 implemented
-in <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
+in <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
 target="_top">Execute.java</a> (method <code class="code">getProcEnvCommand()</code>):
 </p>
   <table>

Modified: ant/site/ant/production/manual/install.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/install.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual/install.html (original)
+++ ant/site/ant/production/manual/install.html Mon Dec 17 08:54:14 2018
@@ -123,7 +123,7 @@ usually stable.
 </p>
 <p>
 See the section <a href="#buildingant">Building Ant</a> on how to build Ant from the source code. You can also access
-the <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
+the <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
 </p>
 
 <h3 id="archives">Archive Download Area Layout</h3>

Modified: ant/site/ant/production/manual/properties.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/properties.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/manual/properties.html (original)
+++ ant/site/ant/production/manual/properties.html Mon Dec 17 08:54:14 2018
@@ -127,7 +127,7 @@
       <p>This is the interface you'd implement if you wanted to invent your own property
         syntax&mdash;or allow nested property expansions since the default implementation doesn't
         balance braces
-        (see <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
+        (see <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
         target="_top"><code class="code">NestedPropertyExpander</code> in the <samp>props</samp> Antlib</a> for
         an example).</p>
     </li>

Modified: ant/site/ant/production/security.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/security.html?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/production/security.html (original)
+++ ant/site/ant/production/security.html Mon Dec 17 08:54:14 2018
@@ -275,8 +275,8 @@
           maintained. For details about migrating away from Log4j 1.x please 
           consult with the Apache Log4j team.</p>
                                 <p>This was fixed in revisions
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=commit;h=2b53103932031a1d2321f5dc890ede55a9833f95">2b53103932031a1d2321f5dc890ede55a9833f95</a> and
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=commit;h=146df361556b499f2fa7d34f58a86508b9492652">146df361556b499f2fa7d34f58a86508b9492652</a>.</p>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=commit;h=2b53103932031a1d2321f5dc890ede55a9833f95">2b53103932031a1d2321f5dc890ede55a9833f95</a> and
+          <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=commit;h=146df361556b499f2fa7d34f58a86508b9492652">146df361556b499f2fa7d34f58a86508b9492652</a>.</p>
                                 <p>This was first reported to the Security Team on 8 January 2018 and 
           made public on 07 February 2018.</p>
                                 <p>Affects: until 1.9.9 / 1.10.1</p>

Modified: ant/site/ant/sources/antlibs/proper.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/antlibs/proper.xml?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/sources/antlibs/proper.xml (original)
+++ ant/site/ant/sources/antlibs/proper.xml Mon Dec 17 08:54:14 2018
@@ -41,11 +41,11 @@
           </tr>
           <tr>
             <th>GIT URL:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git">https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git</a></td>
           </tr>
           <tr>
             <th>ViewGIT:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary</a></td>
           </tr>
           <tr>
             <th>Ant compatibility:</th>
@@ -79,11 +79,11 @@
           </tr>
           <tr>
             <th>GIT URL:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git">https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git</a></td>
           </tr>
           <tr>
             <th>ViewGIT:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary</a></td>
           </tr>
           <tr>
             <th>Ant compatibility:</th>
@@ -122,11 +122,11 @@
           </tr>
           <tr>
             <th>GIT URL:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git">https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git</a></td>
           </tr>
           <tr>
             <th>ViewGIT:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary</a></td>
           </tr>
           <tr>
             <th>Ant compatibility:</th>
@@ -160,11 +160,11 @@
           </tr>
           <tr>
             <th>GIT URL:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-props.git">https://gitbox.apache.org/repos/asf/ant-antlibs-props.git</a></td>
           </tr>
           <tr>
             <th>ViewGIT:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-props.git">https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary</a></td>
           </tr>
           <tr>
             <th>Ant compatibility:</th>
@@ -195,11 +195,11 @@
         <table>
           <tr>
             <th>GIT URL:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git">https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git">https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git</a></td>
           </tr>
           <tr>
             <th>ViewGIT:</th>
-            <td><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary</a></td>
+            <td><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary</a></td>
           </tr>
           <tr>
             <th>Ant compatibility:</th>

Modified: ant/site/ant/sources/antnews.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/antnews.xml?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/sources/antnews.xml (original)
+++ ant/site/ant/sources/antnews.xml Mon Dec 17 08:54:14 2018
@@ -266,9 +266,9 @@
 
   </section>
     <section name="Migration to Git">
-      <h3>May 23d, 2014 - Apache Ant's family of projects migrates to git on https://git-wip-us.apache.org/repos/asf</h3>
+      <h3>May 23d, 2014 - Apache Ant's family of projects migrates to git on https://gitbox.apache.org/repos/asf</h3>
       <p>The Apache Ant family of projects migrates to git hosted by the Apache Software Foundation's infrastructure on
-        https://git-wip-us.apache.org/repos/asf.</p><p>The source code of Apache Ant, Ivy, Ivyde, the Antlibs and EasyAnt
+        https://gitbox.apache.org/repos/asf.</p><p>The source code of Apache Ant, Ivy, Ivyde, the Antlibs and EasyAnt
         Are all migrated to Git.
         We are keeping our web site in Subversion, as well as the sandbox.
       </p>

Modified: ant/site/ant/sources/git.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/git.xml?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/sources/git.xml (original)
+++ ant/site/ant/sources/git.xml Mon Dec 17 08:54:14 2018
@@ -31,41 +31,41 @@
          appropriately):</p>
 
       <source>
-git clone https://git-wip-us.apache.org/repos/asf/ant-[project] </source>
+git clone https://gitbox.apache.org/repos/asf/ant-[project] </source>
 
       <p>Modules available for access are:</p>
 
       <ul>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary">ant</a> - The &quot;main&quot; Ant module.<br/>
-          https://git-wip-us.apache.org/repos/asf/ant.git
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary">ant</a> - The &quot;main&quot; Ant module.<br/>
+          https://gitbox.apache.org/repos/asf/ant.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=summary">Ivy</a> - The &quot;main&quot; Ivy module.<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-ivy.git
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-ivy.git;a=summary">Ivy</a> - The &quot;main&quot; Ivy module.<br/>
+          https://gitbox.apache.org/repos/asf/ant-ivy.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf/ant-ivyde.git ">IvyDE</a>
+        <li><a href="https://gitbox.apache.org/repos/asf/ant-ivyde.git ">IvyDE</a>
          - Eclipse Plugin for Ivy.<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-ivyde.git
+          https://gitbox.apache.org/repos/asf/ant-ivyde.git
         </li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">antunit</a> Test framework for Ant.<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-common.git;a=summary">Common scripts/docs for antlibs</a> Common files used to maintain the Antlibs<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">Compress
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=summary">antunit</a> Test framework for Ant.<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-common.git;a=summary">Common scripts/docs for antlibs</a> Common files used to maintain the Antlibs<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-common.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-compress.git;a=summary">Compress
           Antlib</a> Antlib containing archiving and compression related
           tasks and types based on Apache Commons Compress<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">Dotnet antlib</a> Contains Nant, Nunit, ...<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary">Props antlib</a> Properties Antlib, ...<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-props.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-svn.git;a=summary">svn antlib</a> Contains tasks to interact with Subversion repositories.<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-svn.git</li>
-        <li><a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">VSS antlib</a> Visual Sourcesafe Antlib, ...<br/>
-          https://git-wip-us.apache.org/repos/asf/ant-antlibs-vss.git</li>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-dotnet.git;a=summary">Dotnet antlib</a> Contains Nant, Nunit, ...<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=summary">Props antlib</a> Properties Antlib, ...<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-props.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-svn.git;a=summary">svn antlib</a> Contains tasks to interact with Subversion repositories.<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-svn.git</li>
+        <li><a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-vss.git;a=summary">VSS antlib</a> Visual Sourcesafe Antlib, ...<br/>
+          https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git</li>
       </ul>
 
       <p>If you are not familiar with Git, <a
-      href="https://git-wip-us.apache.org/">Apache Software Foundation's
+      href="https://gitbox.apache.org/">Apache Software Foundation's
       Git source repositories page</a> may hold many helpful hints.</p>
 
 

Modified: ant/site/ant/sources/security.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/security.xml?rev=1849066&r1=1849065&r2=1849066&view=diff
==============================================================================
--- ant/site/ant/sources/security.xml (original)
+++ ant/site/ant/sources/security.xml Mon Dec 17 08:54:14 2018
@@ -93,8 +93,8 @@
           consult with the Apache Log4j team.</p>
 
           <p>This was fixed in revisions
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=commit;h=2b53103932031a1d2321f5dc890ede55a9833f95">2b53103932031a1d2321f5dc890ede55a9833f95</a> and
-          <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=commit;h=146df361556b499f2fa7d34f58a86508b9492652">146df361556b499f2fa7d34f58a86508b9492652</a>.</p>
+          <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=commit;h=2b53103932031a1d2321f5dc890ede55a9833f95">2b53103932031a1d2321f5dc890ede55a9833f95</a> and
+          <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=commit;h=146df361556b499f2fa7d34f58a86508b9492652">146df361556b499f2fa7d34f58a86508b9492652</a>.</p>
 
           <p>This was first reported to the Security Team on 8 January 2018 and 
           made public on 07 February 2018.</p>