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
path: root/tests
diff options
context:
space:
mode:
authordavid_williams2005-06-08 20:18:23 +0000
committerdavid_williams2005-06-08 20:18:23 +0000
commit1d89b95391a377ee5cba654346946533785c8e8e (patch)
tree0062149b8813566436a96064f88abc035c228a0f /tests
parentc0ac45e98159a742dd8d15d560e8ebc89d22c67a (diff)
downloadwebtools.webservices-1d89b95391a377ee5cba654346946533785c8e8e.tar.gz
webtools.webservices-1d89b95391a377ee5cba654346946533785c8e8e.tar.xz
webtools.webservices-1d89b95391a377ee5cba654346946533785c8e8e.zip
minor tweaking of dependancies to make loading from source compile better
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.jst.ws.tests.performance/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.jst.ws.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.jst.ws.tests.performance/META-INF/MANIFEST.MF
index c074cfae4..afbfde4db 100644
--- a/tests/org.eclipse.jst.ws.tests.performance/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jst.ws.tests.performance/META-INF/MANIFEST.MF
@@ -16,6 +16,7 @@ Require-Bundle: org.eclipse.jst.ws,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
+ org.eclipse.wst.server.core,
org.junit,
org.eclipse.jst.ws.tests,
org.eclipse.jem.util,

Back to the top