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:
authorcbrealey2006-01-16 15:54:43 +0000
committercbrealey2006-01-16 15:54:43 +0000
commit32facd8cd481f74de4d94ce426d4d78c0a5923fa (patch)
tree884a49fd70e9e2cafffb6ed24b3ac54a83d0ca73 /bundles/org.eclipse.jst.ws.consumption
parent8696ad19bb7e1bf2ab69aedf834a0cf560d364b0 (diff)
downloadwebtools.webservices-32facd8cd481f74de4d94ce426d4d78c0a5923fa.tar.gz
webtools.webservices-32facd8cd481f74de4d94ce426d4d78c0a5923fa.tar.xz
webtools.webservices-32facd8cd481f74de4d94ce426d4d78c0a5923fa.zip
[108995] Using SOAPElement is not recognized by JSP Sample
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
index d521465c3..909b2cd94 100644
--- a/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.jst.ws.consumption; singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
Bundle-ClassPath: wsc.jar,
webserviceutils.jar
Bundle-Activator: org.eclipse.jst.ws.internal.consumption.plugin.WebServiceConsumptionPlugin

Back to the top