summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl
diff options
context:
space:
mode:
authorBilly Biggs <bbiggs>2005-06-27 22:33:55 +0000
committerBilly Biggs <bbiggs>2005-06-27 22:33:55 +0000
commit2d2a769e9d36177e2f5436ecc4706f5e95e3bbbe (patch)
tree8a59644574631aed2e327ada67bf742834bc9a06 /bundles/org.eclipse.swt.opengl
parent4b72dd7966e559f14239347435a8d2b40c64a77d (diff)
downloadeclipse.platform.swt-2d2a769e9d36177e2f5436ecc4706f5e95e3bbbe.tar.gz
eclipse.platform.swt-2d2a769e9d36177e2f5436ecc4706f5e95e3bbbe.tar.xz
eclipse.platform.swt-2d2a769e9d36177e2f5436ecc4706f5e95e3bbbe.zip
Add native library location to the .classpath file.R3_1
Diffstat (limited to 'bundles/org.eclipse.swt.opengl')
-rw-r--r--bundles/org.eclipse.swt.opengl/.classpath_gtk6
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.opengl/.classpath_gtk b/bundles/org.eclipse.swt.opengl/.classpath_gtk
index 4fda90ad8f..f310079407 100644
--- a/bundles/org.eclipse.swt.opengl/.classpath_gtk
+++ b/bundles/org.eclipse.swt.opengl/.classpath_gtk
@@ -2,7 +2,11 @@
<classpath>
<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="common"/>
- <classpathentry kind="src" path="gtk"/>
+ <classpathentry kind="src" path="gtk">
+ <attributes>
+ <attribute value="org.eclipse.swt.opengl.gtk/os/linux/x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="output" path="bin"/>