Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] The itp04 example and e4

Hi Paul,


IIRC the itp04 is not an e4 application. I am not an e4 expert but from the Tycho/Build perspective it should not make a real difference if you are building an e3 or e4 application because Tycho ist "just" building OSGi bundles. You might want to take a look at the Tuturial under

http://www.vogella.com/tutorials/EclipseTycho/article.html which is - from what I can see - an e4 Application.


hth

martin




Von: tycho-user-bounces@xxxxxxxxxxx <tycho-user-bounces@xxxxxxxxxxx> im Auftrag von paul <paul@xxxxxxxxxxxx>
Gesendet: Donnerstag, 19. Mai 2016 19:44
An: tycho-user@xxxxxxxxxxx
Betreff: [tycho-user] The itp04 example and e4
 

I have some questions about the itp04 example on the Tyco wiki. Since I am new to Tyco and maven and eclipse, simple things confuse me. What also adds to my confusion is the fact that I don't know much Eclipse prior to e4 Eclipse. I could not find an Application.e4xmi file in the example. So is it safe to say that I cannot use this example to learn how to put the p2 update features into my application since my application is e4 based?

 

The other question I have is about the org.eclipse.equinox.p2.user.ui feature that is used. Is it safe to say that the feature org.eclipse.equinox.p2.user.ui cannot be used in an e4 RCP application since it uses older Eclipse standards?


Back to the top