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 @@
<li>os/2 (for OS/2)</li>
<li>tandem (for HP's NonStop Kernel - formerly Tandem)</li>
<li>win9x for Microsoft Windows 95 and 98, ME and CE</li>
- <li>nt for Microsoft Windows NT-based systems, including Windows 2000, XP
and
+ <li>winnt for Microsoft Windows NT-based systems, including Windows 2000,
XP and
successors</li>
<li>z/os for z/OS and OS/390</li>
<li>os/400 for OS/400</li>
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 @@
</exec>
<exec executable="time"
failonerror="true"
- osFamily="nt">
+ osFamily="winnt">
<arg value="/t" />
</exec>
</target>
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. [EMAIL PROTECTED]
*/
- public static final String FAMILY_NT = "nt";
+ public static final String FAMILY_NT = "winnt";
/**
* OS family that can be tested for. [EMAIL PROTECTED]
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]