Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 42708 invoked by uid 500); 5 Feb 2003 11:20:22 -0000 Received: (qmail 42705 invoked from network); 5 Feb 2003 11:20:22 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 5 Feb 2003 11:20:22 -0000 Received: (qmail 50357 invoked by uid 1146); 5 Feb 2003 11:20:21 -0000 Date: 5 Feb 2003 11:20:21 -0000 Message-ID: <20030205112021.50355.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional/sitraka ClassFileTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/02/05 03:20:21 Modified: docs/manual/CoreTasks property.html zip.html docs/manual/CoreTypes fileset.html src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Add.java P4Change.java P4Counter.java P4Delete.java P4Edit.java P4Have.java P4Reopen.java P4Revert.java P4Sync.java src/testcases/org/apache/tools/ant/taskdefs/optional/sitraka ClassFileTest.java Log: 2003 Revision Changes Path 1.14 +1 -1 jakarta-ant/docs/manual/CoreTasks/property.html Index: property.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/property.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- property.html 5 Feb 2003 09:33:20 -0000 1.13 +++ property.html 5 Feb 2003 11:20:17 -0000 1.14 @@ -146,7 +146,7 @@


-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.

1.16 +9 -4 jakarta-ant/docs/manual/CoreTasks/zip.html Index: zip.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/zip.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- zip.html 9 Dec 2002 12:40:38 -0000 1.15 +++ zip.html 5 Feb 2003 11:20:17 -0000 1.16 @@ -36,11 +36,16 @@

The Zip task also supports the merging of multiple zip files into the zip file. This is possible through either the src attribute of any nested filesets or by using the special nested fileset zipgroupfileset.

-

The update parameter controls what happens if the -ZIP file already exists. When set to yes, the ZIP file is + +

The update parameter controls what happens if the ZIP +file already exists. When set to yes, the ZIP file is updated with the files specified. (New files are added; old files are replaced with the new versions.) When set to no (the -default) the ZIP file is overwritten.

+default) the ZIP file is overwritten. Please note that ZIP files +store file modification times with a granularity of two seconds. If a +file is less than two seconds newer than the entry in the archive, Ant +will not consider it newer.

+

The whenempty parameter controls what happens when no files match. If skip (the default), the ZIP is not created and a warning is issued. If fail, the ZIP is not created and the build is halted with an error. @@ -275,7 +280,7 @@

zips all files in the htdocs/manual directory into the docs/user-guide directory in the archive and includes all the files in any file that maches examples*.zip, such as all files within examples1.zip or examples_for_brian.zip.


-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.

1.18 +1 -1 jakarta-ant/docs/manual/CoreTypes/fileset.html Index: fileset.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/fileset.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fileset.html 4 Feb 2003 17:29:11 -0000 1.17 +++ fileset.html 5 Feb 2003 11:20:17 -0000 1.18 @@ -136,7 +136,7 @@ selector container.


-

Copyright © 2000-2002 Apache Software Foundation. +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.

1.12 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Add.java Index: P4Add.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Add.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- P4Add.java 4 Feb 2003 15:45:21 -0000 1.11 +++ P4Add.java 5 Feb 2003 11:20:17 -0000 1.12 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Change.java Index: P4Change.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Change.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- P4Change.java 4 Feb 2003 15:45:21 -0000 1.14 +++ P4Change.java 5 Feb 2003 11:20:17 -0000 1.15 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Counter.java Index: P4Counter.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Counter.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- P4Counter.java 4 Feb 2003 15:45:21 -0000 1.9 +++ P4Counter.java 5 Feb 2003 11:20:20 -0000 1.10 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.8 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Delete.java Index: P4Delete.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Delete.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- P4Delete.java 4 Feb 2003 15:45:21 -0000 1.7 +++ P4Delete.java 5 Feb 2003 11:20:20 -0000 1.8 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Edit.java Index: P4Edit.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Edit.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- P4Edit.java 4 Feb 2003 15:45:21 -0000 1.11 +++ P4Edit.java 5 Feb 2003 11:20:20 -0000 1.12 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Have.java Index: P4Have.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Have.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- P4Have.java 4 Feb 2003 15:45:21 -0000 1.9 +++ P4Have.java 5 Feb 2003 11:20:20 -0000 1.10 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Reopen.java Index: P4Reopen.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Reopen.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- P4Reopen.java 4 Feb 2003 15:45:21 -0000 1.9 +++ P4Reopen.java 5 Feb 2003 11:20:20 -0000 1.10 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Revert.java Index: P4Revert.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Revert.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- P4Revert.java 4 Feb 2003 15:45:21 -0000 1.9 +++ P4Revert.java 5 Feb 2003 11:20:20 -0000 1.10 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Sync.java Index: P4Sync.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Sync.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- P4Sync.java 4 Feb 2003 15:45:21 -0000 1.10 +++ P4Sync.java 5 Feb 2003 11:20:20 -0000 1.11 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.6 +1 -1 jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional/sitraka/ClassFileTest.java Index: ClassFileTest.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional/sitraka/ClassFileTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ClassFileTest.java 4 Feb 2003 13:53:52 -0000 1.5 +++ ClassFileTest.java 5 Feb 2003 11:20:21 -0000 1.6 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without