Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2021-05-21 08:22:10 +0000
committerAndrew Johnson2021-05-21 08:22:10 +0000
commit8ce9641421a7df12cf0e38e9714611684c3d9f30 (patch)
tree462e0fb9437e6017064705f1f2c731c68dfef03e
parentbbebf5881164211809bced676b6c172aa6dba597 (diff)
downloadorg.eclipse.mat-8ce9641421a7df12cf0e38e9714611684c3d9f30.tar.gz
org.eclipse.mat-8ce9641421a7df12cf0e38e9714611684c3d9f30.tar.xz
org.eclipse.mat-8ce9641421a7df12cf0e38e9714611684c3d9f30.zip
Bug 573166 Build stand-alone MAT packages with a newer Eclipse release
Try explicit download of DTFJ Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573166 Change-Id: I94e33e2293e3ec98228f34060937853fada7023b
-rw-r--r--org.eclipse.mat.targetdef/mat-2021-03-local-dtfj.target44
1 files changed, 44 insertions, 0 deletions
diff --git a/org.eclipse.mat.targetdef/mat-2021-03-local-dtfj.target b/org.eclipse.mat.targetdef/mat-2021-03-local-dtfj.target
new file mode 100644
index 00000000..06c65bdb
--- /dev/null
+++ b/org.eclipse.mat.targetdef/mat-2021-03-local-dtfj.target
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+<target name="MAT 2021-03 Target" sequenceNumber="2">
+<locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.rcp.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.help.feature.group" version="0.0.0"/>
+ <unit id="org.junit" version="0.0.0"/>
+ <!-- <unit id="org.eclipse.platform.feature.group" version="0.0.0"/> -->
+ <unit id="org.eclipse.ui.themes" version="0.0.0"/>
+ <unit id="org.eclipse.ui.net" version="0.0.0"/>
+ <unit id="org.eclipse.platform" version="0.0.0"/>
+ <unit id="org.eclipse.ui.ide.application" version="0.0.0"/>
+ <unit id="org.eclipse.ui.views.log" version="0.0.0"/>
+ <repository location="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800"/>
+ </location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.birt.core" version="0.0.0"/>
+<unit id="org.eclipse.birt.chart.engine" version="0.0.0"/>
+<unit id="org.eclipse.birt.chart.device.extension" version="0.0.0"/>
+<unit id="org.eclipse.birt.chart.device.swt" version="0.0.0"/>
+<unit id="org.eclipse.birt.chart.engine.extension" version="0.0.0"/>
+<repository location="https://download.eclipse.org/birt/update-site/oxygen-interim/"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="com.ibm.dtfj.feature.feature.group" version="0.0.0"/>
+<repository location="file:/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+<repository location="https://download.eclipse.org/technology/swtbot/releases/latest/"/>
+<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
+</location>
+</locations>
+<implicitDependencies>
+<plugin id="org.eclipse.ui.views.log"/>
+<plugin id="org.eclipse.equinox.event"/>
+<plugin id="org.eclipse.equinox.ds"/>
+</implicitDependencies>
+</target> \ No newline at end of file

Back to the top