Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2003-11-25 21:16:35 +0000
committerSilenio Quarti2003-11-25 21:16:35 +0000
commitcb472987a54511ae0201100664d4b26c96fd9b85 (patch)
tree13b9bf05611f443fd139bfbb7092737e86aad3cf /bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse
parentd93af4091951c2e87825b95ce647f7cfe3779c5d (diff)
downloadeclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.tar.gz
eclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.tar.xz
eclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.zip
SWT_AWT api
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java (renamed from bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/internal/awt/SWT_AWT.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/internal/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java
index fd0fc9cc0d..5f6deea4e8 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/internal/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-package org.eclipse.swt.internal.awt;
+package org.eclipse.swt.awt;
import java.awt.Canvas;
import java.awt.Frame;

Back to the top