| Bundle-ManifestVersion: 2
|
| Bundle-Name: %Bundle-Name
|
| Bundle-Vendor: %Bundle-Vendor
|
| Bundle-SymbolicName: com.google.eclipse.protobuf.ui; singleton:=true
|
| Bundle-ActivationPolicy: lazy
|
| Require-Bundle: com.google.eclipse.protobuf;visibility:=reexport,
|
| org.eclipse.ui.editors;bundle-version="3.5.0",
|
| org.eclipse.ui.ide;bundle-version="3.5.0",
|
| org.eclipse.xtext.ui.shared,
|
| org.eclipse.xtext.builder,
|
| org.eclipse.core.runtime,
|
| org.eclipse.emf.databinding,
|
| org.eclipse.core.resources
|
| Import-Package: org.apache.log4j,
|
| org.apache.commons.logging
|
| Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| Export-Package: com.google.eclipse.protobuf.ui.contentassist.antlr
|
| Bundle-Activator: com.google.eclipse.protobuf.ui.internal.ProtobufActivator
|