conor 02/03/19 16:06:18
Modified: src/main/org/apache/tools/ant/taskdefs Manifest.java
Log:
Increase max length to 72
Revision Changes Path
1.24 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java
Index: Manifest.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -u -r1.23 -r1.24
--- Manifest.java 18 Mar 2002 20:52:40 -0000 1.23
+++ Manifest.java 20 Mar 2002 00:06:18 -0000 1.24
@@ -101,7 +101,7 @@
public final static String DEFAULT_MANIFEST_VERSION = "1.0";
/** The max length of a line in a Manifest */
- public final static int MAX_LINE_LENGTH = 70;
+ public final static int MAX_LINE_LENGTH = 72;
/**
* Helper class for Manifest's mode attribute.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>