releng: Add e(fx)clipse runtime to the target
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 18:30:56 +0000 (14:30 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 18:32:47 +0000 (14:32 -0400)
Allows using JavaFX stuff.

Change-Id: I4591eafbcd6173506e616f5452149527b343d47f
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
releng/org.eclipse.tracecompass.target/tracecompass-e4.7.target

index 689881cd04ffc15935f8dd7a58f2ce8fa6e0870b..02d0a56f42e8613176b7f38ab322f89730c367c4 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="tracecompass-e4.7" sequenceNumber="4">
+<?pde version="3.8"?><target name="tracecompass-e4.7" sequenceNumber="5">
 <locations>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.cdt.gnu.dsf.feature.group" version="0.0.0"/>
 <unit id="org.eclipse.xsd" version="0.0.0"/>
 <repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.13milestones/"/>
 </location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.fx.runtime.min.feature.feature.group" version="2.5.0.201610130503"/>
+<repository location="http://download.eclipse.org/efxclipse/runtime-released/2.5.0/site/"/>
+</location>
 </locations>
 <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 <launcherArgs>
This page took 0.026935 seconds and 5 git commands to generate.