From 82cc947b9811486570e9a00853bf3b2f9b4d4f10 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Sun, 25 Nov 2001 07:54:28 +0000 Subject: [PATCH] Added name, arch, version as attributes to Os. This would let one to, say, run different things on sparc or x86 solaris... git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270001 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/condition.html | 25 ++- docs/manual/credits.html | 1 + .../tools/ant/taskdefs/condition/Os.java | 145 +++++++++++++++--- 3 files changed, 149 insertions(+), 22 deletions(-) diff --git a/docs/manual/CoreTasks/condition.html b/docs/manual/CoreTasks/condition.html index 5cf0017c4..42c5fcc46 100644 --- a/docs/manual/CoreTasks/condition.html +++ b/docs/manual/CoreTasks/condition.html @@ -91,6 +91,21 @@ are redundant and will be ignored.

The name of the operating system family to expect. No + + name + The name of the operating system to expect. + No + + + arch + The architecture of the operating system to expect. + No + + + version + The version of the operating system to expect. + No +

Supported values for the family attribute are: