diff options
author | Veronika Irvine <torres> | 2001-05-11 18:41:31 +0000 |
---|---|---|
committer | Veronika Irvine <torres> | 2001-05-11 18:41:31 +0000 |
commit | d831b7f7d5d21094f635771cd324ffce3658c00d (patch) | |
tree | ee1cc3439e0d3fdcc645d65c6ffb93a5835d7ea1 | |
parent | 6f0bdc27b12f6025a9e3b17d4d0d042d6c178736 (diff) | |
download | eclipse.platform.swt-d831b7f7d5d21094f635771cd324ffce3658c00d.tar.gz eclipse.platform.swt-d831b7f7d5d21094f635771cd324ffce3658c00d.tar.xz eclipse.platform.swt-d831b7f7d5d21094f635771cd324ffce3658c00d.zip |
initializing database with SWT 0.105
-rwxr-xr-x | bundles/org.eclipse.swt/.classpath_motif | 14 | ||||
-rwxr-xr-x | examples/org.eclipse.swt.examples/.classpath_motif | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_motif b/bundles/org.eclipse.swt/.classpath_motif index e69de29bb2..f8c9149520 100755 --- a/bundles/org.eclipse.swt/.classpath_motif +++ b/bundles/org.eclipse.swt/.classpath_motif @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="lib" path="/bluebird/teamswt/swt-builddir/jre/lib/rt.jar"/> + <classpathentry kind="src" path="Eclipse SWT/motif"/> + <classpathentry kind="src" path="Eclipse SWT/common"/> + <classpathentry kind="src" path="Eclipse SWT Printing/motif"/> + <classpathentry kind="src" path="Eclipse SWT Printing/common"/> + <classpathentry kind="src" path="Eclipse SWT Program/motif"/> + <classpathentry kind="src" path="Eclipse SWT Program/common"/> + <classpathentry kind="src" path="Eclipse SWT Drag and Drop/motif"/> + <classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/> + <classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/> + <classpathentry kind="output" path=""/> +</classpath>
\ No newline at end of file diff --git a/examples/org.eclipse.swt.examples/.classpath_motif b/examples/org.eclipse.swt.examples/.classpath_motif index e69de29bb2..b2d2baf7d7 100755 --- a/examples/org.eclipse.swt.examples/.classpath_motif +++ b/examples/org.eclipse.swt.examples/.classpath_motif @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="lib" path="/bluebird/teamswt/swt-builddir/jre/lib/rt.jar"/> + <classpathentry kind="src" path="/org.eclipse.swt"/> + <classpathentry kind="src" path="Eclipse SWT Examples/common"/> + <classpathentry kind="output" path=""/> +</classpath>
\ No newline at end of file |