|
Last change
on this file since 95 was
77,
checked in by phdmakk, 12 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 | |
|---|
| 1 | Manifest-Version: 1.0 |
|---|
| 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | Bundle-Name: Standalone |
|---|
| 4 | Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf.standalone;singleton:=true |
|---|
| 5 | Bundle-Version: 1.0.0.qualifier |
|---|
| 6 | Bundle-Activator: de.ugoe.cs.swe.bnftools.ebnf.standalone.Activator |
|---|
| 7 | Require-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 |
|---|
| 17 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
|---|
| 18 | Bundle-ActivationPolicy: lazy |
|---|
Note: See
TracBrowser
for help on using the repository browser.