Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2008-03-04 17:51:12 +0000
committerbvosburgh2008-03-04 17:51:12 +0000
commite4cd178f09bdd8ffe4b011cf89fe3b9c311a5898 (patch)
treef1ee11990a20038662762e9ea0cea114190f77f1 /jpa/tests/org.eclipse.jpt.ui.tests/META-INF
parent33ae9f26362c81ae9402efda3126caba1c2bbd61 (diff)
downloadwebtools.dali-e4cd178f09bdd8ffe4b011cf89fe3b9c311a5898.tar.gz
webtools.dali-e4cd178f09bdd8ffe4b011cf89fe3b9c311a5898.tar.xz
webtools.dali-e4cd178f09bdd8ffe4b011cf89fe3b9c311a5898.zip
minor clean-up of manifests
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.ui.tests/META-INF')
-rw-r--r--jpa/tests/org.eclipse.jpt.ui.tests/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/jpa/tests/org.eclipse.jpt.ui.tests/META-INF/MANIFEST.MF b/jpa/tests/org.eclipse.jpt.ui.tests/META-INF/MANIFEST.MF
index 8b2336e26a..4d1a5023be 100644
--- a/jpa/tests/org.eclipse.jpt.ui.tests/META-INF/MANIFEST.MF
+++ b/jpa/tests/org.eclipse.jpt.ui.tests/META-INF/MANIFEST.MF
@@ -17,5 +17,7 @@ Require-Bundle: org.junit,
org.eclipse.ui.forms;bundle-version="3.3.100"
Eclipse-LazyStart: true
Export-Package: org.eclipse.jpt.ui.tests;x-internal:=true,
+ org.eclipse.jpt.ui.tests.internal.jface;x-internal:=true,
org.eclipse.jpt.ui.tests.internal.platform;x-internal:=true,
- org.eclipse.jpt.ui.tests.internal.swt;x-internal:=true
+ org.eclipse.jpt.ui.tests.internal.swt;x-internal:=true,
+ org.eclipse.jpt.ui.tests.internal.util;x-internal:=true

Back to the top