Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-12-05 13:34:00 +0000
committerJayaprakash Arthanareeswaran2014-01-28 02:43:47 +0000
commit1c199118b6372094566642748c64f8574a6922d9 (patch)
tree46ee7aaa426832e92b8468bb30e3665359c98f5a /org.eclipse.jdt.apt.tests
parenta6585bad0d98e698a5f87d043a6edca3334c865d (diff)
downloadeclipse.jdt.core-1c199118b6372094566642748c64f8574a6922d9.tar.gz
eclipse.jdt.core-1c199118b6372094566642748c64f8574a6922d9.tar.xz
eclipse.jdt.core-1c199118b6372094566642748c64f8574a6922d9.zip
Bug 422685: APT Tests does not export all packages
Signed-off-by: Dani Megert <daniel_megert@ch.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.apt.tests')
-rw-r--r--org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
index f91c35ba87..cd3c342dea 100644
--- a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
@@ -17,10 +17,12 @@ Export-Package: org.eclipse.jdt.apt.tests,
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.listener,
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.pause,
org.eclipse.jdt.apt.tests.annotations.readAnnotationType,
org.eclipse.jdt.apt.tests.annotations.readannotation,
org.eclipse.jdt.apt.tests.annotations.valueconversion,

Back to the top