Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2018-05-26 21:45:16 +0000
committerAndrew Johnson2018-05-26 21:45:16 +0000
commitb1acf6252dd03ea8ecb20d036bba78938ac884f2 (patch)
tree7c8b8561df1819d70fb870631835cab4e352a8bd
parent049f68be74040fc59948d6503f31a05e977c6bbd (diff)
downloadorg.eclipse.mat-b1acf6252dd03ea8ecb20d036bba78938ac884f2.tar.gz
org.eclipse.mat-b1acf6252dd03ea8ecb20d036bba78938ac884f2.tar.xz
org.eclipse.mat-b1acf6252dd03ea8ecb20d036bba78938ac884f2.zip
[534578] Build MAT 1.8 standalone packages with Eclipse Photon
revert to building against Photon Change-Id: I1051126d7ea5a6e3388df19ba287a870cd36c2c6
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 078dc598..d3029817 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -21,7 +21,7 @@
<download-publish-path>/home/data/httpd/download.eclipse.org/mat/snapshots/update-site</download-publish-path>
<download-publish-rcp-path>/home/data/httpd/download.eclipse.org/mat/snapshots/rcp</download-publish-rcp-path>
<!-- mat-target specifies which .target definition file will be used -->
- <mat-target>mat-oxygen</mat-target>
+ <mat-target>mat-photon</mat-target>
<!-- 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/1.7/update-site/</mat-release-repo-url>

Back to the top