1 | Manifest-Version: 1.0 |
---|
2 | Bundle-ManifestVersion: 2 |
---|
3 | Bundle-Name: Framclipse |
---|
4 | Bundle-Vendor: Poznan University of Technology |
---|
5 | Bundle-Version: 2.0.0.vqualifier |
---|
6 | Bundle-SymbolicName: com.framsticks.framclipse; singleton:=true |
---|
7 | Bundle-ActivationPolicy: lazy |
---|
8 | Require-Bundle: org.antlr.generator, |
---|
9 | org.eclipse.xtext, |
---|
10 | org.eclipse.xtext.generator;resolution:=optional, |
---|
11 | de.itemis.xtext.antlr;resolution:=optional, |
---|
12 | org.apache.commons.logging;resolution:=optional, |
---|
13 | org.eclipse.emf.mwe2.launch;resolution:=optional, |
---|
14 | org.antlr.runtime, |
---|
15 | org.eclipse.core.runtime |
---|
16 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
---|
17 | Export-Package: com.framsticks.framclipse, |
---|
18 | com.framsticks.framclipse.framScript, |
---|
19 | com.framsticks.framclipse.framScript.impl, |
---|
20 | com.framsticks.framclipse.framScript.util, |
---|
21 | com.framsticks.framclipse.parser.antlr, |
---|
22 | com.framsticks.framclipse.parser.antlr.internal, |
---|
23 | com.framsticks.framclipse.script, |
---|
24 | com.framsticks.framclipse.script.model, |
---|
25 | com.framsticks.framclipse.services, |
---|
26 | com.framsticks.framclipse.validation |
---|
27 | Bundle-ClassPath: lib/commons-io-1.4.jar, |
---|
28 | lib/xpp3_min-1.1.4c.jar, |
---|
29 | lib/xstream-1.3.1.jar, |
---|
30 | . |
---|