mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Still trying to fix build errors.
This commit is contained in:
parent
37e03240ee
commit
f5ed6d257d
2 changed files with 13 additions and 11 deletions
|
@ -3,13 +3,14 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Tests
|
Bundle-Name: Tests
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
|
||||||
Bundle-Version: 4.0.0.qualifier
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-ClassPath: mbscoretests.jar
|
|
||||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
|
||||||
Bundle-Vendor: Eclipse.org
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Export-Package: org.eclipse.cdt.managedbuilder.core.tests,
|
Export-Package: org.eclipse.cdt.managedbuilder.core.tests,
|
||||||
|
org.eclipse.cdt.managedbuilder.templateengine.tests,
|
||||||
org.eclipse.cdt.managedbuilder.testplugin,
|
org.eclipse.cdt.managedbuilder.testplugin,
|
||||||
org.eclipse.cdt.managedbuilder.tests.suite
|
org.eclipse.cdt.managedbuilder.tests.suite,
|
||||||
|
org.eclipse.cdt.projectmodel.tests
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.junit,
|
org.junit,
|
||||||
org.eclipse.core.resources,
|
org.eclipse.core.resources,
|
||||||
|
|
|
@ -8,14 +8,15 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = META-INF/,\
|
||||||
mbscoretests.jar,\
|
|
||||||
resources/,\
|
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/,\
|
icons/,\
|
||||||
META-INF/,\
|
plugin.properties,\
|
||||||
META-INF/
|
plugin.xml,\
|
||||||
jars.compile.order = mbscoretests.jar
|
resources/,\
|
||||||
output.mbscoretests.jar = bin/
|
.,\
|
||||||
source.mbscoretests.jar = suite/,\
|
testdata/
|
||||||
tests/
|
jars.compile.order = .
|
||||||
|
output.. = bin/
|
||||||
|
source.. = suite/,\
|
||||||
|
tests/
|
||||||
|
|
Loading…
Add table
Reference in a new issue