Alex Ruiz | 6d2c0ce | 2011-04-13 21:19:24 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0
|
| 2 | Bundle-ManifestVersion: 2
|
| 3 | Bundle-Name: %Bundle-Name
|
| 4 | Bundle-Vendor: %Bundle-Vendor
|
| 5 | Bundle-Version: 1.0.0
|
| 6 | Bundle-SymbolicName: com.google.eclipse.protobuf.ui; singleton:=true
|
| 7 | Bundle-ActivationPolicy: lazy
|
| 8 | Require-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
|
| 25 | Import-Package: org.apache.log4j,
|
| 26 | org.apache.commons.logging
|
| 27 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| 28 | Export-Package: com.google.eclipse.protobuf.ui.contentassist.antlr
|
| 29 | Bundle-Activator: com.google.eclipse.protobuf.ui.internal.ProtobufActivator
|