source: java/Framclipse/com.framsticks.framclipse.ui/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: 792 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
20Bundle-Activator: com.framsticks.framclipse.ui.internal.FramScriptActivator
Note: See TracBrowser for help on using the repository browser.