diff options
author | Silenio Quarti <silenio> | 2003-11-25 21:16:35 +0000 |
---|---|---|
committer | Silenio Quarti <silenio> | 2003-11-25 21:16:35 +0000 |
commit | cb472987a54511ae0201100664d4b26c96fd9b85 (patch) | |
tree | 13b9bf05611f443fd139bfbb7092737e86aad3cf | |
parent | d93af4091951c2e87825b95ce647f7cfe3779c5d (diff) | |
download | eclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.tar.gz eclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.tar.xz eclipse.platform.swt-cb472987a54511ae0201100664d4b26c96fd9b85.zip |
SWT_AWT api
-rw-r--r-- | bundles/org.eclipse.swt/.classpath_carbon | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html (renamed from bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/internal/awt/package.html) | 0 | ||||
-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 |
3 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_carbon b/bundles/org.eclipse.swt/.classpath_carbon index 2263819a37..23586e1860 100644 --- a/bundles/org.eclipse.swt/.classpath_carbon +++ b/bundles/org.eclipse.swt/.classpath_carbon @@ -10,6 +10,8 @@ <classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/> <classpathentry kind="src" path="Eclipse SWT Accessibility/common"/> <classpathentry kind="src" path="Eclipse SWT Accessibility/emulated"/> + <classpathentry kind="src" path="Eclipse SWT AWT/common"/> + <classpathentry kind="src" path="Eclipse SWT AWT/emulated"/> <classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/> <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/> <classpathentry kind="src" path="Eclipse SWT Drag and Drop/carbon"/> diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/internal/awt/package.html b/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html index 9e48df2835..9e48df2835 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/internal/awt/package.html +++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html 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; |