ctf: Fix feature.xml to allow building with pde-build
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 11 Sep 2012 20:30:06 +0000 (16:30 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 13 Sep 2012 16:59:57 +0000 (12:59 -0400)
commitf3adfe330cc6688f540e2b8df5d495e402ac4f9b
tree873671d561b063f669e4b3cce6438fccf34506d6
parent610da6659a93cd4f872ee7d2546f1568cc66b30e
ctf: Fix feature.xml to allow building with pde-build

When trying to build the CTF feature with pde-build, it currently
fails because of unsatisfied dependencies.

We need to:
- Remove the e.o.l.ctf.parser dep completely (the feature ships
  this plugin, it cannot depend on it before it's built!)
- Change the order of the plugins so .parser is built first, since
  the .core depends on it.

Side note, this .parser plugin is the only one (apart from the help
plugin) that does not get put into a jar when built. I really have
no idea why...

Change-Id: Id520ba5fe4b2aa064f0850748774e14a6b83e49b
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/7716
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.ctf/feature.xml
This page took 0.024572 seconds and 5 git commands to generate.