mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
13 lines
470 B
Text
13 lines
470 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: MSVC Build Integration Plug-in
|
|
Bundle-SymbolicName: org.eclipse.cdt.msw.build;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.msw.build.Activator
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.managedbuilder.core
|
|
Eclipse-LazyStart: true
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|