Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2021-06-20 14:59:07 +0000
committerAndrew Johnson2021-06-20 14:59:07 +0000
commiteb0fb1db6dfd987f8b8200111500b5d89f6b2a90 (patch)
treebd44c1bda1a9f9700e5eadbd26e5a4e7fef96f25
parent03ec7fd5d0d6e0d34cc854ba7a72eb4d131876ad (diff)
downloadorg.eclipse.mat-eb0fb1db6dfd987f8b8200111500b5d89f6b2a90.tar.gz
org.eclipse.mat-eb0fb1db6dfd987f8b8200111500b5d89f6b2a90.tar.xz
org.eclipse.mat-eb0fb1db6dfd987f8b8200111500b5d89f6b2a90.zip
Bug 573166 Build stand-alone MAT packages with a newer Eclipse release
Copy selected product files to be first in list Change-Id: I8b72aa857cabd658550f6978066d143e7af4641f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573166
-rw-r--r--org.eclipse.mat.product/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mat.product/pom.xml b/org.eclipse.mat.product/pom.xml
index bc942ae6..ab02c4cd 100644
--- a/org.eclipse.mat.product/pom.xml
+++ b/org.eclipse.mat.product/pom.xml
@@ -49,8 +49,8 @@
<configuration>
<target>
<!-- Make the selected product the first alphabetically -->
- <copy file="${project.build.directory}/${mat-product}.product" tofile="${project.build.directory}/mat.product" />
- <copy file="${project.build.directory}/${mat-product}.p2.inf" tofile="${project.build.directory}/mat.p2.inf" />
+ <copy file="${project.basedir}/${mat-product}.product" tofile="${project.basedir}/mat.product" />
+ <copy file="${project.basedir}/${mat-product}.p2.inf" tofile="${project.basedir}/mat.p2.inf" />
</target>
</configuration>
</execution>

Back to the top