Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2013-08-19 16:33:25 +0000
committerBrian Vosburgh2013-08-26 19:13:03 +0000
commit25905057756fac5f0476c3eabda785a73894e8bc (patch)
tree3883e4dc70e47dc1f80e322b16d194e2917cfc8b /common/tests/org.eclipse.jpt.common.utility.tests/META-INF
parent0ae996d2b3d92bde88329c755504cb228ad10bfb (diff)
downloadwebtools.dali-25905057756fac5f0476c3eabda785a73894e8bc.tar.gz
webtools.dali-25905057756fac5f0476c3eabda785a73894e8bc.tar.xz
webtools.dali-25905057756fac5f0476c3eabda785a73894e8bc.zip
add packages o.e.jpt.common.utility.exception and
.utility.internal.exception; and move appropriate interfaces and classes to them
Diffstat (limited to 'common/tests/org.eclipse.jpt.common.utility.tests/META-INF')
-rw-r--r--common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF b/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF
index 95ae637c5e..dadc796c41 100644
--- a/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF
+++ b/common/tests/org.eclipse.jpt.common.utility.tests/META-INF/MANIFEST.MF
@@ -14,6 +14,7 @@ Export-Package: org.eclipse.jpt.common.utility.tests.internal;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.collection;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.command;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.enumeration;x-internal:=true,
+ org.eclipse.jpt.common.utility.tests.internal.exception;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.io;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.iterable;x-internal:=true,
org.eclipse.jpt.common.utility.tests.internal.iterator;x-internal:=true,

Back to the top