asobolev | beb7ce3 | 2007-04-06 12:42:46 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
aplatov | 2f357ac | 2007-05-13 12:51:09 +0000 | [diff] [blame] | 3 | Bundle-Name: %pluginName |
asobolev | beb7ce3 | 2007-04-06 12:42:46 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.dltk.validators.core;singleton:=true |
apanchenk | 2f863d8 | 2008-08-09 15:06:52 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0.qualifier |
asobolev | beb7ce3 | 2007-04-06 12:42:46 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.dltk.validators.internal.core.ValidatorsCore |
| 7 | Require-Bundle: org.eclipse.core.runtime, |
| 8 | org.eclipse.dltk.core, |
apanchenk | d053c66 | 2009-02-27 09:14:24 +0000 | [diff] [blame^] | 9 | org.eclipse.debug.core, |
| 10 | org.eclipse.emf.ecore |
asobolev | beb7ce3 | 2007-04-06 12:42:46 +0000 | [diff] [blame] | 11 | Eclipse-LazyStart: true |
apanchenk | d053c66 | 2009-02-27 09:14:24 +0000 | [diff] [blame^] | 12 | Export-Package: org.eclipse.dltk.validators.configs, |
| 13 | org.eclipse.dltk.validators.configs.impl, |
| 14 | org.eclipse.dltk.validators.core, |
apanchenk | cc839b5 | 2008-07-15 04:49:17 +0000 | [diff] [blame] | 15 | org.eclipse.dltk.validators.internal.core |
aplatov | 2f357ac | 2007-05-13 12:51:09 +0000 | [diff] [blame] | 16 | Bundle-Vendor: %providerName |
aplatov | 2f357ac | 2007-05-13 12:51:09 +0000 | [diff] [blame] | 17 | Bundle-Localization: plugin |
asobolev | f561ca6 | 2007-07-09 10:24:39 +0000 | [diff] [blame] | 18 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
apanchenk | d053c66 | 2009-02-27 09:14:24 +0000 | [diff] [blame^] | 19 | Bundle-ActivationPolicy: lazy |