From: giwoong.kim Date: Mon, 22 Oct 2012 07:12:05 +0000 (+0900) Subject: skin: JAXB rebinding X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1409^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63b01d802f829632a17e66b522ec0be624a4d470;p=sdk%2Femulator%2Fqemu.git skin: JAXB rebinding JAXB v2.1.10 -> v2.2.5 Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java index 8658151265..a9de4391c3 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <all> - * <element name="hoverColor" type="{http://www.tizen.org/emulator/dbi}rgbType" minOccurs="0"/> + * <element name="hoverColor" type="{http://www.tizen.org/emulator/skin/dbi}rgbType" minOccurs="0"/> * </all> * </restriction> * </complexContent> diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java index 0ee4e30292..f1f72048a0 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -25,8 +25,8 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <all> - * <element name="rotations" type="{http://www.tizen.org/emulator/dbi}rotationsType"/> - * <element name="colors" type="{http://www.tizen.org/emulator/dbi}colorsType" minOccurs="0"/> + * <element name="rotations" type="{http://www.tizen.org/emulator/skin/dbi}rotationsType"/> + * <element name="colors" type="{http://www.tizen.org/emulator/skin/dbi}colorsType" minOccurs="0"/> * </all> * </restriction> * </complexContent> diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java index 4512ffb53f..0eb05924d1 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java index 4ffe3cc20c..2593ae999f 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java index 59be44d8e8..e7d470082e 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="keyMap" type="{http://www.tizen.org/emulator/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="keyMap" type="{http://www.tizen.org/emulator/skin/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java index 6801ae9189..9b4d72e7a8 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -24,8 +24,8 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="region" type="{http://www.tizen.org/emulator/dbi}regionType"/> - * <element name="eventInfo" type="{http://www.tizen.org/emulator/dbi}eventInfoType" minOccurs="0"/> + * <element name="region" type="{http://www.tizen.org/emulator/skin/dbi}regionType"/> + * <element name="eventInfo" type="{http://www.tizen.org/emulator/skin/dbi}eventInfoType" minOccurs="0"/> * <element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * </sequence> * </restriction> diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java index 725d3c7338..3085b5aad3 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <all> - * <element name="region" type="{http://www.tizen.org/emulator/dbi}regionType"/> + * <element name="region" type="{http://www.tizen.org/emulator/skin/dbi}regionType"/> * </all> * <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> * </restriction> @@ -43,7 +43,7 @@ public class LcdType { @XmlElement(required = true) protected RegionType region; - @XmlAttribute(required = true) + @XmlAttribute(name = "id", required = true) protected int id; /** diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java index 3800807fbe..4bc5c40abc 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -37,67 +37,67 @@ public class ObjectFactory { } /** - * Create an instance of {@link ImageListType } + * Create an instance of {@link EmulatorUI } * */ - public ImageListType createImageListType() { - return new ImageListType(); + public EmulatorUI createEmulatorUI() { + return new EmulatorUI(); } /** - * Create an instance of {@link RotationType } + * Create an instance of {@link RotationsType } * */ - public RotationType createRotationType() { - return new RotationType(); + public RotationsType createRotationsType() { + return new RotationsType(); } /** - * Create an instance of {@link LcdType } + * Create an instance of {@link ColorsType } * */ - public LcdType createLcdType() { - return new LcdType(); + public ColorsType createColorsType() { + return new ColorsType(); } /** - * Create an instance of {@link KeyMapType } + * Create an instance of {@link EventInfoType } * */ - public KeyMapType createKeyMapType() { - return new KeyMapType(); + public EventInfoType createEventInfoType() { + return new EventInfoType(); } /** - * Create an instance of {@link EmulatorUI } + * Create an instance of {@link RgbType } * */ - public EmulatorUI createEmulatorUI() { - return new EmulatorUI(); + public RgbType createRgbType() { + return new RgbType(); } /** - * Create an instance of {@link RotationsType } + * Create an instance of {@link RotationType } * */ - public RotationsType createRotationsType() { - return new RotationsType(); + public RotationType createRotationType() { + return new RotationType(); } /** - * Create an instance of {@link ColorsType } + * Create an instance of {@link KeyMapListType } * */ - public ColorsType createColorsType() { - return new ColorsType(); + public KeyMapListType createKeyMapListType() { + return new KeyMapListType(); } /** - * Create an instance of {@link EventInfoType } + * Create an instance of {@link LcdType } * */ - public EventInfoType createEventInfoType() { - return new EventInfoType(); + public LcdType createLcdType() { + return new LcdType(); } /** @@ -109,19 +109,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link KeyMapListType } + * Create an instance of {@link KeyMapType } * */ - public KeyMapListType createKeyMapListType() { - return new KeyMapListType(); + public KeyMapType createKeyMapType() { + return new KeyMapType(); } /** - * Create an instance of {@link RgbType } + * Create an instance of {@link ImageListType } * */ - public RgbType createRgbType() { - return new RgbType(); + public ImageListType createImageListType() { + return new ImageListType(); } } diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java index 495a34e8b0..f23b3342de 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -38,13 +38,13 @@ import javax.xml.bind.annotation.XmlType; @XmlType(name = "regionType") public class RegionType { - @XmlAttribute + @XmlAttribute(name = "left") protected Integer left; - @XmlAttribute + @XmlAttribute(name = "top") protected Integer top; - @XmlAttribute + @XmlAttribute(name = "width") protected Integer width; - @XmlAttribute + @XmlAttribute(name = "height") protected Integer height; /** diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java index 54014a1352..3e6c96c97d 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java index a8c44fd591..97c84a2803 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java index 33fe06f64b..08986c9579 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -25,11 +25,11 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="lcd" type="{http://www.tizen.org/emulator/dbi}lcdType"/> - * <element name="imageList" type="{http://www.tizen.org/emulator/dbi}imageListType"/> - * <element name="keyMapList" type="{http://www.tizen.org/emulator/dbi}keyMapListType"/> + * <element name="lcd" type="{http://www.tizen.org/emulator/skin/dbi}lcdType"/> + * <element name="imageList" type="{http://www.tizen.org/emulator/skin/dbi}imageListType"/> + * <element name="keyMapList" type="{http://www.tizen.org/emulator/skin/dbi}keyMapListType"/> * </sequence> - * <attribute name="name" use="required" type="{http://www.tizen.org/emulator/dbi}rotationNameType" /> + * <attribute name="name" use="required" type="{http://www.tizen.org/emulator/skin/dbi}rotationNameType" /> * </restriction> * </complexContent> * </complexType> @@ -51,7 +51,7 @@ public class RotationType { protected ImageListType imageList; @XmlElement(required = true) protected KeyMapListType keyMapList; - @XmlAttribute(required = true) + @XmlAttribute(name = "name", required = true) protected RotationNameType name; /** diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java index 65d7cedc5f..d0ded26ae4 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java @@ -1,8 +1,8 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // @@ -26,7 +26,7 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="rotation" type="{http://www.tizen.org/emulator/dbi}rotationType" maxOccurs="unbounded"/> + * <element name="rotation" type="{http://www.tizen.org/emulator/skin/dbi}rotationType" maxOccurs="unbounded"/> * </sequence> * </restriction> * </complexContent> diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java index 0902766610..15a3b4ed60 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java @@ -1,9 +1,9 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.03.30 at 05:41:59 오후 KST +// Generated on: 2012.10.22 at 04:10:02 PM KST // -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/emulator/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/emulator/skin/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.tizen.emulator.skin.dbi; diff --git a/tizen/src/skin/client/skins/emul-320x480/default.dbi b/tizen/src/skin/client/skins/emul-320x480/default.dbi index 517493cf64..980376445f 100644 --- a/tizen/src/skin/client/skins/emul-320x480/default.dbi +++ b/tizen/src/skin/client/skins/emul-320x480/default.dbi @@ -1,5 +1,5 @@ - + diff --git a/tizen/src/skin/client/skins/emul-480x800/default.dbi b/tizen/src/skin/client/skins/emul-480x800/default.dbi index 1403fe8628..706ad75e39 100644 --- a/tizen/src/skin/client/skins/emul-480x800/default.dbi +++ b/tizen/src/skin/client/skins/emul-480x800/default.dbi @@ -1,5 +1,5 @@ - + diff --git a/tizen/src/skin/client/skins/emul-600x1024/default.dbi b/tizen/src/skin/client/skins/emul-600x1024/default.dbi index ab5ac5efac..72b9c84d85 100644 --- a/tizen/src/skin/client/skins/emul-600x1024/default.dbi +++ b/tizen/src/skin/client/skins/emul-600x1024/default.dbi @@ -1,5 +1,5 @@ - + diff --git a/tizen/src/skin/client/skins/emul-720x1280/default.dbi b/tizen/src/skin/client/skins/emul-720x1280/default.dbi index e1392aed2b..c51a9c076a 100644 --- a/tizen/src/skin/client/skins/emul-720x1280/default.dbi +++ b/tizen/src/skin/client/skins/emul-720x1280/default.dbi @@ -1,5 +1,5 @@ - + diff --git a/tizen/src/skin/client/xsd/dbi.xsd b/tizen/src/skin/client/xsd/dbi.xsd index a351c90168..2376825188 100644 --- a/tizen/src/skin/client/xsd/dbi.xsd +++ b/tizen/src/skin/client/xsd/dbi.xsd @@ -1,6 +1,6 @@ - +