Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2012-08-06 23:18:18 +0000
committerRoberto E. Escobar2012-08-06 23:18:18 +0000
commitf1fc579e74b35ca4d80dd665f040c99419b3ab3d (patch)
tree17b4fc1188ab4cc6660822407015fc9c058de943 /plugins/org.eclipse.osee.framework.ui.service.control/schema
parent423175b0fa97ebe9ef811a58bcdf31974f41deea (diff)
downloadorg.eclipse.osee-f1fc579e74b35ca4d80dd665f040c99419b3ab3d.tar.gz
org.eclipse.osee-f1fc579e74b35ca4d80dd665f040c99419b3ab3d.tar.xz
org.eclipse.osee-f1fc579e74b35ca4d80dd665f040c99419b3ab3d.zip
feature[ats_342ZC]: Remove unnecessary service ui
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.service.control/schema')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceLaunch.exsd234
-rw-r--r--plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceView.exsd122
2 files changed, 0 insertions, 356 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceLaunch.exsd b/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceLaunch.exsd
deleted file mode 100644
index b9cdbb030b7..00000000000
--- a/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceLaunch.exsd
+++ /dev/null
@@ -1,234 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.osee.framework.ui.service.control">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.osee.framework.ui.service.control" id="ServiceLaunch" name="ServiceLaunch"/>
- </appInfo>
- <documentation>
- Contributions to this extension point provide information needed to launch a service.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="Application"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="Application">
- <complexType>
- <sequence>
- <element ref="EclipseApplication" minOccurs="0" maxOccurs="1"/>
- <element ref="StandAloneApplication" minOccurs="0" maxOccurs="1"/>
- <element ref="NotLocalToPlugin" minOccurs="0" maxOccurs="1"/>
- </sequence>
- <attribute name="ServiceName" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="RequiresJiniGroup" type="boolean" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="EclipseApplication">
- <complexType>
- <attribute name="EclipseApplicationName" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="IsLocalAllowed" type="boolean" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="VmArgs" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="AppArgs" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="StandAloneApplication">
- <complexType>
- <sequence>
- <element ref="Host" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="ApplicationBundle"/>
- </sequence>
- <attribute name="ExecutionCommand" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="IsLocalAllowed" type="boolean" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="IsRemoteAllowed" type="boolean" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="VmArgs" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="AppArgs" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="Host">
- <complexType>
- <attribute name="Name" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="ApplicationBundle">
- <complexType>
- <attribute name="ZipFileName" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="UnzipLocation" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="NotLocalToPlugin">
- <complexType>
- <attribute name="PluginId" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
-</schema>
diff --git a/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceView.exsd b/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceView.exsd
deleted file mode 100644
index e9cb2512e25..00000000000
--- a/plugins/org.eclipse.osee.framework.ui.service.control/schema/ServiceView.exsd
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.osee.framework.ui.service.control" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.osee.framework.ui.service.control" id="ServiceView" name="org.eclipse.osee.framework.ui.service.control.ServiceView"/>
- </appInfo>
- <documentation>
- Contributions to this extension point enable service manager to connect to a jini service and allow user to interact with it or get more detailed information. Contributors will need to provide a remote interface to define how to connect to the service and will need to provide a service renderer to provide the graphical user interface.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element />
- </appInfo>
- </annotation>
- <complexType>
- <sequence>
- <element ref="ServiceHandler" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="ServiceHandler">
- <complexType>
- <attribute name="ServiceInterface" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="java.rmi.Remote"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="ServiceRenderer" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="osee.service.control.renderer.ServiceRenderer"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="ServiceIcon" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute kind="resource"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
-
-</schema>

Back to the top