Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server-side/bundles/org.eclipse.ecf.server.generic/schema')
-rw-r--r--server-side/bundles/org.eclipse.ecf.server.generic/schema/configuration.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/server-side/bundles/org.eclipse.ecf.server.generic/schema/configuration.exsd b/server-side/bundles/org.eclipse.ecf.server.generic/schema/configuration.exsd
index 093af4e27..8fcc6984f 100644
--- a/server-side/bundles/org.eclipse.ecf.server.generic/schema/configuration.exsd
+++ b/server-side/bundles/org.eclipse.ecf.server.generic/schema/configuration.exsd
@@ -73,6 +73,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="discovery" type="boolean">
+ <annotation>
+ <documentation>
+ The discovery flag determines if the given service is published for discovery via the IDiscoveryService
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top