Skip to main content
summaryrefslogtreecommitdiffstats
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/.classpath
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/.classpath')
-rw-r--r--bundles/org.eclipse.swt/build/.classpath12
1 files changed, 0 insertions, 12 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>

Back to the top