From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 2 08:05:08 2010 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C184610656C9 for ; Thu, 2 Sep 2010 08:05:08 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id AAA9E8FC08 for ; Thu, 2 Sep 2010 08:05:07 +0000 (UTC) Received: (qmail 23859 invoked from network); 2 Sep 2010 07:38:24 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 2 Sep 2010 07:38:24 -0000 Message-ID: <4C7F546F.2070904@FreeBSD.org> Date: Thu, 02 Sep 2010 09:38:23 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: lioux@FreeBSD.org Subject: [PATCH] eclipse plugins and guidelines X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 08:05:08 -0000 In there aren't strong objections in the next days I'm going to commit the following patchset: http://www.alexdupre.com/eclipse.diff What it does: - add a common makefile (eclipse/Makefile.plugins) to simplify installing eclipse plugins - use the correct/recommended equinox dropins directory (share/eclipse/dropins) to install plugins, each in its own separate directory - simplify dependency tracking - update (sync with eclipse 3.5) emf/xsd/gef/datatools/webtools eclipse plugins - adjust dependencies (last time) on all ports depending on the ones above - switch eclipse-jad and subversive to use the new layout -- Alex Dupre