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_win32
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_win32')
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_win323
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_win32 b/bundles/org.eclipse.swt/.classpath_win32
index 1813950ce7..f054e37609 100755
--- a/bundles/org.eclipse.swt/.classpath_win32
+++ b/bundles/org.eclipse.swt/.classpath_win32
@@ -21,4 +21,7 @@
<classpathentry kind="src" path="Eclipse SWT Browser/common"/>
<classpathentry kind="src" path="Eclipse SWT Browser/win32"/>
<classpathentry kind="output" path="bin"/>
+ <attributes>
+ <attribute value="org.eclipse.swt.win32.win32.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>

Back to the top