hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=d0db6015e3734b3b5d2421ba4392574845009cae

commit d0db6015e3734b3b5d2421ba4392574845009cae
Author: taehyub <taehyub....@samsung.com>
Date:   Thu Mar 24 21:38:07 2016 +0900

    template: change the template code of basic.edc
    
    Summary:
    It is better the image resource block is in the group.
    so I moved the block into the group in basic.edc
    
    Test Plan:
    1. launch enventor
    2. create new file as basic
    3. see the image resource block in group
    
    Reviewers: Jaehyun_Cho, NikaWhite, Hermet
    
    Differential Revision: https://phab.enlightenment.org/D3816
---
 data/templates/basic.edc         |  8 ++++----
 data/templates/clip.edc          |  8 ++++----
 data/templates/image.edc         |  8 ++++----
 data/templates/map.edc           |  8 ++++----
 data/templates/proxy.edc         |  8 ++++----
 data/templates/rotation+zoom.edc |  8 ++++----
 data/templates/tween.edc         | 30 +++++++++++++++---------------
 7 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/data/templates/basic.edc b/data/templates/basic.edc
index e862d16..8e08446 100644
--- a/data/templates/basic.edc
+++ b/data/templates/basic.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          image { "logo";
             desc { "default";
diff --git a/data/templates/clip.edc b/data/templates/clip.edc
index 93f8738..5f34d44 100644
--- a/data/templates/clip.edc
+++ b/data/templates/clip.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          rect { "clipper";
             desc { "default";
diff --git a/data/templates/image.edc b/data/templates/image.edc
index 82cfa0c..a455327 100644
--- a/data/templates/image.edc
+++ b/data/templates/image.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          image { "logo";
             desc { "default";
diff --git a/data/templates/map.edc b/data/templates/map.edc
index 7593dea..8f34012 100644
--- a/data/templates/map.edc
+++ b/data/templates/map.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          image { "logo";
             desc { "default";
diff --git a/data/templates/proxy.edc b/data/templates/proxy.edc
index a460ed1..8e6f689 100644
--- a/data/templates/proxy.edc
+++ b/data/templates/proxy.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          image { "logo";
             desc { "default";
diff --git a/data/templates/rotation+zoom.edc b/data/templates/rotation+zoom.edc
index 12bf55f..fea1312 100644
--- a/data/templates/rotation+zoom.edc
+++ b/data/templates/rotation+zoom.edc
@@ -1,10 +1,10 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_LOGO.png" COMP;
+      }
       parts {
          image { "logo";
             desc { "default";
diff --git a/data/templates/tween.edc b/data/templates/tween.edc
index 3c87ed1..7e852fa 100644
--- a/data/templates/tween.edc
+++ b/data/templates/tween.edc
@@ -1,21 +1,21 @@
 collections {
    base_scale: 1.0;
-   /* TODO: Please replace embedded image files to your application image 
files. */
-   images {
-      image: "ENVENTOR_EMBEDDED_TRIAB-01.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-02.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-03.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-04.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-05.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-06.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-07.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-08.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-09.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-10.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-11.png" COMP;
-      image: "ENVENTOR_EMBEDDED_TRIAB-12.png" COMP;
-   }
    group { "main";
+      /* TODO: Please replace embedded image files to your application image 
files. */
+      images {
+         image: "ENVENTOR_EMBEDDED_TRIAB-01.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-02.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-03.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-04.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-05.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-06.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-07.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-08.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-09.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-10.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-11.png" COMP;
+         image: "ENVENTOR_EMBEDDED_TRIAB-12.png" COMP;
+      }
       parts {
          image { "image";
             desc { "default";

-- 


Reply via email to