source: java/Framclipse/com.framsticks.framclipse/META-INF/MANIFEST.MF @ 438

Last change on this file since 438 was 438, checked in by Mateusz Poszwa, 9 years ago

Ported Framclipse to Xtext 2.8.4

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Framclipse
4Bundle-Vendor: Poznan University of Technology
5Bundle-Version: 2.0.0.vqualifier
6Bundle-SymbolicName: com.framsticks.framclipse; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-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
22Import-Package: org.apache.log4j
23Bundle-RequiredExecutionEnvironment: JavaSE-1.6
24Export-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
37Bundle-ClassPath: lib/commons-io-1.4.jar,lib/xpp3_min-1.1.4c.jar,lib/xstream-1.3.1.jar,.
Note: See TracBrowser for help on using the repository browser.