blob: 54b2e6e2da499f7505e0464c6e20e09b511ffec2 [file] [log] [blame]
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
Alex Ruiz1b3cbb92011-05-15 08:03:38 +00003Eclipse-ExtensibleAPI: true
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +00004Bundle-Name: %Bundle-Name
5Bundle-Vendor: %Bundle-Vendor
Alex Ruiz99e6e7a2011-10-18 16:54:23 -07006Bundle-Version: 1.0.11.qualifier
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +00007Bundle-SymbolicName: com.google.eclipse.protobuf; singleton:=true
8Bundle-ActivationPolicy: lazy
9Require-Bundle: org.eclipse.xtext,
10 org.eclipse.xtext.generator;resolution:=optional,
11 org.eclipse.emf.codegen.ecore;resolution:=optional,
12 org.eclipse.emf.mwe.utils;resolution:=optional,
13 org.eclipse.emf.mwe2.launch;resolution:=optional,
14 com.ibm.icu;resolution:=optional,
15 org.eclipse.xtext.util,
16 org.eclipse.emf.ecore,
17 org.eclipse.emf.common,
18 org.antlr.runtime,
19 org.eclipse.core.runtime;bundle-version="3.7.0"
20Import-Package: org.apache.log4j,
21 org.apache.commons.logging
Alex Ruiz13a46942011-10-18 02:46:35 -070022Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +000023Export-Package: com.google.eclipse.protobuf,
Alex Ruiz9256d372011-08-21 06:46:37 -070024 com.google.eclipse.protobuf.conversion,
Alex Ruizd277e4f2011-06-16 20:05:21 +000025 com.google.eclipse.protobuf.grammar,
Alex Ruiz33441fd2011-10-03 11:23:28 -070026 com.google.eclipse.protobuf.model.util,
Alex Ruiz3477c912011-11-16 17:31:53 -080027 com.google.eclipse.protobuf.naming,
Alex Ruiz6d2c0ce2011-04-13 21:19:24 +000028 com.google.eclipse.protobuf.parseTreeConstruction,
29 com.google.eclipse.protobuf.parser.antlr,
30 com.google.eclipse.protobuf.parser.antlr.internal,
31 com.google.eclipse.protobuf.protobuf,
32 com.google.eclipse.protobuf.protobuf.impl,
33 com.google.eclipse.protobuf.protobuf.util,
34 com.google.eclipse.protobuf.scoping,
35 com.google.eclipse.protobuf.services,
36 com.google.eclipse.protobuf.util,
37 com.google.eclipse.protobuf.validation
Alex Ruiz5eb230c2011-06-16 21:37:29 +000038