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.eclipse.xtext, |
---|
9 | org.eclipse.xtext.generator;resolution:=optional, |
---|
10 | de.itemis.xtext.antlr;resolution:=optional, |
---|
11 | org.apache.commons.logging;resolution:=optional, |
---|
12 | org.eclipse.emf.codegen.ecore;resolution:=optional, |
---|
13 | org.eclipse.emf.mwe.utils;resolution:=optional, |
---|
14 | org.eclipse.emf.mwe2.launch;resolution:=optional, |
---|
15 | com.ibm.icu;resolution:=optional, |
---|
16 | org.eclipse.xtext.util, |
---|
17 | org.eclipse.emf.ecore, |
---|
18 | org.eclipse.emf.common, |
---|
19 | org.antlr.runtime, |
---|
20 | org.eclipse.core.runtime, |
---|
21 | org.eclipse.xtext.xbase.lib |
---|
22 | Import-Package: org.apache.log4j |
---|
23 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
---|
24 | Export-Package: com.framsticks.framclipse, |
---|
25 | com.framsticks.framclipse.formatting, |
---|
26 | com.framsticks.framclipse.framScript, |
---|
27 | com.framsticks.framclipse.framScript.impl, |
---|
28 | com.framsticks.framclipse.framScript.util, |
---|
29 | com.framsticks.framclipse.parser.antlr, |
---|
30 | com.framsticks.framclipse.parser.antlr.internal, |
---|
31 | com.framsticks.framclipse.scoping, |
---|
32 | com.framsticks.framclipse.script, |
---|
33 | com.framsticks.framclipse.script.model, |
---|
34 | com.framsticks.framclipse.serializer, |
---|
35 | com.framsticks.framclipse.services, |
---|
36 | com.framsticks.framclipse.validation |
---|
37 | Bundle-ClassPath: lib/commons-io-1.4.jar,lib/xpp3_min-1.1.4c.jar,lib/xstream-1.3.1.jar,. |
---|