Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Garms2005-10-14 16:10:36 +0000
committerJesse Garms2005-10-14 16:10:36 +0000
commit0b3bb5c2bb6f4ce20e5f88196571342941666985 (patch)
treef3fb0249c9fe026bb125429831079f0686a4b5a3 /org.eclipse.jdt.apt.tests/META-INF
parent412080803aa45198b7410acb5302fba4467d7677 (diff)
downloadeclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.tar.gz
eclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.tar.xz
eclipse.jdt.core-0b3bb5c2bb6f4ce20e5f88196571342941666985.zip
jgarms: submit releng-related patch submitted by Adrian. This allows automating tests.
Diffstat (limited to 'org.eclipse.jdt.apt.tests/META-INF')
-rw-r--r--org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF32
1 files changed, 0 insertions, 32 deletions
diff --git a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
deleted file mode 100644
index 737f5c8c5d..0000000000
--- a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,32 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Annotation Processor Test Plugin
-Bundle-SymbolicName: org.eclipse.jdt.apt.tests; singleton:=true
-Bundle-Version: 1.0.0
-Bundle-ClassPath: apttests.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.extradependency,
- org.eclipse.jdt.apt.tests.annotations.helloworld,
- 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;x-internal:=true,
- org.eclipse.jdt.apt.tests.annotations.readannotation,
- org.eclipse.jdt.apt.tests.annotations.readannotation.lib,
- org.eclipse.jdt.apt.tests.external.annotations.loadertest;x-internal:=true,
- org.eclipse.jdt.apt.tests.jdtcoretests,
- org.eclipse.jdt.apt.tests.plugin
-Require-Bundle: org.apache.ant,
- org.junit,
- org.eclipse.jdt.apt.core,
- org.eclipse.jdt.apt.ui,
- org.eclipse.jdt.core.tests.compiler,
- org.eclipse.jdt.core,
- org.eclipse.test.performance,
- org.eclipse.jdt.core.tests.model,
- org.eclipse.jdt.core.tests.builder,
- org.eclipse.core.resources,
- org.eclipse.core.runtime
-Eclipse-AutoStart: true

Back to the top