From d4d17a9b2d2c0cf2ea6545e953221da9e189e4d5 Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Fri, 29 Jan 2016 17:52:15 +0100 Subject: [PATCH] further repo reorganization for Tizen 3.0 SDK. Removed desktop, shell and xml templates as they seems useless in sdk. Move all headers to inc dir. Change-Id: I7002c8acf4b03b795e997d0f3b9068795298270e --- {res/resource => inc}/indicator_gui.h | 0 {src/modules => inc}/modules.h | 0 res/indicator.desktop.in | 13 ------------- res/indicator.sh.in | 2 -- res/indicator.xml.in | 12 ------------ 5 files changed, 27 deletions(-) rename {res/resource => inc}/indicator_gui.h (100%) rename {src/modules => inc}/modules.h (100%) delete mode 100644 res/indicator.desktop.in delete mode 100644 res/indicator.sh.in delete mode 100644 res/indicator.xml.in diff --git a/res/resource/indicator_gui.h b/inc/indicator_gui.h similarity index 100% rename from res/resource/indicator_gui.h rename to inc/indicator_gui.h diff --git a/src/modules/modules.h b/inc/modules.h similarity index 100% rename from src/modules/modules.h rename to inc/modules.h diff --git a/res/indicator.desktop.in b/res/indicator.desktop.in deleted file mode 100644 index 4a7fcde..0000000 --- a/res/indicator.desktop.in +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=@PROJECT_NAME@ -Comment=@PROJECT_NAME@ Application -Exec=@BINDIR@/@PROJECT_NAME@ -Icon=elementary -Terminal=false -Type=Application -Categories=Application;Utility; -Nodisplay=True -X-TIZEN-TaskManage=False -X-TIZEN-Multiple=False -X-TIZEN-Removable=False diff --git a/res/indicator.sh.in b/res/indicator.sh.in deleted file mode 100644 index 8e5236e..0000000 --- a/res/indicator.sh.in +++ /dev/null @@ -1,2 +0,0 @@ -@BINDIR@/@PROJECT_NAME@ & -sleep 2 diff --git a/res/indicator.xml.in b/res/indicator.xml.in deleted file mode 100644 index b089523..0000000 --- a/res/indicator.xml.in +++ /dev/null @@ -1,12 +0,0 @@ - - - - Youngjoo Park - seungtaek chung - Sung Park - Indicator - - @PKGNAME@.png - - - -- 2.7.4