doc: Add explicit dependency on mylyn.wikitext.core.ant
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 17 Feb 2016 22:51:41 +0000 (17:51 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 18 Feb 2016 17:28:15 +0000 (12:28 -0500)
commitfc4f65722c1b594ec1c380ba229ab1c5bd426015
treee975d1dd42a9a0edb6be3351e282a0c617270c01
parentbe3347d92bc3914eeb493e0e05c3298773fc265c
doc: Add explicit dependency on mylyn.wikitext.core.ant

With recent versions of Mylyn Wikitext, it seems the
"org.eclipse.mylyn.wikitext.core.ant" bundle (which contains the Ant
task definitions) is not depended on by
"org.eclipse.mylyn.wikitext.core" anymore, so it does not end up
on Maven's compile classpath, and is not available for the Ant scripts.

Rectify this by adding an explicit dependency to it in the doc/ plugins.

Note that this is a compile-time dependency only, not a runtime one,
so we specify it in the build.properties file.

This should fix a current build failure with the staging target.

Change-Id: I358da1ed51754c3b355cb5e7f9a2d92e0e65f2a6
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/66773
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
doc/org.eclipse.tracecompass.doc.dev/build.properties
doc/org.eclipse.tracecompass.doc.user/build.properties
doc/org.eclipse.tracecompass.gdbtrace.doc.user/build.properties
doc/org.eclipse.tracecompass.rcp.doc.user/build.properties
doc/org.eclipse.tracecompass.tmf.pcap.doc.user/build.properties
This page took 0.026458 seconds and 5 git commands to generate.