Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8575dc759a7e296b0b290e90bd07a0c9b83b723f (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.net4j.util
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: lib/commons-logging.jar,
 lib/log4j-1.2.9.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: META-INF,
 org.apache.commons.logging,
 org.apache.commons.logging.impl,
 org.apache.log4j,
 org.apache.log4j.chainsaw,
 org.apache.log4j.config,
 org.apache.log4j.helpers,
 org.apache.log4j.jdbc,
 org.apache.log4j.jmx,
 org.apache.log4j.lf5,
 org.apache.log4j.lf5.config,
 org.apache.log4j.lf5.util,
 org.apache.log4j.lf5.viewer,
 org.apache.log4j.lf5.viewer.categoryexplorer,
 org.apache.log4j.lf5.viewer.configure,
 org.apache.log4j.lf5.viewer.images,
 org.apache.log4j.net,
 org.apache.log4j.nt,
 org.apache.log4j.or,
 org.apache.log4j.or.sax,
 org.apache.log4j.spi,
 org.apache.log4j.varia,
 org.apache.log4j.xml,
 org.eclipse.net4j.util,
 org.eclipse.net4j.util.eclipse,
 org.eclipse.net4j.util.fsm,
 org.eclipse.net4j.util.thread
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
 org.eclipse.core.resources;visibility:=reexport
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.net4j.util.Net4jUtilPlugin

Back to the top