Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2018-11-09 14:53:47 +0000
committerDoug Schaefer2018-11-10 19:09:43 +0000
commitafe7d1879386391a0d88ef2ff3f23c6d789c7287 (patch)
tree86c9671d4cabb88f8bbafb52383956e83b5b3ba8 /lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath
parentf9250cb361c54bc7d4117b7ab85649cdbacc2f87 (diff)
downloadorg.eclipse.cdt-afe7d1879386391a0d88ef2ff3f23c6d789c7287.tar.gz
org.eclipse.cdt-afe7d1879386391a0d88ef2ff3f23c6d789c7287.tar.xz
org.eclipse.cdt-afe7d1879386391a0d88ef2ff3f23c6d789c7287.zip
Bug 540978 Rename lsp plugins to be org.eclipse.cdt.lsp.*
To make it clear these are CDT's future :). Change-Id: I64935e3998a46632f4f4006589a17eb01959eb27
Diffstat (limited to 'lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath')
-rw-r--r--lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath7
1 files changed, 0 insertions, 7 deletions
diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath b/lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath
deleted file mode 100644
index eca7bdba8f0..00000000000
--- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.language/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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/JavaSE-1.8"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>

Back to the top