From 07326ceac1612a325ffa7b3f8d63defc5a630bd0 Mon Sep 17 00:00:00 2001 From: "daeryong.park" Date: Mon, 22 May 2017 11:42:41 +0900 Subject: [PATCH] RTSDK : Rename packages - Rename packages Change-Id: I57df590e3d68fb99021659171425f16713e3cb3d Signed-off-by: daeryong.park --- rt-ide/tizen.rt.product.meta/.project | 2 +- rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF | 14 +++++++------- .../src/{ => org}/tizen/rt/product/meta/RtMetaPlugin.java | 2 +- .../{ => org}/tizen/rt/product/meta/model/build/Build.java | 2 +- .../tizen/rt/product/meta/model/build/Command.java | 2 +- .../tizen/rt/product/meta/model/build/Commandref.java | 2 +- .../tizen/rt/product/meta/model/build/Commands.java | 2 +- .../tizen/rt/product/meta/model/build/Executor.java | 2 +- .../tizen/rt/product/meta/model/build/Executors.java | 2 +- .../tizen/rt/product/meta/model/build/ObjectFactory.java | 6 +++--- .../{ => org}/tizen/rt/product/meta/model/build/Param.java | 2 +- .../{ => org}/tizen/rt/product/meta/model/debug/Debug.java | 2 +- .../tizen/rt/product/meta/model/debug/Debugs.java | 2 +- .../tizen/rt/product/meta/model/debug/Execute.java | 2 +- .../tizen/rt/product/meta/model/debug/ObjectFactory.java | 6 +++--- .../tizen/rt/product/meta/model/debug/Options.java | 2 +- .../{ => org}/tizen/rt/product/meta/model/debug/Param.java | 2 +- .../tizen/rt/product/meta/model/debug/Params.java | 2 +- .../tizen/rt/product/meta/model/flash/Execute.java | 2 +- .../tizen/rt/product/meta/model/flash/Executors.java | 2 +- .../{ => org}/tizen/rt/product/meta/model/flash/Flash.java | 2 +- .../tizen/rt/product/meta/model/flash/ObjectFactory.java | 6 +++--- .../tizen/rt/product/meta/model/flash/Options.java | 2 +- .../tizen/rt/product/meta/util/MetaModelUtil.java | 8 ++++---- .../tizen/rt/product/meta/model/LoadModelTest.java | 11 +++++------ .../{ => org}/tizen/rt/product/meta/model/buildSpec.xml | 0 .../{ => org}/tizen/rt/product/meta/model/debugSpec.xml | 0 .../{ => org}/tizen/rt/product/meta/model/flashSpec.xml | 0 28 files changed, 44 insertions(+), 45 deletions(-) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/RtMetaPlugin.java (95%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Build.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Command.java (99%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Commandref.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Commands.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Executor.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Executors.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/ObjectFactory.java (89%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/build/Param.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Debug.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Debugs.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Execute.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/ObjectFactory.java (88%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Options.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Param.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/debug/Params.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/flash/Execute.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/flash/Executors.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/flash/Flash.java (98%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/flash/ObjectFactory.java (89%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/model/flash/Options.java (97%) rename rt-ide/tizen.rt.product.meta/src/{ => org}/tizen/rt/product/meta/util/MetaModelUtil.java (96%) rename rt-ide/tizen.rt.product.meta/test/src/{ => org}/tizen/rt/product/meta/model/LoadModelTest.java (89%) rename rt-ide/tizen.rt.product.meta/test/src/{ => org}/tizen/rt/product/meta/model/buildSpec.xml (100%) rename rt-ide/tizen.rt.product.meta/test/src/{ => org}/tizen/rt/product/meta/model/debugSpec.xml (100%) rename rt-ide/tizen.rt.product.meta/test/src/{ => org}/tizen/rt/product/meta/model/flashSpec.xml (100%) diff --git a/rt-ide/tizen.rt.product.meta/.project b/rt-ide/tizen.rt.product.meta/.project index f04def8..3a07ba6 100755 --- a/rt-ide/tizen.rt.product.meta/.project +++ b/rt-ide/tizen.rt.product.meta/.project @@ -1,6 +1,6 @@ - tizen.rt.product.meta + org.tizen.rt.product.meta diff --git a/rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF b/rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF index 26edcd4..6889ada 100755 --- a/rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF +++ b/rt-ide/tizen.rt.product.meta/META-INF/MANIFEST.MF @@ -3,15 +3,15 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.tizen.rt.product.meta Bundle-Version: 3.0.0.qualifier -Bundle-Activator: tizen.rt.product.meta.RtMetaPlugin +Bundle-Activator: org.tizen.rt.product.meta.RtMetaPlugin Require-Bundle: org.eclipse.core.runtime Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Bundle-Vendor: %Bundle-Vendor -Export-Package: tizen.rt.product.meta, - tizen.rt.product.meta.model, - tizen.rt.product.meta.model.build, - tizen.rt.product.meta.model.debug, - tizen.rt.product.meta.model.flash, - tizen.rt.product.meta.util Bundle-ClassPath: . +Export-Package: org.tizen.rt.product.meta, + org.tizen.rt.product.meta.model, + org.tizen.rt.product.meta.model.build, + org.tizen.rt.product.meta.model.debug, + org.tizen.rt.product.meta.model.flash, + org.tizen.rt.product.meta.util diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/RtMetaPlugin.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/RtMetaPlugin.java similarity index 95% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/RtMetaPlugin.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/RtMetaPlugin.java index 934d242..891fe79 100755 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/RtMetaPlugin.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/RtMetaPlugin.java @@ -1,4 +1,4 @@ -package tizen.rt.product.meta; +package org.tizen.rt.product.meta; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Build.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Build.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Build.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Build.java index eb70d34..47fec85 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Build.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Build.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Command.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Command.java similarity index 99% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Command.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Command.java index 14406ed..3d73147 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Command.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Command.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commandref.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commandref.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commandref.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commandref.java index 5684f53..87fe80c 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commandref.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commandref.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commands.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commands.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commands.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commands.java index ff82683..911f4b7 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Commands.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Commands.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executor.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executor.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executor.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executor.java index 375f0b9..f56ec6e 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executor.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executor.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executors.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executors.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executors.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executors.java index d09e050..9457008 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Executors.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Executors.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/ObjectFactory.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/ObjectFactory.java similarity index 89% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/ObjectFactory.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/ObjectFactory.java index 474da77..eeec944 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/ObjectFactory.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/ObjectFactory.java @@ -5,12 +5,12 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import javax.xml.bind.annotation.XmlRegistry; /** - * This object contains factory methods for each Java content interface and Java element interface generated in the tizen.rt.product.meta.model.build package. + * This object contains factory methods for each Java content interface and Java element interface generated in the org.tizen.rt.product.meta.model.build package. *

* An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces * and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class. @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRegistry; public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tizen.rt.product.meta.model.build + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.rt.product.meta.model.build */ public ObjectFactory() { } diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Param.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Param.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Param.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Param.java index a7ad8d7..0bcb3b3 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/build/Param.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/build/Param.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:06 PM KST // -package tizen.rt.product.meta.model.build; +package org.tizen.rt.product.meta.model.build; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debug.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debug.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debug.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debug.java index 7011027..be9b7ad 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debug.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debug.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debugs.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debugs.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debugs.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debugs.java index 6be8115..31772bf 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Debugs.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Debugs.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Execute.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Execute.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Execute.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Execute.java index 498a4e5..2e094e6 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Execute.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Execute.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/ObjectFactory.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/ObjectFactory.java similarity index 88% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/ObjectFactory.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/ObjectFactory.java index 340d9c6..50ddfd4 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/ObjectFactory.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/ObjectFactory.java @@ -5,12 +5,12 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import javax.xml.bind.annotation.XmlRegistry; /** - * This object contains factory methods for each Java content interface and Java element interface generated in the tizen.rt.product.meta.model.debug package. + * This object contains factory methods for each Java content interface and Java element interface generated in the org.tizen.rt.product.meta.model.debug package. *

* An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces * and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class. @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRegistry; public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tizen.rt.product.meta.model.debug + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.rt.product.meta.model.debug */ public ObjectFactory() { } diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Options.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Options.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Options.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Options.java index b65450b..639b0aa 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Options.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Options.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Param.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Param.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Param.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Param.java index 707fe37..fab219a 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Param.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Param.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Params.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Params.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Params.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Params.java index 6a3dbdf..f99f077 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/debug/Params.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/debug/Params.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:30 PM KST // -package tizen.rt.product.meta.model.debug; +package org.tizen.rt.product.meta.model.debug; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Execute.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Execute.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Execute.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Execute.java index 5ab1e4d..1607616 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Execute.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Execute.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:57 PM KST // -package tizen.rt.product.meta.model.flash; +package org.tizen.rt.product.meta.model.flash; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Executors.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Executors.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Executors.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Executors.java index fcad1e9..b4494cd 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Executors.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Executors.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:57 PM KST // -package tizen.rt.product.meta.model.flash; +package org.tizen.rt.product.meta.model.flash; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Flash.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Flash.java similarity index 98% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Flash.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Flash.java index 52b390c..7743a23 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Flash.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Flash.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:57 PM KST // -package tizen.rt.product.meta.model.flash; +package org.tizen.rt.product.meta.model.flash; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/ObjectFactory.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/ObjectFactory.java similarity index 89% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/ObjectFactory.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/ObjectFactory.java index d1d90ee..3e80162 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/ObjectFactory.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/ObjectFactory.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:57 PM KST // -package tizen.rt.product.meta.model.flash; +package org.tizen.rt.product.meta.model.flash; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; @@ -13,7 +13,7 @@ import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** - * This object contains factory methods for each Java content interface and Java element interface generated in the tizen.rt.product.meta.model.flash package. + * This object contains factory methods for each Java content interface and Java element interface generated in the org.tizen.rt.product.meta.model.flash package. *

* An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces * and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class. @@ -24,7 +24,7 @@ public class ObjectFactory { private final static QName _Option_QNAME = new QName("", "option"); /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tizen.rt.product.meta.model.flash + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.rt.product.meta.model.flash */ public ObjectFactory() { } diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Options.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Options.java similarity index 97% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Options.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Options.java index 6cfb30f..7ea1394 100644 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/model/flash/Options.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/model/flash/Options.java @@ -5,7 +5,7 @@ // Generated on: 2017.05.19 at 01:42:57 PM KST // -package tizen.rt.product.meta.model.flash; +package org.tizen.rt.product.meta.model.flash; import java.util.ArrayList; import java.util.List; diff --git a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/util/MetaModelUtil.java b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/util/MetaModelUtil.java similarity index 96% rename from rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/util/MetaModelUtil.java rename to rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/util/MetaModelUtil.java index 8876d26..56d9068 100755 --- a/rt-ide/tizen.rt.product.meta/src/tizen/rt/product/meta/util/MetaModelUtil.java +++ b/rt-ide/tizen.rt.product.meta/src/org/tizen/rt/product/meta/util/MetaModelUtil.java @@ -23,7 +23,7 @@ * - S-Core Co., Ltd. * */ -package tizen.rt.product.meta.util; +package org.tizen.rt.product.meta.util; import java.io.File; import java.io.IOException; @@ -34,9 +34,9 @@ import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; -import tizen.rt.product.meta.model.build.Build; -import tizen.rt.product.meta.model.debug.Debugs; -import tizen.rt.product.meta.model.flash.Flash; +import org.tizen.rt.product.meta.model.build.Build; +import org.tizen.rt.product.meta.model.debug.Debugs; +import org.tizen.rt.product.meta.model.flash.Flash; /** * @since 2017. 5. 18. diff --git a/rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/LoadModelTest.java b/rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/LoadModelTest.java similarity index 89% rename from rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/LoadModelTest.java rename to rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/LoadModelTest.java index 055e0b1..416c187 100755 --- a/rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/LoadModelTest.java +++ b/rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/LoadModelTest.java @@ -23,7 +23,7 @@ * - S-Core Co., Ltd. * */ -package tizen.rt.product.meta.model; +package org.tizen.rt.product.meta.model; import java.io.InputStream; @@ -31,11 +31,10 @@ import javax.xml.bind.JAXBException; import org.junit.Assert; import org.junit.Test; - -import tizen.rt.product.meta.model.build.Build; -import tizen.rt.product.meta.model.debug.Debugs; -import tizen.rt.product.meta.model.flash.Flash; -import tizen.rt.product.meta.util.MetaModelUtil; +import org.tizen.rt.product.meta.model.build.Build; +import org.tizen.rt.product.meta.model.debug.Debugs; +import org.tizen.rt.product.meta.model.flash.Flash; +import org.tizen.rt.product.meta.util.MetaModelUtil; /** * @since 2017. 5. 18. diff --git a/rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/buildSpec.xml b/rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/buildSpec.xml similarity index 100% rename from rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/buildSpec.xml rename to rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/buildSpec.xml diff --git a/rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/debugSpec.xml b/rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/debugSpec.xml similarity index 100% rename from rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/debugSpec.xml rename to rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/debugSpec.xml diff --git a/rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/flashSpec.xml b/rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/flashSpec.xml similarity index 100% rename from rt-ide/tizen.rt.product.meta/test/src/tizen/rt/product/meta/model/flashSpec.xml rename to rt-ide/tizen.rt.product.meta/test/src/org/tizen/rt/product/meta/model/flashSpec.xml -- 2.7.4