Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Building product for multiple versions of Eclipse

Use of -Dtycho.targetPlatform is very strongly discouraged, but
otherwise yes, pom profiles is the way to build products against
different versions of eclipse. Depending on how projects target platform
is setup, profiles can be as simply as <properties> element with p2
repository(ies) urls, they can include actual <repositories> element or
target-platform-configuration.

--
Regards,
Igor

On 2013-01-04 12:29 PM, Alex Kravets wrote:
Hello,

I found this post
http://www.mail-archive.com/user@xxxxxxxxxxxxxxxxxxxxxx/msg03627.html.
it's a bit old and I was wondering if the same holds true currently -
I need separate jobs (Jenkins) for different versions, using profiles
as a mean of using different target platforms?

Thanks,
Alex
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top