source: java/Framclipse/com.framsticks.framclipse.ui/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: 663 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Framclipse UI
4Bundle-Vendor: Poznan University of Technology
5Bundle-Version: 2.0.0.vqualifier
6Bundle-SymbolicName: com.framsticks.framclipse.ui; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-Bundle: com.framsticks.framclipse;visibility:=reexport,
9 org.eclipse.xtext.ui,
10 org.eclipse.xtext.ui.shared,
11 org.eclipse.xtext.builder
12Import-Package: org.apache.log4j
13Bundle-RequiredExecutionEnvironment: JavaSE-1.6
14Export-Package: com.framsticks.framclipse.ui.contentassist,
15 com.framsticks.framclipse.ui.contentassist.antlr
16Bundle-Activator: com.framsticks.framclipse.ui.internal.FramScriptActivator
Note: See TracBrowser for help on using the repository browser.