From 7ca239061a82f6ace2fed596c1694ad23fd436f5 Mon Sep 17 00:00:00 2001 From: youngd Date: Mon, 2 Jun 2014 13:47:10 +0900 Subject: [PATCH] UIB: added bolierplates Change-Id: I650e726b491c6c7f4cde271e03b8ca79fdb9f9e0 Signed-off-by: youngd --- .../model/app/io/HtmlMetaReader_ver_1.java | 2 +- .../webuibuilder/snippet/model/jaxb/Metadata.java | 28 ++++++++++++++++------ .../snippet/model/jaxb/ObjectFactory.java | 28 ++++++++++++++++------ .../ui/views/pages/ThumbnailEditPartFactory.java | 8 +------ .../ui/views/pages/action/AddEmptyPageAction.java | 22 +++++++++++++++++ 5 files changed, 66 insertions(+), 22 deletions(-) diff --git a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/app/io/HtmlMetaReader_ver_1.java b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/app/io/HtmlMetaReader_ver_1.java index e053fd8..5d8ebbf 100644 --- a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/app/io/HtmlMetaReader_ver_1.java +++ b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/app/io/HtmlMetaReader_ver_1.java @@ -1,5 +1,5 @@ /* -a * UI Builder + * UI Builder * * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. * diff --git a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/Metadata.java b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/Metadata.java index 30e7b94..09b517b 100644 --- a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/Metadata.java +++ b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/Metadata.java @@ -1,10 +1,24 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.11.07 at 08:19:31 PM KST -// - +/* + * UI Builder + * + * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Contributors: + * - S-Core Co., Ltd + * + */ package org.tizen.webuibuilder.snippet.model.jaxb; diff --git a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/ObjectFactory.java b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/ObjectFactory.java index c3d0698..5086c9c 100644 --- a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/ObjectFactory.java +++ b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/ObjectFactory.java @@ -1,10 +1,24 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.11.07 at 08:19:31 PM KST -// - +/* + * UI Builder + * + * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Contributors: + * - S-Core Co., Ltd + * + */ package org.tizen.webuibuilder.snippet.model.jaxb; diff --git a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/ThumbnailEditPartFactory.java b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/ThumbnailEditPartFactory.java index 1884b5c..6f83318 100644 --- a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/ThumbnailEditPartFactory.java +++ b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/ThumbnailEditPartFactory.java @@ -1,13 +1,7 @@ /* * UI Builder * - * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: - * Nakyoung Choi - * Changyeon Lee - * Gyeongmin Ju - * Hoon Kang + * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/action/AddEmptyPageAction.java b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/action/AddEmptyPageAction.java index 4751a7e..81390f6 100644 --- a/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/action/AddEmptyPageAction.java +++ b/org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/action/AddEmptyPageAction.java @@ -1,3 +1,25 @@ +/* + * UI Builder + * + * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Contributors: + * - S-Core Co., Ltd + * + */ + package org.tizen.webuibuilder.ui.views.pages.action; import org.eclipse.gef.ui.actions.SelectionAction; -- 2.7.4