Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Git Fetch Factory

On Fri, May 20, 2011 at 9:01 AM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
I figured out what the problem was. CDT is compiled with Java 1.5 but git fetch factory requires 1.6. Chris, is it possible to downgrade that requirement and rebuild the plugin? I believe there are a few projects at eclipse on Java 1.5.

 
You should open a bug with your request, as it's a source controlled  change to the Bundle-RequiredExecutionEnvironment (not just a build environment change).

That being said, running your basebuilder on a java 1.6 JRE won't effect the fact that CDT bundles are compiled to java 1.5.  Our build compiles bundles to 1.4, 1.5, and 1.6 all running from a 1.6 JRE.  1.5 is already EOLed ...

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top