summaryrefslogtreecommitdiff
path: root/manual/properties.html
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2014-05-31 11:57:32 +0200
committerStefan Bodewig <bodewig@apache.org>2014-05-31 11:57:32 +0200
commit3691c213c5bbfaee5289ab833167a7f4ed946eb6 (patch)
tree3daa12133eafacb1fc05112a22413e8e04e43d40 /manual/properties.html
parent24e5a0e881dba01a6f012c4a271b743946412a0d (diff)
downloadant-3691c213c5bbfaee5289ab833167a7f4ed946eb6.tar.gz
svn => git
Diffstat (limited to 'manual/properties.html')
-rw-r--r--manual/properties.html2
1 files changed, 1 insertions, 1 deletions
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
<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="http://svn.apache.org/viewvc/ant/antlibs/props/trunk/src/main/org/apache/ant/props/NestedPropertyExpander.java?view=log"><code>NestedPropertyExpander</code>
+ (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>
in the "props" Antlib</a> for an example).</p>
</li>