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/luna/luna.target
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/luna/luna.target')
-rw-r--r--releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
index 44e4878f2..eedb6ff1d 100644
--- a/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
+++ b/releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="Eclipse Luna" sequenceNumber="1460038035">
+<target name="Eclipse Luna" sequenceNumber="1461317699">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.acceleo.query.feature.group" version="0.0.0"/>
@@ -23,5 +23,9 @@
<unit id="org.eclipse.sirius.incubation.interpreter.feature.group" version="0.0.0"/>
<repository id="Sirius-Incubation" location="http://download.eclipse.org/sirius/updates/nightly/latest/mars/incubation"/>
</location>
+ <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.hamcrest.library" version="1.3.0.v201505072020"/>
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository"/>
+ </location>
</locations>
</target>

Back to the top