summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-06-08 20:07:06 +0000
committerVeronika Irvine <veronika>2005-06-08 20:07:06 +0000
commit1d8a8f5da70addb39169e217dc0e3224d7c921a1 (patch)
tree1b00f7961082ade01c8bd1c1e632f264a40a0486
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
-rw-r--r--bundles/org.eclipse.swt/.classpath_carbon3
-rw-r--r--bundles/org.eclipse.swt/.classpath_carbon_j2me3
-rw-r--r--bundles/org.eclipse.swt/.classpath_gtk3
-rw-r--r--bundles/org.eclipse.swt/.classpath_gtk_j2me3
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_motif3
-rw-r--r--bundles/org.eclipse.swt/.classpath_motif_j2me3
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_photon3
-rw-r--r--bundles/org.eclipse.swt/.classpath_photon_j2me3
-rwxr-xr-xbundles/org.eclipse.swt/.classpath_win323
-rw-r--r--bundles/org.eclipse.swt/.classpath_win32_j2me3
10 files changed, 30 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_carbon b/bundles/org.eclipse.swt/.classpath_carbon
index 4435da0547..3b93ffc9fc 100644
--- a/bundles/org.eclipse.swt/.classpath_carbon
+++ b/bundles/org.eclipse.swt/.classpath_carbon
@@ -23,4 +23,7 @@
<classpathentry kind="src" path="Eclipse SWT Browser/common"/>
<classpathentry kind="src" path="Eclipse SWT Browser/carbon"/>
<classpathentry kind="output" path="bin"/>
+ <attributes>
+ <attribute value="org.eclipse.swt.carbon.macosx.ppc" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>
diff --git a/bundles/org.eclipse.swt/.classpath_carbon_j2me b/bundles/org.eclipse.swt/.classpath_carbon_j2me
index 82719810a1..2eb97757d1 100644
--- a/bundles/org.eclipse.swt/.classpath_carbon_j2me
+++ b/bundles/org.eclipse.swt/.classpath_carbon_j2me
@@ -19,4 +19,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.carbon.macosx.ppc" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>
diff --git a/bundles/org.eclipse.swt/.classpath_gtk b/bundles/org.eclipse.swt/.classpath_gtk
index 50a79265f4..d29adabe68 100644
--- a/bundles/org.eclipse.swt/.classpath_gtk
+++ b/bundles/org.eclipse.swt/.classpath_gtk
@@ -29,4 +29,7 @@
<classpathentry kind="src" path="Eclipse SWT Mozilla/gtk"/>
<classpathentry kind="src" path="Eclipse SWT Mozilla/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>
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>
diff --git a/bundles/org.eclipse.swt/.classpath_motif b/bundles/org.eclipse.swt/.classpath_motif
index b736eb82fc..f7c59c67b4 100755
--- a/bundles/org.eclipse.swt/.classpath_motif
+++ b/bundles/org.eclipse.swt/.classpath_motif
@@ -32,4 +32,7 @@
<classpathentry kind="src" path="Eclipse SWT Browser/motif"/>
<classpathentry kind="src" path="Eclipse SWT Mozilla/common"/>
<classpathentry kind="output" path="bin"/>
+ <attributes>
+ <attribute value="org.eclipse.swt.motif.linux.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath> \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/.classpath_motif_j2me b/bundles/org.eclipse.swt/.classpath_motif_j2me
index 78e2cd3f57..93c9de6252 100644
--- a/bundles/org.eclipse.swt/.classpath_motif_j2me
+++ b/bundles/org.eclipse.swt/.classpath_motif_j2me
@@ -21,4 +21,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.motif.linux.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath> \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/.classpath_photon b/bundles/org.eclipse.swt/.classpath_photon
index e78b36d52c..2ec0398a0d 100755
--- a/bundles/org.eclipse.swt/.classpath_photon
+++ b/bundles/org.eclipse.swt/.classpath_photon
@@ -26,4 +26,7 @@
<classpathentry kind="src" path="Eclipse SWT Browser/common"/>
<classpathentry kind="src" path="Eclipse SWT Browser/photon"/>
<classpathentry kind="output" path="bin"/>
+ <attributes>
+ <attribute value="org.eclipse.swt.photon.qnx.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>
diff --git a/bundles/org.eclipse.swt/.classpath_photon_j2me b/bundles/org.eclipse.swt/.classpath_photon_j2me
index af94b28658..ff3e09d830 100644
--- a/bundles/org.eclipse.swt/.classpath_photon_j2me
+++ b/bundles/org.eclipse.swt/.classpath_photon_j2me
@@ -21,4 +21,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.photon.qnx.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>
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>
diff --git a/bundles/org.eclipse.swt/.classpath_win32_j2me b/bundles/org.eclipse.swt/.classpath_win32_j2me
index 14d94d2862..d80ab80da7 100644
--- a/bundles/org.eclipse.swt/.classpath_win32_j2me
+++ b/bundles/org.eclipse.swt/.classpath_win32_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.win32.win32.x86" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
</classpath>