blob: 87abba71bbf3be7140ca67c54ab83e573a0b38f3 [file] [log] [blame]
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 1.0.0
6Bundle-SymbolicName: com.google.eclipse.protobuf.ui; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-Bundle: com.google.eclipse.protobuf;visibility:=reexport,
9 org.eclipse.xtext.ui,
10 org.eclipse.ui.editors;bundle-version="3.5.0",
11 org.eclipse.ui.ide;bundle-version="3.5.0",
12 org.eclipse.xtext.ui.shared,
13 org.eclipse.ui,
14 org.eclipse.xtext.builder,
15 org.antlr.runtime,
16 org.eclipse.core.runtime,
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +000017 com.ibm.icu,
18 org.eclipse.emf.databinding,
Alex Ruizb08a3e32011-05-17 00:00:01 +000019 org.eclipse.core.resources,
20 org.eclipse.core.filesystem;bundle-version="1.3.100"
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +000021Import-Package: org.apache.log4j,
22 org.apache.commons.logging
23Bundle-RequiredExecutionEnvironment: J2SE-1.5
24Export-Package: com.google.eclipse.protobuf.ui.contentassist.antlr
25Bundle-Activator: com.google.eclipse.protobuf.ui.internal.ProtobufActivator