Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2015-03-11 21:18:39 +0000
committerkchong2015-03-11 21:18:39 +0000
commit3d10df66ee17d9cc25ed994a4cc36e4f7ca53019 (patch)
tree265bc10d68acd97ad38474582addf5ae98559885
parent2ad86c8b43a41d14cf62257954f23833508bb3c8 (diff)
downloadwebtools.webservices-3d10df66ee17d9cc25ed994a4cc36e4f7ca53019.tar.gz
webtools.webservices-3d10df66ee17d9cc25ed994a4cc36e4f7ca53019.tar.xz
webtools.webservices-3d10df66ee17d9cc25ed994a4cc36e4f7ca53019.zip
[461526] Allow OSGi bundles to be selected in the Wizard
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd b/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd
index 834f2ff95..d1b46c1a1 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd
@@ -8,7 +8,7 @@
<documentation>
Implementing consumers may consume this extension point, in order to allow OSGi bundles and applications to be supported by the Web Services Wizard.
-Implementing this extension point and it&apos;s corresponding Interface will alter the Web Service wizard language from EAR-&gt;OSGi when an OSGi supported project is detected. Likewise, the value of the OSGi App field will be stored in ServiceOsgiAppProjectName, rather than in ServiceEarProjectName.
+Implementing this extension point and its corresponding Interface will alter the Web Service wizard language from EAR to OSGi when an OSGi supported project is detected. Likewise, the value of the OSGi App field will be stored in ServiceOsgiAppProjectName, rather than in ServiceEarProjectName.
From here, consumers should use this ServiceOsgiAppProjectName value to create the composite OSGi application and associate the OSGi bundle, as needed. This is not presently handled by the existing Web service commands.
</documentation>

Back to the top