Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2013-07-24 17:51:21 +0000
committerGerrit Code Review @ Eclipse.org2013-09-18 06:43:25 +0000
commitb13322c23252be2e18c8feb951edcbcc47c09fe4 (patch)
tree3a9ccba62cf361388304ca42c90652815afc31c1 /bundles/org.eclipse.swt/build
parent29218d6cb8ee6b83d2bd400a25fb5cb2cb9cea9a (diff)
downloadeclipse.platform.swt-b13322c23252be2e18c8feb951edcbcc47c09fe4.tar.gz
eclipse.platform.swt-b13322c23252be2e18c8feb951edcbcc47c09fe4.tar.xz
eclipse.platform.swt-b13322c23252be2e18c8feb951edcbcc47c09fe4.zip
Bug 413769 - Ignore build directory in org.eclipse.swt Git repository
Change-Id: Icc02d5a9178b83169fd834986d702ca5ba0578f3 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
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, 0 insertions, 29 deletions
diff --git a/bundles/org.eclipse.swt/build/.classpath b/bundles/org.eclipse.swt/build/.classpath
deleted file mode 100644
index e1225d413e..0000000000
--- a/bundles/org.eclipse.swt/build/.classpath
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index 961502f4ff..0000000000
--- a/bundles/org.eclipse.swt/build/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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