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.