From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1095 invoked by alias); 8 Jul 2014 22:27:26 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 1069 invoked by uid 89); 8 Jul 2014 22:27:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 08 Jul 2014 22:27:24 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 482DA3F40F; Tue, 8 Jul 2014 18:27:21 -0400 (EDT) Date: Tue, 08 Jul 2014 22:27:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] bin/gen-classpath-compare: http -> https Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2014-q3/txt/msg00004.txt.bz2 Java guys, -- do you still need this script or can it be removed? For now I went ahead and applied the patch below which converts the reference to the style sheet from http to https. Gerald Index: bin/gen-classpath-compare =================================================================== RCS file: /cvs/gcc/wwwdocs/bin/gen-classpath-compare,v retrieving revision 1.17 diff -u -r1.17 gen-classpath-compare --- bin/gen-classpath-compare 23 Sep 2004 22:46:06 -0000 1.17 +++ bin/gen-classpath-compare 8 Jul 2014 22:18:39 -0000 @@ -45,7 +45,7 @@ rm -f $OUTPUT/compare/*.diff echo " libgcj -vs- Classpath ($GUI)" > $outfile -echo '' >> $outfile +echo '' >> $outfile echo "

libgcj -vs- Classpath ($GUI)

" >> $outfile cat >> $outfile << 'END'