[RFC][icedtea-web] Small fix: Add newline to -verbose output of JNLP file
Danesh Dadachanji
ddadacha at redhat.com
Wed Aug 8 09:06:29 PDT 2012
Hello,
If you pass -verbose to javaws, the JNLP file is printed to stdout. I've found that the last line has always missed the final newline
and it finally bugged me enough to make a patch. =)
What I've noticed:
...
line: 15 </application-desc>
line: 16 </jnlp>
line: 17 Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web
...
What this patch does:
...
line: 15 </application-desc>
line: 16 </jnlp>
line: 17
Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web
...
I have added 2 newlines to be consistent with the space above the start of the JNLP's output. Okay for HEAD?
Cheers,
Danesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-newline-verbose-1.patch
Type: text/x-patch
Size: 904 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120808/42424077/fix-newline-verbose-1.patch
More information about the distro-pkg-dev
mailing list