Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.core.tests/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.make.core.tests/plugin.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/org.eclipse.cdt.make.core.tests/plugin.xml b/build/org.eclipse.cdt.make.core.tests/plugin.xml
deleted file mode 100644
index f7e2ecbcf2f..00000000000
--- a/build/org.eclipse.cdt.make.core.tests/plugin.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.cdt.make.core.tests"
- name="Make Core Tests Plug-in"
- version="3.0.0"
- provider-name=""
- class="org.eclipse.cdt.make.core.tests.MakeTestsPlugin">
-
- <runtime>
- <library name="makecoretests.jar">
- <export name="*"/>
- </library>
- </runtime>
-
- <requires>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.junit"/>
- <import plugin="org.eclipse.cdt.make.core"/>
- <import plugin="org.eclipse.cdt.core"/>
- <import plugin="org.eclipse.core.resources"/>
- </requires>
-
-</plugin>

Back to the top