Last change
on this file since 74 was
74,
checked in by phdmakk, 10 years ago
|
+ initial RCP example
+ EBNFEditedResourceProvider
+ Initial imports and declarations in View
+ corresponding dependencies
|
-
Property svn:mime-type set to
text/plain
|
File size:
477 bytes
|
Rev | Line | |
---|
[74] | 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 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
---|
| 14 | Bundle-ActivationPolicy: lazy |
---|
Note: See
TracBrowser
for help on using the repository browser.