Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: %Bundle-Name | |
Bundle-Vendor: %Bundle-Vendor | |
Bundle-Version: 1.0.0 | |
Bundle-SymbolicName: com.google.eclipse.protobuf.ui; singleton:=true | |
Bundle-ActivationPolicy: lazy | |
Require-Bundle: com.google.eclipse.protobuf;visibility:=reexport, | |
org.eclipse.xtext.ui, | |
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.ui, | |
org.eclipse.xtext.builder, | |
org.antlr.runtime, | |
org.eclipse.core.runtime, | |
com.ibm.icu, | |
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 |