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_williams2006-03-01 17:45:43 +0000
committerdavid_williams2006-03-01 17:45:43 +0000
commitaae0d7220df2947cfd88082c35813788ed64057a (patch)
treec3331012bad6d7f1682a03adc955655c7145b671 /tests/org.eclipse.wst.ws.tests
parent7474e3f91a23b4be4f14b165be3d57a4f0ca5e0a (diff)
downloadwebtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.tar.gz
webtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.tar.xz
webtools.webservices-aae0d7220df2947cfd88082c35813788ed64057a.zip
[129992] All packages should be listed in manifest.mf file
Diffstat (limited to 'tests/org.eclipse.wst.ws.tests')
-rw-r--r--tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF3
1 files changed, 2 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 1202009d5..fcf236938 100644
--- a/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
@@ -23,7 +23,8 @@ Require-Bundle: org.eclipse.wst.ws,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi
Eclipse-AutoStart: true
-Export-Package: org.eclipse.wst.ws.tests.plugin,
+Export-Package: org.eclipse.wst.ws.tests.data,
+ org.eclipse.wst.ws.tests.plugin,
org.eclipse.wst.ws.tests.unittest,
org.eclipse.wst.ws.tests.util
Bundle-ClassPath: tests.jar

Back to the top