From c0287b1df84553d37a79726b800acceb865cc6c2 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 3 Sep 2002 15:24:08 +0000
Subject: [PATCH] Replace > with > where appropriate.
PR: 12193 and 12195
Submitted by: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273287 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/condition.html | 8 +--
docs/manual/CoreTasks/replace.html | 6 +-
docs/manual/CoreTypes/filterchain.html | 2 +-
docs/manual/Integration/jext-plugin.html | 8 +--
docs/manual/OptionalTasks/ejb.html | 76 ++++++++++-----------
docs/manual/OptionalTasks/jdepend.html | 28 ++++----
docs/manual/OptionalTasks/jjtree.html | 4 +-
docs/manual/OptionalTasks/serverdeploy.html | 2 +-
docs/manual/OptionalTasks/sound.html | 2 +-
docs/manual/OptionalTasks/splash.html | 2 +-
docs/manual/OptionalTasks/wljspc.html | 12 ++--
docs/manual/listeners.html | 46 ++++++-------
docs/manual/running.html | 2 +-
13 files changed, 99 insertions(+), 99 deletions(-)
diff --git a/docs/manual/CoreTasks/condition.html b/docs/manual/CoreTasks/condition.html
index 0b116ce40..74cb50a86 100644
--- a/docs/manual/CoreTasks/condition.html
+++ b/docs/manual/CoreTasks/condition.html
@@ -57,9 +57,9 @@ classpath.
<condition property="isMacOsButNotMacOsX">
<and>
- <os family="mac" />
+ <os family="mac" />
<not>
- <os family="unix" />
+ <os family="unix" />
</not>
</and>
</condition>
@@ -70,14 +70,14 @@ in the Unix family as well.
<condition property="isSunOSonSparc">
- <os name="SunOS" arch="sparc" />
+ <os name="SunOS" arch="sparc" />
</condition>
sets the property isSunOSonSparc
if the current
operating system is SunOS and if it is running on a sparc architecture.
-Copyright © 2001 Apache Software
+
Copyright © 2001-2002 Apache Software
Foundation. All rights Reserved.