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

Last change on this file since 441 was 441, checked in by Mateusz Poszwa, 8 years ago

Resolved missing dependencies in Framclipse

  • Property svn:eol-style set to native
File size: 1.1 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.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
16Bundle-RequiredExecutionEnvironment: JavaSE-1.6
17Export-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
27Bundle-ClassPath: lib/commons-io-1.4.jar,
28 lib/xpp3_min-1.1.4c.jar,
29 lib/xstream-1.3.1.jar,
30 .
Note: See TracBrowser for help on using the repository browser.