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

add singleton property to correct compile errors against M5 platform.

This commit is contained in:
Andrew Ferguson 2008-02-09 12:21:50 +00:00
parent 13f968d5c0
commit 14b1bbaf1e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Make Core Tests Plug-in
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests
Bundle-SymbolicName: org.eclipse.cdt.make.core.tests;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-ClassPath: makecoretests.jar
Bundle-Activator: org.eclipse.cdt.make.core.tests.MakeTestsPlugin

View file

@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.cdt.debug.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.tests;singleton:=true
Bundle-Version: 5.0.0.qualifier
Bundle-ClassPath: cdtdebuguitests.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator