Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c9b1545ef29fd2873055fa3abdc71239d508810a (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.tests; singleton:=true
Bundle-Version: 3.3.500.qualifier
Bundle-ClassPath: apt.jar,
 aptext.jar
Bundle-Activator: org.eclipse.jdt.apt.tests.plugin.AptTestsPlugin
Bundle-Localization: plugin
Export-Package: org.eclipse.jdt.apt.tests,
 org.eclipse.jdt.apt.tests.annotations,
 org.eclipse.jdt.apt.tests.annotations.apitest,
 org.eclipse.jdt.apt.tests.annotations.aptrounding,
 org.eclipse.jdt.apt.tests.annotations.exceptionhandling,
 org.eclipse.jdt.apt.tests.annotations.extradependency,
 org.eclipse.jdt.apt.tests.annotations.filegen,
 org.eclipse.jdt.apt.tests.annotations.generic,
 org.eclipse.jdt.apt.tests.annotations.helloworld,
 org.eclipse.jdt.apt.tests.annotations.messager,
 org.eclipse.jdt.apt.tests.annotations.mirrortest,
 org.eclipse.jdt.apt.tests.annotations.nestedhelloworld,
 org.eclipse.jdt.apt.tests.annotations.noop,
 org.eclipse.jdt.apt.tests.annotations.readAnnotationType,
 org.eclipse.jdt.apt.tests.annotations.readannotation,
 org.eclipse.jdt.apt.tests.annotations.valueconversion,
 org.eclipse.jdt.apt.tests.external.annotations.batch,
 org.eclipse.jdt.apt.tests.external.annotations.classloader,
 org.eclipse.jdt.apt.tests.external.annotations.loadertest,
 org.eclipse.jdt.apt.tests.jdtcoretests,
 org.eclipse.jdt.apt.tests.plugin
Require-Bundle: org.junit,
 org.eclipse.jdt.apt.core,
 org.eclipse.jdt.core,
 org.eclipse.jdt.core.tests.builder,
 org.eclipse.jdt.core.tests.compiler,
 org.eclipse.jdt.core.tests.model,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.test.performance,
 org.eclipse.jdt.core.tests.binaries;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Eclipse-BundleShape: dir

Back to the top