Re: Assorted questions on java, eclipse packaging

2013-02-18 Thread Markus Knauer
Yepp, that's true... PDE-build will be retired. Eclipse Platform plans to move to "CBI" (the Common Build Infrastructure) with the next Eclipse Platform release 4.3 (Kepler) in a few months, i.e. that will replace the old PDE build system. CBI itself works on top of Tycho/Maven and this should mak

Re: Assorted questions on java, eclipse packaging

2013-02-18 Thread Niels Thykier
On 2013-02-18 10:53, Niels Thykier wrote: > On 2013-02-18 10:24, Thomas Koch wrote: >> Hi, >> > > Hi, > >> I've looked into the eclipse-wtp package, learned about the jh_* helpers for >> eclipse and tried to apply them to the wtp-jsf plugin. Some questions: >> >> - The JST project comes in an SD

Re: Assorted questions on java, eclipse packaging

2013-02-18 Thread Niels Thykier
On 2013-02-18 10:24, Thomas Koch wrote: > Hi, > Hi, > I've looked into the eclipse-wtp package, learned about the jh_* helpers for > eclipse and tried to apply them to the wtp-jsf plugin. Some questions: > > - The JST project comes in an SDK and non SDK version. Which one should I > package?