Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-05-14 08:26:25 +0000
committerdavid_williams2007-05-14 08:26:25 +0000
commit5152aabc3790763df3aa91c27569efa91c26d107 (patch)
tree1c6698d1b50a1f20aaabaa025bd8cc8da699d8f5 /tests/org.eclipse.wst.ws.tests
parentcb579a0dd1936da6f0e3af27c84746c81b35c040 (diff)
downloadwebtools.webservices-5152aabc3790763df3aa91c27569efa91c26d107.tar.gz
webtools.webservices-5152aabc3790763df3aa91c27569efa91c26d107.tar.xz
webtools.webservices-5152aabc3790763df3aa91c27569efa91c26d107.zip
releasing changes for EE setting, javax.wsdl 1.4 change, junit range specified
Diffstat (limited to 'tests/org.eclipse.wst.ws.tests')
-rw-r--r--tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
index f48fe6d19..e438aa055 100644
--- a/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Require-Bundle: org.eclipse.wst.ws,
org.eclipse.core.runtime,
- org.junit,
+ org.junit;bundle-version="[3.8.0,4.0.0)",
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.jem.util,

Back to the top