stevel 2005/03/01 06:52:56 Modified: src/main/org/apache/tools/ant/taskdefs Manifest.java Log: update to java1.5 docs, to show we are still 100% correct. Revision Changes Path 1.55 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java Index: Manifest.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- Manifest.java 11 Nov 2004 17:48:36 -0000 1.54 +++ Manifest.java 1 Mar 2005 14:52:56 -0000 1.55 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * Copyright 2001-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ * Holds the data of a jar manifest. * * Manifests are processed according to the - * [EMAIL PROTECTED] <a href="http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html">Jar + * [EMAIL PROTECTED] <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html">Jar * file specification.</a>}. * Specifically, a manifest element consists of * a set of attributes and sections. These sections in turn may contain
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]