You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2013/11/08 10:29:29 UTC

git commit: updating the xsd

Updated Branches:
  refs/heads/master fff4af976 -> 11d8cbe5d


updating the xsd


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/11d8cbe5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/11d8cbe5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/11d8cbe5

Branch: refs/heads/master
Commit: 11d8cbe5dcde3722a3e46c5bc7a6cf51260e9753
Parents: fff4af9
Author: rekathiru <rt...@gmail.com>
Authored: Fri Nov 8 14:59:14 2013 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Fri Nov 8 14:59:14 2013 +0530

----------------------------------------------------------------------
 .../src/main/resources/conf/etc/service.xsd                         | 1 +
 .../src/main/resources/conf/etc/services.xsd                        | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/11d8cbe5/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/service.xsd
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/service.xsd b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/service.xsd
index 43fbf0b..6d4335f 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/service.xsd
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/service.xsd
@@ -57,6 +57,7 @@
     					</xs:element>
           	</xs:choice>
           	<xs:attribute type="xs:string" name="domain" />
+              <xs:attribute type="xs:string" name="policyName" />
           	<xs:attribute type="xs:string" name="tenantRange" />
           </xs:complexType>
         </xs:element>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/11d8cbe5/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/services.xsd
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/services.xsd b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/services.xsd
index ae9edd8..77b18ca 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/services.xsd
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/etc/services.xsd
@@ -60,6 +60,7 @@
             </xs:choice>
             <xs:attribute type="xs:string" name="domain"/>
             <xs:attribute type="xs:string" name="tenantRange" />
+              <xs:attribute type="xs:string" name="policyName" />
           </xs:complexType>
         </xs:element>
       </xs:choice>