rcp: Build proper .app on Mac
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 22 Jun 2015 20:20:16 +0000 (16:20 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 23 Jun 2015 22:19:54 +0000 (18:19 -0400)
Otherwise, the rcp doesn't start when building against Eclipse 4.5

Change-Id: I49773d350ad966f47e94a4da5892bf4135bda4f4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/50669
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
rcp/org.eclipse.tracecompass.rcp.product/pom.xml

index b16320f363abe88353da809f3934f90ac8437528..6832dbedd4029eca3fe529d36ddd54db7feab7df 100644 (file)
                             <archiveFileName>trace-compass-${unqualifiedVersion}-${build.timestamp}</archiveFileName>
                             <id>${productId}</id>
                             <rootFolder>trace-compass</rootFolder>
+                            <rootFolders>
+                            <!-- for MacOSX, make sure you use a folder ending with .app , see bug 463670 -->
+                                <macosx>trace-compass.app</macosx>
+                            </rootFolders>
                         </product>
                     </products>
                 </configuration>
This page took 0.029526 seconds and 5 git commands to generate.