Skip to content

Commit

Permalink
Bug 582512 Application name "mat"
Browse files Browse the repository at this point in the history
Try renaming application

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=582512
Change-Id: Ifd349cd72f7afb8a3b4cf083223927dce665af9f
  • Loading branch information
ajohnson1 committed Oct 12, 2023
1 parent ee4d644 commit c25da90
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions org.eclipse.mat.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
<product>
<id>org.eclipse.mat.ui.rcp.MemoryAnalyzer</id>
<rootFolder>mat</rootFolder>
<rootFolders>
<macosx>MemoryAnalyzer.app</macosx>
</rootFolders>
</product>
</products>
</configuration>
Expand Down Expand Up @@ -112,13 +115,13 @@
<target>
<!-- Remove unneeded executable -->
<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/">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/MemoryAnalyzer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/">
<include name="**" />
</fileset>
</delete>
<!-- Sign library -->
<first id="eclipse.so">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app/Contents/Eclipse/plugins" includes="**/*.so" />
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/MemoryAnalyzer.app/Contents/Eclipse/plugins" includes="**/*.so" />
</first>
<exec dir="${project.build.directory}" executable="curl">
<arg value="--output"/>
Expand All @@ -143,13 +146,13 @@
<target>
<!-- Remove unneeded executable -->
<delete includeemptydirs="false" failonerror="false">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/aarch64/mat.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/aarch64/MemoryAnalyzer.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/">
<include name="**" />
</fileset>
</delete>
<!-- Sign library -->
<first id="eclipse.so">
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/aarch64/mat.app/Contents/Eclipse/plugins" includes="**/*.so" />
<fileset dir="${project.build.directory}/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/aarch64/MemoryAnalyzer.app/Contents/Eclipse/plugins" includes="**/*.so" />
</first>
<exec dir="${project.build.directory}" executable="curl">
<arg value="--output"/>
Expand Down Expand Up @@ -221,7 +224,7 @@
<phase>package</phase>
<configuration>
<fileNames>
<fileName>mat.app</fileName>
<fileName>MemoryAnalyzer.app</fileName>
</fileNames>
<timeoutMillis>300000</timeoutMillis> <!-- 5 min -->
<continueOnFail>${macSigner.forceContinue}</continueOnFail>
Expand Down

0 comments on commit c25da90

Please sign in to comment.