From owner-freebsd-eclipse@FreeBSD.ORG Thu Oct 3 18:56:27 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 613ABF41 for ; Thu, 3 Oct 2013 18:56:27 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C71FB2897 for ; Thu, 3 Oct 2013 18:56:26 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r93IinQw017664 for ; Thu, 3 Oct 2013 12:44:49 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <524DBB21.7060804@dreamchaser.org> Date: Thu, 03 Oct 2013 12:44:49 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org Subject: which git for kepler? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Thu, 03 Oct 2013 12:44:49 -0600 (MDT) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd@dreamchaser.org 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, 03 Oct 2013 18:56:27 -0000 I'm looking at updating eclipse-cdt, but need some of the core classes which are not present in the jar files installed in the current version of eclipse. I would like to grab the source for the eclipse kepler release, but it's unclear to me exactly where that is. For cdt it was pretty easy to find the appropriate repository (project cdt, repository org.eclipse.cdt.git) In that repository, there are various bundles tagged CDT_8_2_0, etc. For the eclipse kepler project itself, I'm assuming this is the "e4" project. Correct? But under that, I see various repositories, none of which seem to have an appropriate tag for the most recent kepler release. hints / clues? Gary