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 |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.dltk.validators.internal.core.ValidatorsCore |
| 7 | Require-Bundle: org.eclipse.core.runtime, |
| 8 | org.eclipse.dltk.core, |
| 9 | org.eclipse.core.resources, |
| 10 | org.eclipse.core.filesystem, |
| 11 | org.eclipse.core.variables |
| 12 | Eclipse-LazyStart: true |
| 13 | Export-Package: org.eclipse.dltk.validators.core, |
| 14 | org.eclipse.dltk.validators.internal.core;x-friends:="org.eclipse.dltk.validators.core.tests,org.eclipse.dltk.validators.ui" |
aplatov | 2f357ac | 2007-05-13 12:51:09 +0000 | [diff] [blame^] | 15 | Bundle-Vendor: %providerName |
| 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
| 17 | Bundle-Localization: plugin |