| author | Krzysztof Daniel | 2012-09-10 11:09:35 (EDT) |
|---|---|---|
| committer | Mike Rennie | 2012-09-13 11:35:01 (EDT) |
| commit | f15dad4b2469d762a1ea2db4320e70154f85b689 (patch) (side-by-side diff) | |
| tree | b71644df44c98cf6c926dfdce0180568ad6f6701 | |
| parent | b8621363252be1d117b2e70aae0c14c10bd42e43 (diff) | |
| download | eclipse.jdt.debug-f15dad4b2469d762a1ea2db4320e70154f85b689.zip eclipse.jdt.debug-f15dad4b2469d762a1ea2db4320e70154f85b689.tar.gz eclipse.jdt.debug-f15dad4b2469d762a1ea2db4320e70154f85b689.tar.bz2 | |
Bug 382470
| -rw-r--r-- | org.eclipse.jdt.launching.ui.macosx/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jdt.launching.ui.macosx/pom.xml b/org.eclipse.jdt.launching.ui.macosx/pom.xml index ed8589f..ad4efc9 100644 --- a/org.eclipse.jdt.launching.ui.macosx/pom.xml +++ b/org.eclipse.jdt.launching.ui.macosx/pom.xml @@ -35,6 +35,11 @@ <environment> <os>macosx</os> <ws>cocoa</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>macosx</os> + <ws>cocoa</ws> <arch>x86</arch> </environment> </environments> |

