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 2015/03/02 06:29:46 UTC

[2/3] ant git commit: Fix an extra space in the

Fix an extra space in the <pre>


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/30722933
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/30722933
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/30722933

Branch: refs/heads/master
Commit: 3072293399420e4190764194f8fb17cc2b87fd66
Parents: 66adc2e
Author: Razzi Abuissa <ra...@gmail.com>
Authored: Sun Mar 1 22:54:52 2015 -0500
Committer: Razzi Abuissa <ra...@gmail.com>
Committed: Sun Mar 1 22:54:52 2015 -0500

----------------------------------------------------------------------
 manual/using.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/30722933/manual/using.html
----------------------------------------------------------------------
diff --git a/manual/using.html b/manual/using.html
index 3b6e85d..4adb38b 100644
--- a/manual/using.html
+++ b/manual/using.html
@@ -172,7 +172,7 @@ task instances at all, only proxies.
   &lt;!-- set global properties for this build --&gt;
   &lt;property name=&quot;src&quot; location=&quot;src&quot;/&gt;
   &lt;property name=&quot;build&quot; location=&quot;build&quot;/&gt;
-  &lt;property name=&quot;dist&quot;  location=&quot;dist&quot;/&gt;
+  &lt;property name=&quot;dist&quot; location=&quot;dist&quot;/&gt;
 
   &lt;target name=&quot;init&quot;&gt;
     &lt;!-- Create the time stamp --&gt;