Skip to content

Commit

Permalink
Bug 573166 Build stand-alone MAT packages with a newer Eclipse release
Browse files Browse the repository at this point in the history
Fix target platform for new Tycho, ignore missing file
on tidy of unneeded files.

Change-Id: Ic861c96e6caaf1b49ab8aa8ca91fa5ef42459195
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573166
  • Loading branch information
ajohnson1 committed Jun 20, 2021
1 parent 69fe85d commit 1add2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.mat.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<configuration>
<target>
<!-- Remove unneeded executable -->
<delete includeemptydirs="false">
<delete includeemptydirs="false" failonerror="false">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/">
<include name="**" />
</fileset>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.mat.targetdef/mat-2020-03.target
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<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">
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.ibm.dtfj.feature.feature.group" version="0.0.0"/>
<repository location="http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/"/>
</location>
Expand Down

0 comments on commit 1add2f7

Please sign in to comment.