+        if (ch == '-' || ch == '_') {
+            throw new ManifestException("Manifest attribute names must not contain '" + 
ch + "'");

"must not start with character" maybe rather than contains, since '-'
and '_' are allowed for the other caracters. Thanks, --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to