mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 05:25:21 +02:00
compile all test plug-ins into jars at root
This commit is contained in:
parent
5945dd5813
commit
8ffc518520
10 changed files with 20 additions and 25 deletions
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Make Core Tests Plug-in
|
Bundle-Name: Make Core Tests Plug-in
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
|
||||||
Bundle-Version: 5.0.100.qualifier
|
Bundle-Version: 5.0.100.qualifier
|
||||||
Bundle-ClassPath: makecoretests.jar
|
|
||||||
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin
|
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin
|
||||||
Export-Package: org.eclipse.cdt.make.builder.tests,
|
Export-Package: org.eclipse.cdt.make.builder.tests,
|
||||||
org.eclipse.cdt.make.core.tests
|
org.eclipse.cdt.make.core.tests
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.makecoretests.jar = src/
|
source.. = src/
|
||||||
output.makecoretests.jar = bin/
|
output.. = bin/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
makecoretests.jar,\
|
.,\
|
||||||
META-INF/
|
META-INF/
|
||||||
|
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Managed Build UI Tests Plug-in
|
Bundle-Name: Managed Build UI Tests Plug-in
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
||||||
Bundle-Version: 5.0.100.qualifier
|
Bundle-Version: 5.0.100.qualifier
|
||||||
Bundle-ClassPath: tests.jar
|
|
||||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
||||||
Bundle-Vendor: Eclipse.org
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Texas Instruments - initial API and implementation
|
# Texas Instruments - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.tests.jar = src/
|
source.. = src/
|
||||||
output.tests.jar = bin/
|
output.. = bin/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
tests.jar,\
|
.,\
|
||||||
about.html,\
|
about.html,\
|
||||||
META-INF/
|
META-INF/
|
||||||
|
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: org.eclipse.cdt.core.tests
|
Bundle-Name: org.eclipse.cdt.core.tests
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.core.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.core.tests; singleton:=true
|
||||||
Bundle-Version: 5.1.0.qualifier
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Bundle-ClassPath: cdtcoretests.jar
|
|
||||||
Bundle-Activator: org.eclipse.cdt.core.testplugin.CTestPlugin
|
Bundle-Activator: org.eclipse.cdt.core.testplugin.CTestPlugin
|
||||||
Export-Package: org.eclipse.cdt.core.cdescriptor.tests,
|
Export-Package: org.eclipse.cdt.core.cdescriptor.tests,
|
||||||
org.eclipse.cdt.core.internal.errorparsers.tests;x-internal:=true,
|
org.eclipse.cdt.core.internal.errorparsers.tests;x-internal:=true,
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
cdtcoretests.jar,\
|
.,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
resources/,\
|
resources/,\
|
||||||
META-INF/,\
|
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/ast2/,\
|
||||||
parser/org/eclipse/cdt/core/parser/tests/scanner/
|
parser/org/eclipse/cdt/core/parser/tests/scanner/
|
||||||
|
|
||||||
output.cdtcoretests.jar = bin/
|
output.. = bin/
|
||||||
source.cdtcoretests.jar = model/,\
|
source.. = model/,\
|
||||||
parser/,\
|
parser/,\
|
||||||
suite/,\
|
suite/,\
|
||||||
misc/,\
|
misc/,\
|
||||||
regression/,\
|
regression/,\
|
||||||
templateengine/
|
templateengine/
|
||||||
|
|
||||||
jre.compilation.profile=J2SE-1.5
|
jre.compilation.profile=J2SE-1.5
|
||||||
javacSource=1.5
|
javacSource=1.5
|
||||||
|
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: org.eclipse.cdt.ui.tests
|
Bundle-Name: org.eclipse.cdt.ui.tests
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
|
||||||
Bundle-Version: 5.1.0.qualifier
|
Bundle-Version: 5.1.0.qualifier
|
||||||
Bundle-ClassPath: cdtuitests.jar
|
|
||||||
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
||||||
Export-Package: org.eclipse.cdt.ui.testplugin,
|
Export-Package: org.eclipse.cdt.ui.testplugin,
|
||||||
org.eclipse.cdt.ui.testplugin.util,
|
org.eclipse.cdt.ui.testplugin.util,
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.cdtuitests.jar = src/,\
|
source.. = src/,\
|
||||||
ui/
|
ui/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
cdtuitests.jar,\
|
.,\
|
||||||
resources/,\
|
resources/,\
|
||||||
icons/,\
|
icons/,\
|
||||||
src/,\
|
src/,\
|
||||||
|
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: org.eclipse.cdt.debug.ui.tests
|
Bundle-Name: org.eclipse.cdt.debug.ui.tests
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests;singleton:=true
|
||||||
Bundle-Version: 5.0.100.qualifier
|
Bundle-Version: 5.0.100.qualifier
|
||||||
Bundle-ClassPath: cdtdebuguitests.jar
|
|
||||||
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
|
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Export-Package: org.eclipse.cdt.debug.core.tests,
|
Export-Package: org.eclipse.cdt.debug.core.tests,
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.cdtdebuguitests.jar = src/,\
|
source.. = src/,\
|
||||||
core/
|
core/
|
||||||
bin.includes = about.html,\
|
bin.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
resources/,\
|
resources/,\
|
||||||
cdtdebuguitests.jar,\
|
.,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
META-INF/
|
META-INF/
|
||||||
|
|
Loading…
Add table
Reference in a new issue