diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index 7d0c48532..7dc90a754 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -296,7 +296,7 @@ deploy.url=http://${deploy.server}:${deploy.port}/
variables. So it starts a command in a new process which prints the environment variables,
analyzes the output and creates the properties.
There are commands for the following operating systems implemented in
-
+
Execute.java (method getProcEnvCommand()):
diff --git a/manual/install.html b/manual/install.html
index cf027ebbe..818b168da 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -116,8 +116,8 @@ Ant release from
http://ant.apache.org/srcdownload.cgi.
If you prefer the leading-edge code, you can access
-the code as it is being developed via SVN. The Ant website has details on
-accessing SVN.
+the code as it is being developed via git. The Ant website has details on
+accessing git.
All bug fixes will go in against the HEAD of the source tree, and the first
response to many bugreps will be "have you tried the latest version".
Don't be afraid to download and build a prererelease edition, as everything
@@ -129,7 +129,7 @@ other than new features are usually stable.
See the section Building Ant on how to
build Ant from the source code.
You can also access the
-
+
Ant SVN repository on-line.
Archive Download Area Layout
@@ -721,7 +721,7 @@ at the source for your platform's invocation script for details.
To build Ant from source, you can either install the Ant source distribution
-or checkout the ant module from SVN. See Source Edition for details.
+or clone the ant repository from git. See Source Edition for details.
Once you have installed the source, change into the installation
directory.
diff --git a/manual/properties.html b/manual/properties.html
index c0ac0c496..782adce60 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -125,7 +125,7 @@ ant.library.dir the directory that has been used to load Ant's
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 NestedPropertyExpander
+ (see NestedPropertyExpander
in the "props" Antlib for an example).
diff --git a/patch.xml b/patch.xml
index 7b7f8be6f..910b12324 100644
--- a/patch.xml
+++ b/patch.xml
@@ -26,36 +26,23 @@
-
+
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index dc8c9c7b6..16f841b0f 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -51,9 +51,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
- scm:svn:http://svn.apache.org/repos/asf/ant/core/trunk
- scm:svn:https://svn.apache.org/repos/asf/ant/core/trunk
- http://svn.apache.org/repos/asf/ant/core/trunk
+ scm:git:https://svn.apache.org/repos/asf/ant.git
+ scm:git:https://svn.apache.org/repos/asf/ant.git
+ https://svn.apache.org/repos/asf/ant.git
hudson