Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2015-03-11 21:06:08 +0000
committerkchong2015-03-11 21:06:08 +0000
commitca766e98331e149e04e5397482bdfa5d8cebc94e (patch)
treee2b6f6f6381838b8faf761644586588a18471acf
parentf33d204c981039e692cd410a0d669cc0342dd0aa (diff)
downloadwebtools.webservices-ca766e98331e149e04e5397482bdfa5d8cebc94e.tar.gz
webtools.webservices-ca766e98331e149e04e5397482bdfa5d8cebc94e.tar.xz
webtools.webservices-ca766e98331e149e04e5397482bdfa5d8cebc94e.zip
[461526] Allow OSGi bundles to be selected in the Wizard
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd8
1 files changed, 8 insertions, 0 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 e7bbcda86..f8f25c60c 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd
@@ -73,6 +73,14 @@ From here, consumers should use thie ServiceOsgiAppProjectName value to create t
</complexType>
</element>
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ &lt;b&gt;This extension point is part of an interim API that might undergo further development and could change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
+ </documentation>
+ </annotation>
<annotation>
<appInfo>

Back to the top