From 63b01d802f829632a17e66b522ec0be624a4d470 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Mon, 22 Oct 2012 16:12:05 +0900 Subject: [PATCH] skin: JAXB rebinding JAXB v2.1.10 -> v2.2.5 Signed-off-by: GiWoong Kim --- .../org/tizen/emulator/skin/dbi/ColorsType.java | 6 +- .../org/tizen/emulator/skin/dbi/EmulatorUI.java | 8 +-- .../org/tizen/emulator/skin/dbi/EventInfoType.java | 4 +- .../org/tizen/emulator/skin/dbi/ImageListType.java | 4 +- .../tizen/emulator/skin/dbi/KeyMapListType.java | 6 +- .../org/tizen/emulator/skin/dbi/KeyMapType.java | 8 +-- .../org/tizen/emulator/skin/dbi/LcdType.java | 8 +-- .../org/tizen/emulator/skin/dbi/ObjectFactory.java | 64 +++++++++++----------- .../org/tizen/emulator/skin/dbi/RegionType.java | 12 ++-- .../org/tizen/emulator/skin/dbi/RgbType.java | 4 +- .../tizen/emulator/skin/dbi/RotationNameType.java | 4 +- .../org/tizen/emulator/skin/dbi/RotationType.java | 14 ++--- .../org/tizen/emulator/skin/dbi/RotationsType.java | 6 +- .../org/tizen/emulator/skin/dbi/package-info.java | 6 +- .../src/skin/client/skins/emul-320x480/default.dbi | 2 +- .../src/skin/client/skins/emul-480x800/default.dbi | 2 +- .../skin/client/skins/emul-600x1024/default.dbi | 2 +- .../skin/client/skins/emul-720x1280/default.dbi | 2 +- tizen/src/skin/client/xsd/dbi.xsd | 4 +- 19 files changed, 83 insertions(+), 83 deletions(-) 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 8658151..a9de439 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 0ee4e30..f1f7204 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 4512ffb..0eb0592 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 4ffe3cc..2593ae9 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 59be44d..e7d4700 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 6801ae9..9b4d72e 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 725d3c7..3085b5a 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 3800807..4bc5c40 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 495a34e..f23b334 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 54014a1..3e6c96c 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 a8c44fd..97c84a2 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 33fe06f..08986c9 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 65d7ced..d0ded26 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 0902766..15a3b4e 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 517493c..9803764 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 1403fe8..706ad75 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 ab5ac5e..72b9c84 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 e1392ae..c51a9c0 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 a351c90..2376825 100644 --- a/tizen/src/skin/client/xsd/dbi.xsd +++ b/tizen/src/skin/client/xsd/dbi.xsd @@ -1,6 +1,6 @@ - + -- 2.7.4