Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a49415bfaca18f5f072f4c1d47031038c16b4760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.examples.generator.validator;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: generator.validator.jar
Bundle-Activator: org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.codegen.ecore
Eclipse-LazyStart: true

Back to the top