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

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

Added Framclipse as developed by Bartosz Kukawka and Tomek Maciejewski in 2010

  • 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.xtend;resolution:=optional,
17 org.eclipse.xtext.util,
18 org.eclipse.emf.ecore,
19 org.eclipse.emf.common,
20 org.antlr.runtime,
21 org.eclipse.core.runtime
22Import-Package: org.apache.log4j
23Bundle-RequiredExecutionEnvironment: JavaSE-1.6
24Export-Package: com.framsticks.framclipse,
25 com.framsticks.framclipse.framScript,
26 com.framsticks.framclipse.framScript.impl,
27 com.framsticks.framclipse.framScript.util,
28 com.framsticks.framclipse.parseTreeConstruction,
29 com.framsticks.framclipse.parser.antlr,
30 com.framsticks.framclipse.parser.antlr.internal,
31 com.framsticks.framclipse.script,
32 com.framsticks.framclipse.script.model,
33 com.framsticks.framclipse.services,
34 com.framsticks.framclipse.validation
35Bundle-ClassPath: lib/commons-io-1.4.jar,
36 lib/xpp3_min-1.1.4c.jar,
37 lib/xstream-1.3.1.jar,
38 .
Note: See TracBrowser for help on using the repository browser.