summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-02-24 00:22:19 +0000
committerChristophe Cornu <ccornu>2004-02-24 00:22:19 +0000
commite41af5678a1fc528f7f682a3e46cd8b1b841b27d (patch)
treea12394c4e981eef677dcdec4c8e591cf9bcd7f03 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon
parent7f7324da9ad374e8e910f1afb12b97077b6ae01a (diff)
downloadeclipse.platform.swt-e41af5678a1fc528f7f682a3e46cd8b1b841b27d.tar.gz
eclipse.platform.swt-e41af5678a1fc528f7f682a3e46cd8b1b841b27d.tar.xz
eclipse.platform.swt-e41af5678a1fc528f7f682a3e46cd8b1b841b27d.zip
mozilla not supported on mac
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/internal/mozilla/GRE.java35
1 files changed, 0 insertions, 35 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/internal/mozilla/GRE.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/internal/mozilla/GRE.java
deleted file mode 100644
index e788f4fe8e..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/internal/mozilla/GRE.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Mozilla Communicator client code, released March 31, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by Netscape are Copyright (C) 1998-1999
- * Netscape Communications Corporation. All Rights Reserved.
- *
- * Contributor(s):
- *
- * IBM
- * - Binding to permit interfacing between Mozilla and SWT
- * - Copyright (C) 2003 IBM Corp. All Rights Reserved.
- *
- * ***** END LICENSE BLOCK ***** */
-package org.eclipse.swt.internal.mozilla;
-
-public class GRE {
-
- public static String grePath = "/Applications/Mozilla.app/Contents/MacOS";
- public static String mozillaPath = grePath;
-
-}