Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2021-05-01 14:12:42 +0000
committerAndrew Johnson2021-05-01 14:12:42 +0000
commit61fad20db48c622dfba2bc0b19da0a791845d1eb (patch)
treedf61e8d2312cb11535a2a03823a00af72726dd54
parentc5d34a18121680b1c811fc2a849d4e4926a9119b (diff)
downloadorg.eclipse.mat-61fad20db48c622dfba2bc0b19da0a791845d1eb.tar.gz
org.eclipse.mat-61fad20db48c622dfba2bc0b19da0a791845d1eb.tar.xz
org.eclipse.mat-61fad20db48c622dfba2bc0b19da0a791845d1eb.zip
Bug 573166 Build stand-alone MAT packages with a newer Eclipse release
Make 2021-03 the default, but allow configuration Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573166 Change-Id: I8c71d1a42477bbd90c25f04fd4b70af7e789850d
-rw-r--r--org.eclipse.mat.product/mat-2020-03.p2.inf (renamed from org.eclipse.mat.product/mat.p2.inf)0
-rw-r--r--org.eclipse.mat.product/mat-2020-03.product (renamed from org.eclipse.mat.product/mat.product)0
-rw-r--r--org.eclipse.mat.product/pom.xml2
-rw-r--r--parent/pom.xml4
4 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mat.product/mat.p2.inf b/org.eclipse.mat.product/mat-2020-03.p2.inf
index 9d2ca158..9d2ca158 100644
--- a/org.eclipse.mat.product/mat.p2.inf
+++ b/org.eclipse.mat.product/mat-2020-03.p2.inf
diff --git a/org.eclipse.mat.product/mat.product b/org.eclipse.mat.product/mat-2020-03.product
index d3823fa6..d3823fa6 100644
--- a/org.eclipse.mat.product/mat.product
+++ b/org.eclipse.mat.product/mat-2020-03.product
diff --git a/org.eclipse.mat.product/pom.xml b/org.eclipse.mat.product/pom.xml
index 42c09192..db6653a6 100644
--- a/org.eclipse.mat.product/pom.xml
+++ b/org.eclipse.mat.product/pom.xml
@@ -30,7 +30,7 @@
<properties>
<!-- chose .product file -->
- <productFile>${project.artifactId}.product</productFile>
+ <productFile>${mat-product}.product</productFile>
<productConfiguration>${project.basedir}/${productFile}</productConfiguration>
</properties>
<build>
diff --git a/parent/pom.xml b/parent/pom.xml
index 048bf1f0..55c56c5c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -30,7 +30,9 @@
<download-publish-rcp-path>/home/data/httpd/download.eclipse.org/mat/snapshots/rcp</download-publish-rcp-path>
<download-remote-publish-rcp-path>genie.mat@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp</download-remote-publish-rcp-path>
<!-- mat-target specifies which .target definition file will be used -->
- <mat-target>mat-2020-03</mat-target>
+ <mat-target>mat-2021-03</mat-target>
+ <!-- mat-product specifies which .product definition file will be used -->
+ <mat-product>${mat-target}</mat-product>
<!-- mat-release-repo-url specifies from which p2 repo the MAT bundles
come, when the build-release profile is used -->
<mat-release-repo-url>http://download.eclipse.org/mat/latest/update-site/</mat-release-repo-url>

Back to the top