remove the deprecated xml scheme 'label' attr 41/156441/2 accepted/tizen/unified/20171031.175034 submit/tizen/20171031.031255
authorMyoungJune Park <mj2004.park@samsung.com>
Wed, 18 Oct 2017 09:47:53 +0000 (18:47 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Wed, 18 Oct 2017 09:55:08 +0000 (18:55 +0900)
Change-Id: Ie5dcee2de192035e9242bc2f5669fcc3e502e9aa
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
check.xsd
create_cmd.xsl

index e22daae..fcc2d2c 100644 (file)
--- a/check.xsd
+++ b/check.xsd
@@ -56,7 +56,6 @@
 
                        <xs:attribute name="readPriv" type='xs:string'/>
                        <xs:attribute name="writePriv" type='xs:string'/>
-                       <xs:attribute name="label" type='xs:string'/>
                </xs:complexType>
        </xs:element>
 
index 1aaf11e..a80d6f6 100644 (file)
@@ -22,13 +22,13 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:otherwise>
          <xsl:choose>
                  <xsl:when test="./@profile=$target">
-/usr/bin/buxton2ctl -i -d create-<xsl:value-of select="@type"/> <xsl:choose><xsl:when test="$layer_name = 'db' or $layer_name = 'file' "> "system" </xsl:when><xsl:otherwise> "memory" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@name"/>"  <xsl:choose><xsl:when test="./val[@model=$target]"> "<xsl:value-of select="./val[@model=$target]"/>" </xsl:when><xsl:otherwise> "<xsl:value-of select="./val[not(@model)]"/>" </xsl:otherwise></xsl:choose> <xsl:value-of select="./@label"/> "<xsl:value-of select="./@readPriv"/>" "<xsl:value-of select="./@writePriv"/>"<xsl:text>&#10;</xsl:text>
+/usr/bin/buxton2ctl -i -d create-<xsl:value-of select="@type"/> <xsl:choose><xsl:when test="$layer_name = 'db' or $layer_name = 'file' "> "system" </xsl:when><xsl:otherwise> "memory" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@name"/>"  <xsl:choose><xsl:when test="./val[@model=$target]"> "<xsl:value-of select="./val[@model=$target]"/>" </xsl:when><xsl:otherwise> "<xsl:value-of select="./val[not(@model)]"/>" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@readPriv"/>" "<xsl:value-of select="./@writePriv"/>"<xsl:text>&#10;</xsl:text>
                  </xsl:when>
                  <xsl:otherwise>
                          <xsl:choose>
                                  <xsl:when test="@profile"></xsl:when><!-- do nothing -->
                                  <xsl:otherwise>
-/usr/bin/buxton2ctl -i -d create-<xsl:value-of select="@type"/> <xsl:choose><xsl:when test="$layer_name = 'db' or $layer_name = 'file' "> "system" </xsl:when><xsl:otherwise> "memory" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@name"/>"  <xsl:choose><xsl:when test="./val[@model=$target]"> "<xsl:value-of select="./val[@model=$target]"/>" </xsl:when><xsl:otherwise> "<xsl:value-of select="./val[not(@model)]"/>" </xsl:otherwise></xsl:choose> <xsl:value-of select="./@label"/> "<xsl:value-of select="./@readPriv"/>" "<xsl:value-of select="./@writePriv"/>"<xsl:text>&#10;</xsl:text>
+/usr/bin/buxton2ctl -i -d create-<xsl:value-of select="@type"/> <xsl:choose><xsl:when test="$layer_name = 'db' or $layer_name = 'file' "> "system" </xsl:when><xsl:otherwise> "memory" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@name"/>"  <xsl:choose><xsl:when test="./val[@model=$target]"> "<xsl:value-of select="./val[@model=$target]"/>" </xsl:when><xsl:otherwise> "<xsl:value-of select="./val[not(@model)]"/>" </xsl:otherwise></xsl:choose> "<xsl:value-of select="./@readPriv"/>" "<xsl:value-of select="./@writePriv"/>"<xsl:text>&#10;</xsl:text>
                          </xsl:otherwise></xsl:choose>
                  </xsl:otherwise>
          </xsl:choose>