1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00

compile all test plug-ins into jars at root

This commit is contained in:
Vivian Kong 2008-12-15 21:19:31 +00:00
parent 5945dd5813
commit 8ffc518520
10 changed files with 20 additions and 25 deletions

View file

@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Make Core Tests Plug-in
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
Bundle-Version: 5.0.100.qualifier
Bundle-ClassPath: makecoretests.jar
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin
Export-Package: org.eclipse.cdt.make.builder.tests,
org.eclipse.cdt.make.core.tests

View file

@ -8,8 +8,8 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
source.makecoretests.jar = src/
output.makecoretests.jar = bin/
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
makecoretests.jar,\
.,\
META-INF/

View file

@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Managed Build UI Tests Plug-in
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
Bundle-Version: 5.0.100.qualifier
Bundle-ClassPath: tests.jar
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin

View file

@ -8,9 +8,9 @@
# Contributors:
# Texas Instruments - initial API and implementation
###############################################################################
source.tests.jar = src/
output.tests.jar = bin/
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
tests.jar,\
.,\
about.html,\
META-INF/

View file

@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.core.tests
Bundle-SymbolicName: org.eclipse.cdt.core.tests; singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: cdtcoretests.jar
Bundle-Activator: org.eclipse.cdt.core.testplugin.CTestPlugin
Export-Package: org.eclipse.cdt.core.cdescriptor.tests,
org.eclipse.cdt.core.internal.errorparsers.tests;x-internal:=true,

View file

@ -10,7 +10,7 @@
###############################################################################
bin.includes = plugin.xml,\
about.html,\
cdtcoretests.jar,\
.,\
test.xml,\
resources/,\
META-INF/,\
@ -19,13 +19,13 @@ bin.includes = plugin.xml,\
parser/org/eclipse/cdt/core/parser/tests/ast2/,\
parser/org/eclipse/cdt/core/parser/tests/scanner/
output.cdtcoretests.jar = bin/
source.cdtcoretests.jar = model/,\
parser/,\
suite/,\
misc/,\
regression/,\
templateengine/
output.. = bin/
source.. = model/,\
parser/,\
suite/,\
misc/,\
regression/,\
templateengine/
jre.compilation.profile=J2SE-1.5
javacSource=1.5

View file

@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: cdtuitests.jar
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
Export-Package: org.eclipse.cdt.ui.testplugin,
org.eclipse.cdt.ui.testplugin.util,

View file

@ -8,12 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
source.cdtuitests.jar = src/,\
ui/
source.. = src/,\
ui/
bin.includes = plugin.xml,\
about.html,\
test.xml,\
cdtuitests.jar,\
.,\
resources/,\
icons/,\
src/,\

View file

@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.debug.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests;singleton:=true
Bundle-Version: 5.0.100.qualifier
Bundle-ClassPath: cdtdebuguitests.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.debug.core.tests,

View file

@ -8,11 +8,11 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
source.cdtdebuguitests.jar = src/,\
core/
source.. = src/,\
core/
bin.includes = about.html,\
plugin.xml,\
resources/,\
cdtdebuguitests.jar,\
.,\
test.xml,\
META-INF/