From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 482 invoked by alias); 8 Jan 2017 17:50:51 -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 464 invoked by uid 89); 8 Jan 2017 17:50:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Download, Hx-languages-length:1048, 2017-01-08, HTo:U*java-patches 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 ESMTP; Sun, 08 Jan 2017 17:50:40 +0000 Received: from [172.31.0.108] (sub-34ip117.rev.onenet.cw [190.88.34.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 8909F3F531; Sun, 8 Jan 2017 12:50:37 -0500 (EST) Date: Sun, 08 Jan 2017 17:50:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [contrib,Java] Remove contrib/download_ecj Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-q1/txt/msg00002.txt.bz2 Committed. Gerald 2017-01-08 Gerald Pfeifer * download_ecj: Remove. Index: download_ecj =================================================================== --- download_ecj (revision 244208) +++ download_ecj (nonexistent) @@ -1,25 +0,0 @@ -#! /bin/sh - -# -# Download the ecj jar file needed by gcj. -# Run this from the top level of the gcc source tree and the libjava -# build will do the right thing. -# -# (C) 2006 Free Software Foundation -# -# This script is Free Software, and it can be copied, distributed and -# modified as defined in the GNU General Public License. A copy of -# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html -# - -ftp -n sourceware.org << EOF -verbose -hash -user ftp '' -cd /pub/java -binary -get ecj-latest.jar -EOF - -mv ecj-latest.jar ecj.jar - Property changes on: download_ecj ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property