summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.toolchain
diff options
context:
space:
mode:
authorDaron Chabot <daron.chabot@gmail.com>2008-11-22 03:06:30 +0000
committerDaron Chabot <daron.chabot@gmail.com>2008-11-22 03:06:30 +0000
commit235b60c9501dd078abfc2caa2e56f4cf338d4682 (patch)
treec6bde7b4006da29429a68031dba86d825bfafe09 /org.rtems.cdt.toolchain
parentFirst version of a test plug-in that works with Linux. (diff)
downloadrtems-eclipse-plug-in-235b60c9501dd078abfc2caa2e56f4cf338d4682.tar.bz2
Remove unnecessary dependencies from ".settings".
Diffstat (limited to 'org.rtems.cdt.toolchain')
-rw-r--r--org.rtems.cdt.toolchain/.classpath16
1 files changed, 7 insertions, 9 deletions
diff --git a/org.rtems.cdt.toolchain/.classpath b/org.rtems.cdt.toolchain/.classpath
index 2409da5..64c5e31 100644
--- a/org.rtems.cdt.toolchain/.classpath
+++ b/org.rtems.cdt.toolchain/.classpath
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="lib" path="C:/java/eclipseSDK/plugins/org.eclipse.cdt.core.lrparser_5.0.1.200809120802.jar"/>
- <classpathentry kind="lib" path="C:/java/eclipseSDK/plugins/org.eclipse.cdt.core.parser.upc_5.0.0.200809120802.jar"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>