Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 23331 invoked from network); 20 Apr 2005 18:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2005 18:18:23 -0000 Received: (qmail 81304 invoked by uid 500); 20 Apr 2005 18:18:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 81273 invoked by uid 500); 20 Apr 2005 18:18:08 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 81249 invoked by uid 500); 20 Apr 2005 18:18:08 -0000 Received: (qmail 81240 invoked by uid 99); 20 Apr 2005 18:18:08 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 20 Apr 2005 11:18:08 -0700 Received: (qmail 23236 invoked by uid 1365); 20 Apr 2005 18:18:00 -0000 Date: 20 Apr 2005 18:18:00 -0000 Message-ID: <20050420181800.23235.qmail@minotaur.apache.org> From: stevel@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/condition Os.java X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N stevel 2005/04/20 11:18:00 Modified: docs/manual/CoreTasks conditions.html src/etc/testcases/taskdefs/exec exec.xml src/main/org/apache/tools/ant/taskdefs/condition Os.java Log: nt->winnt Revision Changes Path 1.36 +1 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/conditions.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- conditions.html 19 Apr 2005 22:23:39 -0000 1.35 +++ conditions.html 20 Apr 2005 18:18:00 -0000 1.36 @@ -114,7 +114,7 @@
  • os/2 (for OS/2)
  • tandem (for HP's NonStop Kernel - formerly Tandem)
  • win9x for Microsoft Windows 95 and 98, ME and CE
  • -
  • nt for Microsoft Windows NT-based systems, including Windows 2000, XP and +
  • winnt for Microsoft Windows NT-based systems, including Windows 2000, XP and successors
  • z/os for z/OS and OS/390
  • os/400 for OS/400
  • 1.7 +1 -1 ant/src/etc/testcases/taskdefs/exec/exec.xml Index: exec.xml =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/exec/exec.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- exec.xml 19 Apr 2005 22:26:37 -0000 1.6 +++ exec.xml 20 Apr 2005 18:18:00 -0000 1.7 @@ -344,7 +344,7 @@ + osFamily="winnt"> 1.38 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java Index: Os.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Os.java,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- Os.java 19 Apr 2005 22:23:39 -0000 1.37 +++ Os.java 20 Apr 2005 18:18:00 -0000 1.38 @@ -63,7 +63,7 @@ /** * OS family that can be tested for. {@value} */ - public static final String FAMILY_NT = "nt"; + public static final String FAMILY_NT = "winnt"; /** * OS family that can be tested for. {@value} */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org