From 1b98ed72cd0b376728bb4570b239ec5216e23d22 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 18 Aug 2006 14:06:55 +0000 Subject: [PATCH] correct typo and translate a German article to the English equivalent. ;) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432588 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/defaultexcludes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/defaultexcludes.html b/docs/manual/CoreTasks/defaultexcludes.html index 3e46860bb..784ae25bb 100644 --- a/docs/manual/CoreTasks/defaultexcludes.html +++ b/docs/manual/CoreTasks/defaultexcludes.html @@ -70,10 +70,10 @@ backup files and then restore normal behavior

Notes

-By default the pattern **/.svn ane **/.svn/** are set as default +By default the pattern **/.svn and **/.svn/** are set as default excludes. With version 1.3 Subversion supports the "_svn hack". -That means, that die svn-libraries evaluate environment variables and use .svn +That means, that the svn-libraries evaluate environment variables and use .svn or _svn directory regarding to that value. We had chosen not to evaluate environment variables to get a more reliable build. Instead you have to change the settings by yourself by changing the exclude patterns: