diff options
| author | Andrew Johnson | 2021-06-20 14:59:07 +0000 |
|---|---|---|
| committer | Andrew Johnson | 2021-06-20 14:59:07 +0000 |
| commit | eb0fb1db6dfd987f8b8200111500b5d89f6b2a90 (patch) | |
| tree | bd44c1bda1a9f9700e5eadbd26e5a4e7fef96f25 | |
| parent | 03ec7fd5d0d6e0d34cc854ba7a72eb4d131876ad (diff) | |
| download | org.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.xml | 4 |
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>
|
