summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/.classpath_win32
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-06-09 18:15:37 +0000
committerVeronika Irvine <veronika>2005-06-09 18:15:37 +0000
commit5ef50d7a3ff14e61c752673e54116899c85e4f2f (patch)
treea96aa01e8af326d849d4f27584154cb8a9387a37 /bundles/org.eclipse.swt/.classpath_win32
parent0c4e43391ae91fa04ffc6f17dce0212c7431035a (diff)
downloadeclipse.platform.swt-5ef50d7a3ff14e61c752673e54116899c85e4f2f.tar.gz
eclipse.platform.swt-5ef50d7a3ff14e61c752673e54116899c85e4f2f.tar.xz
eclipse.platform.swt-5ef50d7a3ff14e61c752673e54116899c85e4f2f.zip
add JNI library to classpath
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_win32')
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_win329
1 files changed, 5 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_win32 b/bundles/org.eclipse.swt/.classpath_win32
index f054e37609..39f6afb72b 100755
--- a/bundles/org.eclipse.swt/.classpath_win32
+++ b/bundles/org.eclipse.swt/.classpath_win32
@@ -4,7 +4,11 @@
<classpathentry kind="src" path="Eclipse SWT/win32"/>
<classpathentry kind="src" path="Eclipse SWT/common"/>
<classpathentry kind="src" path="Eclipse SWT/common_j2se"/>
- <classpathentry kind="src" path="Eclipse SWT PI/win32"/>
+ <classpathentry kind="src" path="Eclipse SWT PI/win32">
+ <attributes>
+ <attribute value="org.eclipse.swt.win32.win32.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="src" path="Eclipse SWT PI/common_j2se"/>
<classpathentry kind="src" path="Eclipse SWT OLE Win32/win32"/>
<classpathentry kind="src" path="Eclipse SWT Accessibility/win32"/>
@@ -21,7 +25,4 @@
<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>