forked from checkstyle/eclipse-cs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
44 lines (44 loc) · 1.66 KB
/
Copy pathMANIFEST.MF
File metadata and controls
44 lines (44 loc) · 1.66 KB
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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.checkstyle
Bundle-Version: 11.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: .,
com.google.common.base,
com.google.common.cache,
com.google.common.io,
com.puppycrawl.tools.checkstyle,
com.puppycrawl.tools.checkstyle.api;
uses:="org.xml.sax.helpers,
org.xml.sax,
com.google.common.collect,
com.puppycrawl.tools.checkstyle.grammars",
com.puppycrawl.tools.checkstyle.checks,
com.puppycrawl.tools.checkstyle.checks.annotation,
com.puppycrawl.tools.checkstyle.checks.blocks,
com.puppycrawl.tools.checkstyle.checks.coding,
com.puppycrawl.tools.checkstyle.checks.design,
com.puppycrawl.tools.checkstyle.checks.header,
com.puppycrawl.tools.checkstyle.checks.imports,
com.puppycrawl.tools.checkstyle.checks.indentation,
com.puppycrawl.tools.checkstyle.checks.javadoc,
com.puppycrawl.tools.checkstyle.checks.javadoc.utils,
com.puppycrawl.tools.checkstyle.checks.metrics,
com.puppycrawl.tools.checkstyle.checks.modifier,
com.puppycrawl.tools.checkstyle.checks.naming,
com.puppycrawl.tools.checkstyle.checks.regexp,
com.puppycrawl.tools.checkstyle.checks.sizes,
com.puppycrawl.tools.checkstyle.checks.whitespace,
com.puppycrawl.tools.checkstyle.filefilters,
com.puppycrawl.tools.checkstyle.filters,
com.puppycrawl.tools.checkstyle.meta,
com.puppycrawl.tools.checkstyle.utils,
org.apache.commons.lang3,
org.codehaus.plexus.util
Require-Bundle: org.eclipse.core.runtime
Bundle-ClassPath: .,
checkstyle-11.1.0-all.jar
Automatic-Module-Name: net.sf.eclipsecs.checkstyle