|
1 |
| -Manifest-Version: 1.0 |
2 |
| -Bundle-ManifestVersion: 2 |
3 |
| -Bundle-Name: %Bundle-Name |
4 |
| -Bundle-Vendor: %Bundle-Vendor |
5 |
| -Bundle-Version: 0.3.0.qualifier |
6 |
| -Bundle-SymbolicName: csep; singleton:=true |
7 |
| -Require-Bundle: org.apache.log4j;bundle-version="1.2.15";visibility:=reexport, |
8 |
| - org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport, |
9 |
| - org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional, |
10 |
| - org.eclipse.xtend;bundle-version="1.1.0", |
11 |
| - org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1", |
12 |
| - org.eclipse.xpand;bundle-version="1.1.0", |
13 |
| - org.eclipse.xtext.util;bundle-version="2.0.0", |
14 |
| - org.eclipse.emf.ecore, |
15 |
| - org.eclipse.emf.common, |
16 |
| - org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional, |
17 |
| - org.antlr.runtime, |
18 |
| - org.eclipse.xtext.xbase;bundle-version="2.0.0", |
19 |
| - org.eclipse.xtext.common.types, |
20 |
| - org.eclipse.xtext.xbase.lib;bundle-version="2.0.0";visibility:=reexport, |
21 |
| - org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport, |
22 |
| - org.eclipse.xtext.ui.codetemplates;bundle-version="2.0.0" |
23 |
| -Import-Package: org.apache.commons.logging, |
24 |
| - org.apache.log4j, |
25 |
| - org.eclipse.xtext.xbase.lib |
26 |
| -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
27 |
| -Export-Package: beaver, |
28 |
| - com.aptana.editor.coffee.parsing, |
29 |
| - com.aptana.editor.coffee.parsing.lexer, |
30 |
| - csep, |
31 |
| - csep.coffeeScript, |
32 |
| - csep.coffeeScript.impl, |
33 |
| - csep.coffeeScript.util, |
34 |
| - csep.formatting, |
35 |
| - csep.generator, |
36 |
| - csep.linking, |
37 |
| - csep.parseTreeConstruction, |
38 |
| - csep.parser, |
39 |
| - csep.parser.antlr, |
40 |
| - csep.parser.antlr.internal;x-internal:=true, |
41 |
| - csep.scoping, |
42 |
| - csep.services, |
43 |
| - csep.validation, |
44 |
| - xx |
| 1 | +Manifest-Version: 1.0 |
| 2 | +Bundle-ManifestVersion: 2 |
| 3 | +Bundle-Name: %Bundle-Name |
| 4 | +Bundle-Vendor: %Bundle-Vendor |
| 5 | +Bundle-Version: 0.4.0.qualifier |
| 6 | +Bundle-SymbolicName: csep; singleton:=true |
| 7 | +Require-Bundle: org.apache.log4j;bundle-version="1.2.15";visibility:=reexport, |
| 8 | + org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport, |
| 9 | + org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional, |
| 10 | + org.eclipse.xtend;bundle-version="1.1.0", |
| 11 | + org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1", |
| 12 | + org.eclipse.xpand;bundle-version="1.1.0", |
| 13 | + org.eclipse.xtext.util;bundle-version="2.0.0", |
| 14 | + org.eclipse.emf.ecore, |
| 15 | + org.eclipse.emf.common, |
| 16 | + org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional, |
| 17 | + org.antlr.runtime, |
| 18 | + org.eclipse.xtext.xbase;bundle-version="2.0.0", |
| 19 | + org.eclipse.xtext.common.types, |
| 20 | + org.eclipse.xtext.xbase.lib;bundle-version="2.0.0";visibility:=reexport, |
| 21 | + org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport, |
| 22 | + org.eclipse.xtext.ui.codetemplates;bundle-version="2.0.0" |
| 23 | +Import-Package: org.apache.commons.logging, |
| 24 | + org.apache.log4j, |
| 25 | + org.eclipse.xtext.xbase.lib |
| 26 | +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 27 | +Export-Package: beaver, |
| 28 | + com.aptana.editor.coffee.parsing, |
| 29 | + com.aptana.editor.coffee.parsing.lexer, |
| 30 | + csep, |
| 31 | + csep.coffeeScript, |
| 32 | + csep.coffeeScript.impl, |
| 33 | + csep.coffeeScript.util, |
| 34 | + csep.formatting, |
| 35 | + csep.generator, |
| 36 | + csep.linking, |
| 37 | + csep.parseTreeConstruction, |
| 38 | + csep.parser, |
| 39 | + csep.parser.antlr, |
| 40 | + csep.parser.antlr.internal;x-internal:=true, |
| 41 | + csep.scoping, |
| 42 | + csep.services, |
| 43 | + csep.validation, |
| 44 | + xx |
0 commit comments