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; singleton:=true
|
| 7 | Bundle-ActivationPolicy: lazy
|
| 8 | Require-Bundle: org.eclipse.xtext,
|
| 9 | org.eclipse.xtext.generator;resolution:=optional,
|
| 10 | org.eclipse.emf.codegen.ecore;resolution:=optional,
|
| 11 | org.eclipse.emf.mwe.utils;resolution:=optional,
|
| 12 | org.eclipse.emf.mwe2.launch;resolution:=optional,
|
| 13 | com.ibm.icu;resolution:=optional,
|
| 14 | org.eclipse.xtext.util,
|
| 15 | org.eclipse.emf.ecore,
|
| 16 | org.eclipse.emf.common,
|
| 17 | org.antlr.runtime,
|
| 18 | org.eclipse.core.runtime;bundle-version="3.7.0"
|
| 19 | Import-Package: org.apache.log4j,
|
| 20 | org.apache.commons.logging
|
| 21 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| 22 | Export-Package: com.google.eclipse.protobuf,
|
| 23 | com.google.eclipse.protobuf.parseTreeConstruction,
|
| 24 | com.google.eclipse.protobuf.parser.antlr,
|
| 25 | com.google.eclipse.protobuf.parser.antlr.internal,
|
| 26 | com.google.eclipse.protobuf.protobuf,
|
| 27 | com.google.eclipse.protobuf.protobuf.impl,
|
| 28 | com.google.eclipse.protobuf.protobuf.util,
|
| 29 | com.google.eclipse.protobuf.scoping,
|
| 30 | com.google.eclipse.protobuf.services,
|
| 31 | com.google.eclipse.protobuf.util,
|
| 32 | com.google.eclipse.protobuf.validation
|