Revision 875 tmp/org.txm.xmleditor.rcp/META-INF/MANIFEST.MF
MANIFEST.MF (revision 875) | ||
---|---|---|
1 | 1 |
Manifest-Version: 1.0 |
2 |
Require-Bundle: org.eclipse.ui;visibility:=reexport,org.eclipse.core.r |
|
3 |
untime;visibility:=reexport,org.eclipse.wst.xml.ui;bundle-version="1. |
|
4 |
1.401";visibility:=reexport,org.eclipse.core.filesystem;bundle-versio |
|
5 |
n="1.4.0";visibility:=reexport,org.eclipse.ui.ide;bundle-version="3.9 |
|
6 |
.0";visibility:=reexport,org.eclipse.wst.sse.ui;bundle-version="1.3.2 |
|
7 |
00";visibility:=reexport,org.eclipse.wst.sse.core;bundle-version="1.1 |
|
8 |
.801";visibility:=reexport,org.eclipse.wst.xml.core;bundle-version="1 |
|
9 |
.1.801";visibility:=reexport,org.eclipse.wst.common.uriresolver;bundl |
|
10 |
e-version="1.2.100";visibility:=reexport,org.eclipse.wst.common.core; |
|
11 |
bundle-version="1.2.0";visibility:=reexport,org.eclipse.wst.validatio |
|
12 |
n;bundle-version="1.2.500";visibility:=reexport,org.eclipse.wst.valid |
|
13 |
ation.ui;bundle-version="1.2.400";visibility:=reexport,org.eclipse.se |
|
14 |
arch;bundle-version="3.9.0";visibility:=reexport,org.eclipse.wst.comm |
|
15 |
on.project.facet.core;bundle-version="1.4.300";visibility:=reexport,o |
|
16 |
rg.eclipse.wst.common.ui;bundle-version="1.1.500";visibility:=reexpor |
|
17 |
t,org.eclipse.debug.core;bundle-version="3.8.0";visibility:=reexport, |
|
18 |
org.eclipse.debug.ui;bundle-version="3.9.0";visibility:=reexport,org. |
|
19 |
eclipse.wst.common.frameworks;bundle-version="1.2.200";visibility:=re |
|
20 |
export,org.eclipse.wst.common.frameworks.ui;bundle-version="1.2.201"; |
|
21 |
visibility:=reexport,org.apache.xml.serializer;bundle-version="2.7.1" |
|
22 |
;visibility:=reexport,org.eclipse.ui.views;bundle-version="3.7.0";vis |
|
23 |
ibility:=reexport,org.eclipse.jface.text;bundle-version="3.9.2";visib |
|
24 |
ility:=reexport,org.eclipse.core.expressions;bundle-version="3.4.600" |
|
25 |
;visibility:=reexport,org.txm.core;bundle-version="0.7.0";visibility: |
|
26 |
=reexport,org.txm.rcp;bundle-version="0.7.8";visibility:=reexport |
|
27 |
Export-Package: org.txm.xmleditor,xmleditorrcp |
|
2 |
Require-Bundle: org.eclipse.ui;visibility:=reexport, |
|
3 |
org.eclipse.core.runtime;visibility:=reexport, |
|
4 |
org.eclipse.wst.xml.ui;bundle-version="1.1.401";visibility:=reexport, |
|
5 |
org.eclipse.core.filesystem;bundle-version="1.4.0";visibility:=reexport, |
|
6 |
org.eclipse.ui.ide;bundle-version="3.9.0";visibility:=reexport, |
|
7 |
org.eclipse.wst.sse.ui;bundle-version="1.3.200";visibility:=reexport, |
|
8 |
org.eclipse.wst.sse.core;bundle-version="1.1.801";visibility:=reexport, |
|
9 |
org.eclipse.wst.xml.core;bundle-version="1.1.801";visibility:=reexport, |
|
10 |
org.eclipse.wst.common.uriresolver;bundle-version="1.2.100";visibility:=reexport, |
|
11 |
org.eclipse.wst.common.core;bundle-version="1.2.0";visibility:=reexport, |
|
12 |
org.eclipse.wst.validation;bundle-version="1.2.500";visibility:=reexport, |
|
13 |
org.eclipse.wst.validation.ui;bundle-version="1.2.400";visibility:=reexport, |
|
14 |
org.eclipse.search;bundle-version="3.9.0";visibility:=reexport, |
|
15 |
org.eclipse.wst.common.project.facet.core;bundle-version="1.4.300";visibility:=reexport, |
|
16 |
org.eclipse.wst.common.ui;bundle-version="1.1.500";visibility:=reexport, |
|
17 |
org.eclipse.debug.core;bundle-version="3.8.0";visibility:=reexport, |
|
18 |
org.eclipse.debug.ui;bundle-version="3.9.0";visibility:=reexport, |
|
19 |
org.eclipse.wst.common.frameworks;bundle-version="1.2.200";visibility:=reexport, |
|
20 |
org.eclipse.wst.common.frameworks.ui;bundle-version="1.2.201";visibility:=reexport, |
|
21 |
org.apache.xml.serializer;bundle-version="2.7.1";visibility:=reexport, |
|
22 |
org.eclipse.ui.views;bundle-version="3.7.0";visibility:=reexport, |
|
23 |
org.eclipse.jface.text;bundle-version="3.9.2";visibility:=reexport, |
|
24 |
org.eclipse.core.expressions;bundle-version="3.4.600";visibility:=reexport, |
|
25 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
|
26 |
org.txm.rcp;bundle-version="0.7.8";visibility:=reexport |
|
27 |
Export-Package: org.txm.xmleditor, |
|
28 |
org.txm.xmleditor.messages |
|
28 | 29 |
Bundle-Vendor: Textometrie.org |
29 | 30 |
Bundle-ActivationPolicy: lazy |
30 | 31 |
Bundle-Version: 1.0.0.qualifier |
31 | 32 |
Bundle-Name: %Bundle-Name |
32 | 33 |
Bundle-ManifestVersion: 2 |
33 |
Bundle-Activator: xmleditorrcp.Activator |
|
34 |
Bundle-SymbolicName: XmlEditorRCP;singleton:=true |
|
34 |
Bundle-SymbolicName: org.txm.xmleditor.rcp;singleton:=true |
|
35 | 35 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
36 | 36 |
|
Also available in: Unified diff