Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-04-13 14:42:04 +0000
committerVeronika Irvine2005-04-13 14:42:04 +0000
commit653207dc4338760fc5ca507c5d6385c894510dab (patch)
tree9aeb08c40a3c8169001d59d5ca61fc5a12063721
parente00d929a7441b3eb58050a1fcfb888ea2fae22a3 (diff)
downloadeclipse.platform.swt-653207dc4338760fc5ca507c5d6385c894510dab.tar.gz
eclipse.platform.swt-653207dc4338760fc5ca507c5d6385c894510dab.tar.xz
eclipse.platform.swt-653207dc4338760fc5ca507c5d6385c894510dab.zip
Added missing SWT_AWT packages
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_photon2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_photon b/bundles/org.eclipse.swt/.classpath_photon
index 07687b940d..e78b36d52c 100755
--- a/bundles/org.eclipse.swt/.classpath_photon
+++ b/bundles/org.eclipse.swt/.classpath_photon
@@ -14,6 +14,8 @@
<classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/>
<classpathentry kind="src" path="Eclipse SWT Accessibility/emulated"/>
<classpathentry kind="src" path="Eclipse SWT Accessibility/common"/>
+ <classpathentry kind="src" path="Eclipse SWT AWT/common"/>
+ <classpathentry kind="src" path="Eclipse SWT AWT/emulated"/>
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/photon"/>
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/>
<classpathentry kind="src" path="Eclipse SWT Printing/photon"/>

Back to the top