This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: nightly comparisons of GUI branch
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Could you try it out and see if you like it?
This looks good to me. I have a couple minor changes, but just make
them and check it in...
Mark> + GUI="None GUI Classes"
Should be "No GUI Classes".
Mark> + echo "<p>Only lists gui files (AWT Swing and gtk-peer)</p>" >> $outfile
Should read "(AWT, Swing, and gtk-peer)".
Mark> + echo "<p>Only lists non-gui files (NO AWT Swing and gtk-peer)</p>" >> $outfile
I think this should read "(NO AWT, Swing, or gtk-peer)".
Tom