Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2013-09-23 06:38:03 +0000
committerLakshmi Shanmugam2013-09-23 06:38:03 +0000
commite745f560a6820ba34ca20b83073c340a28f282d4 (patch)
treefbadfcb9b076db7d5ed374b7fdef21d4517515b7 /bundles/org.eclipse.swt/build
parentd60423eb940f186e5cecbc6305de1958854f9bf5 (diff)
downloadeclipse.platform.swt-e745f560a6820ba34ca20b83073c340a28f282d4.tar.gz
eclipse.platform.swt-e745f560a6820ba34ca20b83073c340a28f282d4.tar.xz
eclipse.platform.swt-e745f560a6820ba34ca20b83073c340a28f282d4.zip
Revert "Bug 413769 - Ignore build directory in org.eclipse.swt Git repository "
Diffstat (limited to 'bundles/org.eclipse.swt/build')
-rw-r--r--bundles/org.eclipse.swt/build/.classpath12
-rw-r--r--bundles/org.eclipse.swt/build/.project17
2 files changed, 29 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..e1225d413e
--- /dev/null
+++ b/bundles/org.eclipse.swt/build/.classpath
@@ -0,0 +1,12 @@
+<?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="http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/" name="javadoc_location"/>
+ <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