Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kovatch2008-10-14 23:36:21 +0000
committerScott Kovatch2008-10-14 23:36:21 +0000
commit96ce10f2647f63ec45fa772ec7064c3f640fbe12 (patch)
treed38859da2d5ece6da093f87c8f679a115cf9abd7 /bundles/org.eclipse.swt/.classpath_cocoa
parentb753a9548c84031bef7784f1f1d45228882c7e66 (diff)
downloadeclipse.platform.swt-96ce10f2647f63ec45fa772ec7064c3f640fbe12.tar.gz
eclipse.platform.swt-96ce10f2647f63ec45fa772ec7064c3f640fbe12.tar.xz
eclipse.platform.swt-96ce10f2647f63ec45fa772ec7064c3f640fbe12.zip
211048 - initial implementation of accessibility in Cocoa.
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_cocoa')
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_cocoa2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_cocoa b/bundles/org.eclipse.swt/.classpath_cocoa
index 4390607859..7ffa7533f5 100755
--- a/bundles/org.eclipse.swt/.classpath_cocoa
+++ b/bundles/org.eclipse.swt/.classpath_cocoa
@@ -16,7 +16,7 @@
</classpathentry>
<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 Accessibility/cocoa"/>
<classpathentry kind="src" path="Eclipse SWT AWT/common"/>
<classpathentry kind="src" path="Eclipse SWT AWT/cocoa"/>
<classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/>

Back to the top