Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-06-08 20:37:47 +0000
committerVeronika Irvine2005-06-08 20:37:47 +0000
commit4939c6687b85adf87121e81027a8217b243e360b (patch)
tree16557229a7b3181cb37f1086a8bee66c75f20fef
parent1d8a8f5da70addb39169e217dc0e3224d7c921a1 (diff)
downloadeclipse.platform.swt-4939c6687b85adf87121e81027a8217b243e360b.tar.gz
eclipse.platform.swt-4939c6687b85adf87121e81027a8217b243e360b.tar.xz
eclipse.platform.swt-4939c6687b85adf87121e81027a8217b243e360b.zip
add .classpath and .project to standalone SWT downloads
-rw-r--r--bundles/org.eclipse.swt/build/.classpath11
-rw-r--r--bundles/org.eclipse.swt/build/.project17
2 files changed, 28 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/build/.classpath b/bundles/org.eclipse.swt/build/.classpath
new file mode 100644
index 0000000000..a6819c5969
--- /dev/null
+++ b/bundles/org.eclipse.swt/build/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path=""/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry exported="true" sourcepath="src.zip" kind="lib" path="swt.jar">
+ <attributes>
+ <attribute value="org.eclipse.swt" name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path=""/>
+</classpath>
diff --git a/bundles/org.eclipse.swt/build/.project b/bundles/org.eclipse.swt/build/.project
new file mode 100644
index 0000000000..961502f4ff
--- /dev/null
+++ b/bundles/org.eclipse.swt/build/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.swt</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription> \ No newline at end of file

Back to the top