Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cft-dev] Minimum Eclipse target for building CFT

We've added Eclipse Neon (4.6) as a target that CFT can be built with.

To build CFT with Neon, a maven profile has been added that can be
invoked with this command:

mvn clean package -Pe46

We also have a profile for Eclipse 4.3, which is what the nightly
build uses, and we will be adding a profile for Eclipse 4.5 as well:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=488786

What should be the minimum target that we support? Currently it is 4.3


Back to the top