From a9fbbe09f81d12ca26d5ba8a481f0417ad400af0 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 19 Apr 2005 22:30:38 +0000 Subject: [PATCH] add os and exec changes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278156 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 558be9d52..20c7fd6c6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -175,6 +175,12 @@ Other changes: negate attribute to select lines -not- containing specified text. Bugzilla Report 34374. +* condition adds "nt" as a family which can be tested. This is + all windows platforms other than the Win9x line, and windows CE. + +* (and hence, ) have an OsFamily attribute, which can restrict + execution to a single OS family. + Changes from Ant 1.6.2 to current Ant 1.6 CVS version =====================================================