source: java/Framclipse/com.framsticks.framclipse.ui/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: 832 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.ui.editors;bundle-version="3.5.0",
11 org.eclipse.ui.ide;bundle-version="3.5.0",
12 org.eclipse.xtext.ui.shared,
13 org.eclipse.ui,
14 org.antlr.runtime,
15 org.eclipse.xtext.builder
16Import-Package: org.apache.log4j
17Bundle-RequiredExecutionEnvironment: JavaSE-1.6
18Export-Package: com.framsticks.framclipse.ui.contentassist,
19 com.framsticks.framclipse.ui.contentassist.antlr,
20 com.framsticks.framclipse.ui.quickfix
21Bundle-Activator: com.framsticks.framclipse.ui.internal.FramScriptActivator
Note: See TracBrowser for help on using the repository browser.