root / tmp / org.txm.groovy.rcp / META-INF / MANIFEST.MF @ 1220
Historique | Voir | Annoter | Télécharger (608 octet)
| 1 |
Manifest-Version: 1.0 |
|---|---|
| 2 |
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport, |
| 3 |
org.eclipse.ui;visibility:=reexport, |
| 4 |
org.txm.groovy.core;bundle-version="1.0.0";visibility:=reexport, |
| 5 |
org.codehaus.groovy.eclipse.ui;bundle-version="2.9.1";visibility:=reexport |
| 6 |
Bundle-Vendor: Textometry.org |
| 7 |
Bundle-Version: 1.0.0.qualifier |
| 8 |
Bundle-Name: %Bundle-Name |
| 9 |
Bundle-ManifestVersion: 2 |
| 10 |
Bundle-Activator: org.txm.groovy.rcp.Activator |
| 11 |
Bundle-SymbolicName: org.txm.groovy.rcp;singleton:=true |
| 12 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
| 13 |
Export-Package: org.txm.groovy.rcp, |
| 14 |
org.txm.groovy.rcp.views |
| 15 |
|