diff options
author | Felipe Heidrich <fheidric> | 2006-03-03 21:58:38 +0000 |
---|---|---|
committer | Felipe Heidrich <fheidric> | 2006-03-03 21:58:38 +0000 |
commit | 5f3375646e36ed0be3c8b7466ea6d99bff67e2b5 (patch) | |
tree | b18323c938e4f5ea0f2d98bf9d2b3bc417c01ad7 | |
parent | d5a8db3d77fc763eb98caaaca5957a823684ef6d (diff) | |
download | eclipse.platform.swt-5f3375646e36ed0be3c8b7466ea6d99bff67e2b5.tar.gz eclipse.platform.swt-5f3375646e36ed0be3c8b7466ea6d99bff67e2b5.tar.xz eclipse.platform.swt-5f3375646e36ed0be3c8b7466ea6d99bff67e2b5.zip |
58009
-rwxr-xr-x | bundles/org.eclipse.swt/.classpath_photon | 1 | ||||
-rw-r--r-- | bundles/org.eclipse.swt/.classpath_photon_j2me | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_photon b/bundles/org.eclipse.swt/.classpath_photon index 93f9983e7b..7cc81a2c44 100755 --- a/bundles/org.eclipse.swt/.classpath_photon +++ b/bundles/org.eclipse.swt/.classpath_photon @@ -9,6 +9,7 @@ <classpathentry kind="src" path="Eclipse SWT/emulated/treetable"/> <classpathentry kind="src" path="Eclipse SWT/emulated/textlayout"/> <classpathentry kind="src" path="Eclipse SWT/emulated/expand"/> + <classpathentry kind="src" path="Eclipse SWT/emulated/tooltip"/> <classpathentry kind="src" path="Eclipse SWT/common"/> <classpathentry kind="src" path="Eclipse SWT/common_j2se"/> <classpathentry kind="src" path="Eclipse SWT PI/photon"> diff --git a/bundles/org.eclipse.swt/.classpath_photon_j2me b/bundles/org.eclipse.swt/.classpath_photon_j2me index 29524560fa..e1693753f6 100644 --- a/bundles/org.eclipse.swt/.classpath_photon_j2me +++ b/bundles/org.eclipse.swt/.classpath_photon_j2me @@ -8,6 +8,7 @@ <classpathentry kind="src" path="Eclipse SWT/emulated/treetable"/> <classpathentry kind="src" path="Eclipse SWT/emulated/textlayout"/> <classpathentry kind="src" path="Eclipse SWT/emulated/expand"/> + <classpathentry kind="src" path="Eclipse SWT/emulated/tooltip"/> <classpathentry kind="src" path="Eclipse SWT/common"/> <classpathentry kind="src" path="Eclipse SWT/common_j2me"/> <classpathentry kind="src" path="Eclipse SWT PI/photon"> |