diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-06-17 15:33:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-06-17 15:33:10 +0900 |
commit | e044c5463329652f28565dfc7de24ef8b0edaa6f (patch) | |
tree | e1bf1de8f39cd95e31dc43474af51ba7b891af48 /languages/python/app_templates/pythonhello | |
parent | 065693194f81b16c3d6deb7fb70a07ae0e884eb6 (diff) | |
download | tdevelop-e044c5463329652f28565dfc7de24ef8b0edaa6f.tar.gz tdevelop-e044c5463329652f28565dfc7de24ef8b0edaa6f.zip |
Revert to .kdevelop files with <kdevelop> entity name for project files.
This resolves bug 2308.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/python/app_templates/pythonhello')
-rw-r--r-- | languages/python/app_templates/pythonhello/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/python/app_templates/pythonhello/Makefile.am | 2 | ||||
-rw-r--r-- | languages/python/app_templates/pythonhello/app.kdevelop (renamed from languages/python/app_templates/pythonhello/app.tdevelop) | 4 | ||||
-rw-r--r-- | languages/python/app_templates/pythonhello/pythonhello.kdevtemplate | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt index dfdbbc3b..84dfc7b0 100644 --- a/languages/python/app_templates/pythonhello/CMakeLists.txt +++ b/languages/python/app_templates/pythonhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pythonhello.tar.gz ALL COMMAND tar zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.py app.tdevelop pythonhello.png + app.py app.kdevelop pythonhello.png ) diff --git a/languages/python/app_templates/pythonhello/Makefile.am b/languages/python/app_templates/pythonhello/Makefile.am index 2dc4f559..3d66b1a7 100644 --- a/languages/python/app_templates/pythonhello/Makefile.am +++ b/languages/python/app_templates/pythonhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.py app.tdevelop pythonhello.png +dataFiles = app.py app.kdevelop pythonhello.png templateName = pythonhello ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/python/app_templates/pythonhello/app.tdevelop b/languages/python/app_templates/pythonhello/app.kdevelop index 9826d145..2c494d6a 100644 --- a/languages/python/app_templates/pythonhello/app.tdevelop +++ b/languages/python/app_templates/pythonhello/app.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tdevelop> +<kdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -81,4 +81,4 @@ <type ext="py"/> </useglobaltypes> </kdevfilecreate> -</tdevelop> +</kdevelop> diff --git a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate index 0e130571..6d52cf8a 100644 --- a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate +++ b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate @@ -66,8 +66,8 @@ Archive=pythonhello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.tdevelop -Dest=%{dest}/%{APPNAMELC}.tdevelop +Source=%{src}/app.kdevelop +Dest=%{dest}/%{APPNAMELC}.kdevelop [FILE2] Type=install |