Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2016-04-18 12:29:22 +0000
committerStephane Begaudeau2016-04-28 12:27:51 +0000
commit5cc422ed397c3e651d9c49cbe16e034d16e8df1a (patch)
tree6c3eb1ac67c04221047e0c5077e915f891fff87a /releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd
parent873a7b10107aeb16c1a3b5c56f0edcb188f62ee4 (diff)
downloadorg.eclipse.eef-5cc422ed397c3e651d9c49cbe16e034d16e8df1a.tar.gz
org.eclipse.eef-5cc422ed397c3e651d9c49cbe16e034d16e8df1a.tar.xz
org.eclipse.eef-5cc422ed397c3e651d9c49cbe16e034d16e8df1a.zip
Add support for textile documentation and export for the web
1) The documentation can now be contributed in textile and generated thanks to a launch configuration for the embedded documentation. 2) A exporter has been contributed to prepare the documentation for the website during the build without any human intervention. Change-Id: I09337b7a8272f96e763c1b194b7f834cc51a7113 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd')
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd b/releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd
index c7d96b0b6..b896bf77c 100644
--- a/releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd
+++ b/releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd
@@ -35,3 +35,7 @@ location Eclipse-Neon "http://download.eclipse.org/releases/neon" {
location Sirius-Incubation "http://download.eclipse.org/sirius/updates/nightly/latest/neon/incubation" {
org.eclipse.sirius.incubation.interpreter.feature.group lazy
}
+
+location "http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository" {
+ org.hamcrest.library
+} \ No newline at end of file

Back to the top