Skip to main content
summaryrefslogtreecommitdiffstats
blob: cc4bd15c8588d9e6f1369000ff4f4a922f61edd9 (plain) (blame)
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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.jst.jsf.facelet.core;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.jst.jsf.facelet.core.internal.FaceletCorePlugin$Implementation
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.wst.common.project.facet.core,
 org.eclipse.core.resources;bundle-version="3.4.0",
 org.eclipse.wst.common.modulecore;bundle-version="1.1.103",
 org.eclipse.wst.common.frameworks;bundle-version="1.1.102",
 org.eclipse.jst.jsf.common.runtime,
 org.eclipse.jst.jsf.core,
 org.eclipse.jst.jsf.common;bundle-version="1.0.1";visibility:=reexport,
 org.eclipse.jface.text;bundle-version="3.4.0",
 org.eclipse.wst.sse.core;bundle-version="1.1.300",
 org.eclipse.wst.html.core;bundle-version="1.1.200",
 org.eclipse.jst.jsp.core;bundle-version="1.2.100",
 org.eclipse.jst.jsf.facesconfig;bundle-version="1.0.1",
 org.eclipse.emf.common;bundle-version="2.4.0",
 org.eclipse.jst.j2ee;bundle-version="1.1.105",
 org.eclipse.emf.ecore;bundle-version="2.4.0",
 org.eclipse.ui;bundle-version="3.4.0",
 org.eclipse.emf.edit.ui;bundle-version="2.4.0",
 org.eclipse.jst.j2ee.web;bundle-version="1.1.200",
 org.eclipse.wst.validation;bundle-version="1.2.0",
 org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
 org.eclipse.wst.xml.core;bundle-version="1.1.500",
 org.eclipse.jem.proxy;bundle-version="[2.0.300,3.0.0)",
 org.eclipse.jdt.core;bundle-version="[3.6.0,4.0.0)",
 org.eclipse.jst.j2ee.core;bundle-version="[1.2.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.jst.jsf.facelet.core.internal;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm.addtagmd;x-friends:="org.eclipse.jst.jsf.facelet.tagsupport",
 org.eclipse.jst.jsf.facelet.core.internal.cm.addtagmd.impl;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm.addtagmd.provider;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm.addtagmd.util;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm.attributevalues;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.cm.strategy;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.facet;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.metadata;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.registry;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib;x-friends:="org.eclipse.jst.jsf.facelet.core.tests",
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib;x-friends:="org.eclipse.jst.jsf.facelet.core.tests",
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.impl;x-friends:="org.eclipse.jst.jsf.facelet.core.tests",
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.util;x-friends:="org.eclipse.jst.jsf.facelet.core.tests",
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.impl;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.util;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.tagmodel;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.util;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.validation;x-internal:=true,
 org.eclipse.jst.jsf.facelet.core.internal.view;x-internal:=true
Bundle-Vendor: %providerName

Back to the top