root / tmp / org.txm.backtomedia.rcp / META-INF / MANIFEST.MF @ 3063
Historique | Voir | Annoter | Télécharger (1,29 ko)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Bundle-SymbolicName: org.txm.backtomedia.rcp;singleton:=true |
3 |
Bundle-Version: 1.0.0.qualifier |
4 |
Bundle-Name: %Bundle-Name |
5 |
Bundle-ClassPath: ., |
6 |
vlcj-4.1.0/jna-5.2.0.jar, |
7 |
vlcj-4.1.0/platform-5.2.0.jar, |
8 |
vlcj-4.1.0/vlcj-4.1.0.jar, |
9 |
vlcj-4.1.0/vlcj-natives-4.1.0.jar, |
10 |
opal-0.9.5.2.jar |
11 |
Require-Bundle: org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
12 |
org.txm.rcp;bundle-version="0.8.0";visibility:=reexport, |
13 |
org.eclipse.core.runtime;visibility:=reexport, |
14 |
org.eclipse.ui;visibility:=reexport, |
15 |
org.eclipse.core.expressions;bundle-version="3.4.500";visibility:=reexport, |
16 |
org.txm.concordance.core;bundle-version="1.0.0";visibility:=reexport, |
17 |
org.txm.concordance.rcp;bundle-version="1.0.0";visibility:=reexport, |
18 |
org.txm.edition.rcp;bundle-version="1.0.0";visibility:=reexport, |
19 |
org.txm.libs.javafx;bundle-version="1.0.0";visibility:=reexport |
20 |
Bundle-ManifestVersion: 2 |
21 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
22 |
Bundle-Vendor: %Bundle-Vendor |
23 |
Export-Package: org.txm.backtomedia.commands.function, |
24 |
org.txm.backtomedia.editors.input, |
25 |
org.txm.backtomedia.editors.vlcplayer, |
26 |
org.txm.backtomedia.preferences, |
27 |
uk.co.caprica.vlcj.factory.swt, |
28 |
uk.co.caprica.vlcj.player.embedded.videosurface.swt, |
29 |
vlcplayerrcp |
30 |
Automatic-Module-Name: org.txm.backtomedia.rcp |
31 |
|