source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.standalone/META-INF/MANIFEST.MF @ 77

Last change on this file since 77 was 77, checked in by phdmakk, 10 years ago

+ what appears to be a working version (note that de.ugoe.cs.bnftools.ebnf is still incorrectly exported and needs to be manually fixed (open resulting jar and copy/move everything from bin into the parent location in the jar file)

  • Property svn:mime-type set to text/plain
File size: 572 bytes
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Standalone
4Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf.standalone;singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-Activator: de.ugoe.cs.swe.bnftools.ebnf.standalone.Activator
7Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
9 org.eclipse.emf.common,
10 org.eclipse.emf.ecore,
11 org.eclipse.xtext,
12 org.eclipse.xtext.ui,
13 de.ugoe.cs.swe.bnftools.ebnf.ui,
14 org.apache.commons.io,
15 org.eclipse.text,
16 org.eclipse.swt
17Bundle-RequiredExecutionEnvironment: JavaSE-1.7
18Bundle-ActivationPolicy: lazy
Note: See TracBrowser for help on using the repository browser.