1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Still trying to fix build errors.

This commit is contained in:
Doug Schaefer 2007-06-12 04:37:46 +00:00
parent 37e03240ee
commit f5ed6d257d
2 changed files with 13 additions and 11 deletions

View file

@ -3,13 +3,14 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: mbscoretests.jar
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.managedbuilder.core.tests,
org.eclipse.cdt.managedbuilder.templateengine.tests,
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,
org.junit,
org.eclipse.core.resources,

View file

@ -8,14 +8,15 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = plugin.xml,\
mbscoretests.jar,\
resources/,\
bin.includes = META-INF/,\
about.html,\
icons/,\
META-INF/,\
META-INF/
jars.compile.order = mbscoretests.jar
output.mbscoretests.jar = bin/
source.mbscoretests.jar = suite/,\
tests/
plugin.properties,\
plugin.xml,\
resources/,\
.,\
testdata/
jars.compile.order = .
output.. = bin/
source.. = suite/,\
tests/