mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Still trying to fix tests failure by fixing dependencies
This commit is contained in:
parent
02f73b5ead
commit
b523cda50a
2 changed files with 7 additions and 4 deletions
|
@ -7,11 +7,11 @@ Bundle-Activator: org.eclipse.cdt.codan.core.test.CodanCoreTestActivator
|
|||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.codan.checkers;bundle-version="1.0.0",
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.resources;bundle-version="3.5.0",
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.cdt.core.tests,
|
||||
org.junit;bundle-version="3.8.2",
|
||||
org.eclipse.cdt.codan.core;bundle-version="1.0.0",
|
||||
org.eclipse.cdt.codan.core.cxx;bundle-version="1.0.0"
|
||||
org.eclipse.cdt.codan.core.cxx;bundle-version="1.0.0",
|
||||
org.junit
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Vendor: Eclipse CDT
|
||||
|
|
|
@ -54,11 +54,14 @@
|
|||
<import plugin="org.eclipse.cdt.core.lrparser" version="4.0.1" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.cdt.core.parser.upc"/>
|
||||
<import plugin="org.eclipse.cdt.core.lrparser.tests" version="4.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.cdt.codan.checkers" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.core.resources" version="3.5.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.junit" version="3.8.2" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.cdt.codan.core" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.cdt.codan.core.cxx" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.cdt.codan.checkers" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.apache.ant" version="1.6.5" match="compatible"/>
|
||||
<import plugin="org.eclipse.ui.ide.application"/>
|
||||
<import plugin="org.eclipse.equinox.app"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue