Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-06-08 20:07:06 +0000
committerVeronika Irvine2005-06-08 20:07:06 +0000
commit1d8a8f5da70addb39169e217dc0e3224d7c921a1 (patch)
tree1b00f7961082ade01c8bd1c1e632f264a40a0486 /bundles/org.eclipse.swt/.classpath_gtk_j2me
parent88eab8280b310a9da6d10aff37b2d05bdc27fc4f (diff)
downloadeclipse.platform.swt-1d8a8f5da70addb39169e217dc0e3224d7c921a1.tar.gz
eclipse.platform.swt-1d8a8f5da70addb39169e217dc0e3224d7c921a1.tar.xz
eclipse.platform.swt-1d8a8f5da70addb39169e217dc0e3224d7c921a1.zip
Add JNI libraries to the classpath
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_gtk_j2me')
-rw-r--r--bundles/org.eclipse.swt/.classpath_gtk_j2me3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_gtk_j2me b/bundles/org.eclipse.swt/.classpath_gtk_j2me
index a611eae616..a8427de73e 100644
--- a/bundles/org.eclipse.swt/.classpath_gtk_j2me
+++ b/bundles/org.eclipse.swt/.classpath_gtk_j2me
@@ -18,4 +18,7 @@
<classpathentry kind="src" path="Eclipse SWT Program/common"/>
<classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/>
<classpathentry kind="output" path="bin"/>
+ <attributes>
+ <attribute value="org.eclipse.swt.gtk.linux.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>

Back to the top