Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2016-04-02 22:04:58 +0000
committerMarc-Andre Laperle2016-04-03 02:59:15 +0000
commit75c2dcebf9f5b0c6cf120136784ace05189f140c (patch)
tree69fa2483a2bdf691ea0d0d4afc2ff69222c171b2 /debug/org.eclipse.cdt.debug.application.product/pom.xml
parentf4a98d189411369042593fdaf4af2bd7f2422757 (diff)
downloadorg.eclipse.cdt-75c2dcebf9f5b0c6cf120136784ace05189f140c.tar.gz
org.eclipse.cdt-75c2dcebf9f5b0c6cf120136784ace05189f140c.tar.xz
org.eclipse.cdt-75c2dcebf9f5b0c6cf120136784ace05189f140c.zip
Stand-alone debugger for Mac OS X
This commits adds support for the stand-alone debugger on Mac OS X for both the RCP (product) and the script. The script had to be modified slightly because of the different installation layout on Mac and also the use of non-standard arguments to the 'find' command. Change-Id: I24e4fec98803689dbaadb1dcfa651e431d4188a7 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.product/pom.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.application.product/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.product/pom.xml b/debug/org.eclipse.cdt.debug.application.product/pom.xml
index 5d426e8ab38..04c2c01875d 100644
--- a/debug/org.eclipse.cdt.debug.application.product/pom.xml
+++ b/debug/org.eclipse.cdt.debug.application.product/pom.xml
@@ -85,6 +85,11 @@
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
</environments>
</configuration>
</plugin>

Back to the top