blob: 4098738b89f0afa36e4dcb9180fe41fb38e744ef [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,
17 org.eclipse.core.databinding,
18 org.eclipse.core.databinding.beans,
19 org.eclipse.core.databinding.observable,
20 org.eclipse.core.databinding.property,
21 org.eclipse.jface.databinding,
22 com.ibm.icu,
23 org.eclipse.emf.databinding,
24 org.eclipse.core.resources
25Import-Package: org.apache.log4j,
26 org.apache.commons.logging
27Bundle-RequiredExecutionEnvironment: J2SE-1.5
28Export-Package: com.google.eclipse.protobuf.ui.contentassist.antlr
29Bundle-Activator: com.google.eclipse.protobuf.ui.internal.ProtobufActivator