diff options
Diffstat (limited to 'kommander/working')
4 files changed, 11 insertions, 11 deletions
diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am index 14e3c0a8..06a26086 100644 --- a/kommander/working/plugintemplate/Makefile.am +++ b/kommander/working/plugintemplate/Makefile.am @@ -1,5 +1,5 @@ dataFiles = src-Makefile.am plugin.cpp \ - widget.h widget.cpp app.kdevelop + widget.h widget.cpp app.tdevelop templateName = kommanderplugin ### no need to change below: diff --git a/kommander/working/plugintemplate/README.dox b/kommander/working/plugintemplate/README.dox index 86968add..7069f3a5 100644 --- a/kommander/working/plugintemplate/README.dox +++ b/kommander/working/plugintemplate/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=YOUR_COMPONENT_NAME& +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=YOUR_COMPONENT_NAME& bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> YOUR_COMPONENT_NAME at Bugzilla database</a> \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/kommander/working/plugintemplate/app.kdevelop b/kommander/working/plugintemplate/app.kdevelop index 29beaf21..89685ef6 100644 --- a/kommander/working/plugintemplate/app.kdevelop +++ b/kommander/working/plugintemplate/app.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -113,4 +113,4 @@ <docurl>%{APPNAMELC}.tag</docurl> </projectdoc> </kdevdocumentation> -</kdevelop> +</tdevelop> diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate index 1eb9917f..2e9b70b6 100644 --- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate +++ b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate @@ -9,11 +9,11 @@ Archive=kommanderplugin.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MkDir1] Type=mkdir @@ -22,8 +22,8 @@ Dir=%{dest}/src [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install @@ -47,17 +47,17 @@ Dest=%{dest}/src/%{APPNAMELC}plugin.cpp [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am |