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:35:36 +0900 | 
| commit | 8b9c0d28fe084e8c7912a55f29052052edcfdd6e (patch) | |
| tree | 9b199d1df7b3705bf6dc15594347c0267f3511fe /languages/python/app_templates/pythonhello/pythonhello.kdevtemplate | |
| parent | a02c867020f0f7f4d399c1d2849ac990614036f8 (diff) | |
| download | tdevelop-8b9c0d28fe084e8c7912a55f29052052edcfdd6e.tar.gz tdevelop-8b9c0d28fe084e8c7912a55f29052052edcfdd6e.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>
(cherry picked from commit e044c5463329652f28565dfc7de24ef8b0edaa6f)
Diffstat (limited to 'languages/python/app_templates/pythonhello/pythonhello.kdevtemplate')
| -rw-r--r-- | languages/python/app_templates/pythonhello/pythonhello.kdevtemplate | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
