File: MANIFEST.MF

package info (click to toggle)
eclipse-wtp 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,700 kB
  • ctags: 197,897
  • sloc: java: 1,181,138; xml: 35,588; jsp: 29,478; php: 407; sh: 169; makefile: 65
file content (96 lines) | stat: -rw-r--r-- 5,299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %_UI_PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.wsdl.ui; singleton:=true
Bundle-Version: 1.2.650.qualifier
Bundle-Activator: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.wsdl.ui.internal;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.actions;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.adapters,
 org.eclipse.wst.wsdl.ui.internal.adapters.actions,
 org.eclipse.wst.wsdl.ui.internal.adapters.basic,
 org.eclipse.wst.wsdl.ui.internal.adapters.commands,
 org.eclipse.wst.wsdl.ui.internal.adapters.specialized,
 org.eclipse.wst.wsdl.ui.internal.adapters.visitor,
 org.eclipse.wst.wsdl.ui.internal.asd,
 org.eclipse.wst.wsdl.ui.internal.asd.actions,
 org.eclipse.wst.wsdl.ui.internal.asd.adapterfactory.extension;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.asd.contentgenerator.ui.extension;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.asd.design,
 org.eclipse.wst.wsdl.ui.internal.asd.design.connections,
 org.eclipse.wst.wsdl.ui.internal.asd.design.directedit,
 org.eclipse.wst.wsdl.ui.internal.asd.design.editparts,
 org.eclipse.wst.wsdl.ui.internal.asd.design.editparts.model,
 org.eclipse.wst.wsdl.ui.internal.asd.design.editpolicies,
 org.eclipse.wst.wsdl.ui.internal.asd.design.figures,
 org.eclipse.wst.wsdl.ui.internal.asd.design.layouts,
 org.eclipse.wst.wsdl.ui.internal.asd.dialogs;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.asd.facade,
 org.eclipse.wst.wsdl.ui.internal.asd.outline,
 org.eclipse.wst.wsdl.ui.internal.asd.properties.sections,
 org.eclipse.wst.wsdl.ui.internal.asd.util,
 org.eclipse.wst.wsdl.ui.internal.commands;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.contentgenerator.ui,
 org.eclipse.wst.wsdl.ui.internal.dialogs;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.edit,
 org.eclipse.wst.wsdl.ui.internal.extensions,
 org.eclipse.wst.wsdl.ui.internal.filter;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.icons;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.label.providers,
 org.eclipse.wst.wsdl.ui.internal.properties.sections,
 org.eclipse.wst.wsdl.ui.internal.reconciler;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.refactor;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.refactor.actions;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.refactor.handlers,
 org.eclipse.wst.wsdl.ui.internal.search;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.search.actions;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.soap.customizations;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.text;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.util;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.visitor;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.wizards;x-internal:=true,
 org.eclipse.wst.wsdl.ui.internal.xsd;x-internal:=true
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.emf.common;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.gef;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.jface;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.wst.sse.ui;bundle-version="[1.0.101,1.4.0)",
 org.eclipse.wst.common.uriresolver;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.wst.common.ui;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.wst.xml.ui;bundle-version="[1.0.100,1.2.0)",
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.wst.wsdl;bundle-version="[1.2.0,1.3.0)",
 org.eclipse.wst.common.core;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.wst.xsd.ui;bundle-version="[1.2.0,1.3.0)",
 org.eclipse.emf.edit;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.emf.edit.ui;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.wst.validation;bundle-version="[1.1.0,2.0.0)",
 javax.wsdl,
 org.eclipse.wst.wsdl.validation;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.ltk.core.refactoring;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ltk.ui.refactoring;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.apache.xerces;bundle-version="[2.8.0,3.0.0)",
 org.eclipse.ui.views.properties.tabbed;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.wst.command.env;bundle-version="[1.0.102,1.1.0)",
 org.eclipse.wst.ws;bundle-version="[1.0.101,2.0.0)",
 org.eclipse.wst.command.env.core;bundle-version="[1.0.101,1.1.0)",
 org.eclipse.wst.ws.ui;bundle-version="[1.0.101,1.2.0)",
 org.eclipse.search;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.wst.ws.service.policy.ui;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.wst.ws.service.policy;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4