From owner-freebsd-java@FreeBSD.ORG Tue Jun 6 14:54:38 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABCC16C902; Tue, 6 Jun 2006 14:54:34 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A4B43D5C; Tue, 6 Jun 2006 14:54:26 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k56EsMGP072002; Tue, 6 Jun 2006 17:54:22 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.185] (pc185.ebs.gr [10.1.1.185]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k56EsKDb076882; Tue, 6 Jun 2006 17:54:22 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.394 [268.8.2/356]); Tue, 06 Jun 2006 17:54:18 +0300 Message-ID: <44859719.1080904@ebs.gr> Date: Tue, 06 Jun 2006 17:54:17 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@freebsd.org, freebsd-eclipse@freebsd.org Subject: Re: Problem with org.eclipse.platform.source_3.1.2/feature.xml on eclipse 3.1.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:54:52 -0000 Achilleus Mantzios wrote: > I had to manually edit > --- > /usr/local/eclipse/features/org.eclipse.platform.source_3.1.2/feature.xml.orig > Tue Jun 6 16:27:12 2006 > +++ > /usr/local/eclipse/features/org.eclipse.platform.source_3.1.2/feature.xml > Tue Jun 6 16:27:30 2006 > @@ -26,6 +26,6 @@ > download-size="0" install-size="0" > id="org.eclipse.platform.source.win32.win32.x86" version="3.1.2"/> > download-size="0" install-size="0" > id="org.eclipse.platform.source.linux.motif.x86" version="3.1.2"/> > download-size="0" install-size="0" > id="org.eclipse.platform.source.freebsd.gtk.amd64" version="3.1.1"/> > - download-size="0" install-size="0" > id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.1.1"/> > + download-size="0" install-size="0" > id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.1.2"/> > download-size="0" install-size="0" > id="org.eclipse.platform.source.freebsd.motif.x86" version="3.1.1"/> > > > in order to set it right. (Configuration now no longer complaints > about missing file). > > I am on a fresh FreeBSD 6.1-STABLE #5 > with eclipse-3.1.2 Cool. I would suggest that you modified accordingly the other two freebsd references in this file and send-pr the patch. Cheers, Panagiotis