Repository: stratos Updated Branches: refs/heads/master 676edf371 -> 60bca14d2
Cleaning cloud services xml file in common module Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/60bca14d Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/60bca14d Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/60bca14d Branch: refs/heads/master Commit: 60bca14d28bd947c3b9cc69d40196d2a040d4c57 Parents: 676edf3 Author: Imesh Gunaratne <[email protected]> Authored: Sun Jan 25 10:45:47 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun Jan 25 10:45:47 2015 +0530 ---------------------------------------------------------------------- .../src/main/resources/cloud-services-desc.xml | 90 -------------------- 1 file changed, 90 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/60bca14d/components/org.apache.stratos.common/src/main/resources/cloud-services-desc.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.common/src/main/resources/cloud-services-desc.xml b/components/org.apache.stratos.common/src/main/resources/cloud-services-desc.xml index c759551..98cabe1 100644 --- a/components/org.apache.stratos.common/src/main/resources/cloud-services-desc.xml +++ b/components/org.apache.stratos.common/src/main/resources/cloud-services-desc.xml @@ -17,94 +17,4 @@ # under the License. --> <cloudServices xmlns="http://wso2.com/carbon/cloud/mgt/services"> - <cloudService name="WSO2 Stratos Manager"> - </cloudService> - <cloudService name="WSO2 Enterprise Service Bus" default="true"> - <label>Enterprise Service Bus</label> - <link>https://esb.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/esb.gif - </icon> - <description>Enterprise Service Bus in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Application Server" default="true"> - <label>Application Server</label> - <link>https://appserver.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/appserver.gif - </icon> - <description>Application Server in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Data Services Server" default="true"> - <label>Data Services Server</label> - <link>https://dss.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/ds.gif - </icon> - <description>Data Services Server in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Governance" default="true"> - <label>Governance</label> - <link>https://governance.stratoslive.wso2.com</link> - <description>Governance in the cloud.</description> - <icon> - https://localhost:9443/cloud-services-icons/governance.gif - </icon> - </cloudService> - <cloudService name="WSO2 Identity" default="true"> - <label>Identity</label> - <link>https://identity.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/identity.gif - </icon> - <description>Identity in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Business Activity Monitor" default="true"> - <label>Business Activity Monitor</label> - <link>https://bam.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/bam.gif - </icon> - <description>Business Activity Monitor in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Business Process Server" default="true"> - <label>Business Process Server</label> - <link>https://bps.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/bps.gif - </icon> - <description>Business Process Server in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Business Rule Server" default="true"> - <label>Business Rule Server</label> - <link>https://brs.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/brs.gif - </icon> - <description>Business Rule Server in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Mashup Server" default="true"> - <label>Mashup Server</label> - <link>https://mashup.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/mashup.gif - </icon> - <description>Mashup Server in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Gadgets" default="true"> - <label>Gadgets</label> - <link>https://gadget.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/gadget.gif - </icon> - <description>Gadgets in the cloud.</description> - </cloudService> - <cloudService name="WSO2 Cloud Services Gateway" default="true"> - <label>Cloud Gateway</label> - <link>https://csg.stratoslive.wso2.com</link> - <icon> - https://localhost:9443/cloud-services-icons/csg.gif - </icon> - <description>WSO2 Cloud Services Gateway in the cloud.</description> - </cloudService> </cloudServices>
