summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 14:35:46 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-03-02 14:35:46 -0600
commit510bd507eca1284ba1e85c5da8ecca82d3574023 (patch)
treeb6e1397a7765c6701685da74ce329bd5f9dac704 /kommander/working/plugintemplate/kommanderplugin.kdevtemplate
parent8a4a98cbfd7de33b8f614e7e4f0c9fa68076d98d (diff)
downloadtdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.tar.gz
tdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.zip
Update and rename files in support of commit 722ce1ef.
Diffstat (limited to 'kommander/working/plugintemplate/kommanderplugin.kdevtemplate')
-rw-r--r--kommander/working/plugintemplate/kommanderplugin.kdevtemplate66
1 files changed, 0 insertions, 66 deletions
diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
deleted file mode 100644
index b5c3c303..00000000
--- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
+++ /dev/null
@@ -1,66 +0,0 @@
-# KDE Config File
-[General]
-Name=Kommander Plugin
-Category=C++/Kommander/
-Comment=This generates a plugin for Kommander
-FileTemplates=h,CStyle,cpp,CStyle
-ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
-Archive=kommanderplugin.tar.gz
-
-[ADMIN]
-Type=include
-File=%{tdevelop}/template-common/admin.kdevtemplate
-
-[GNU]
-Type=include
-File=%{tdevelop}/template-common/gnu.kdevtemplate
-
-[MkDir1]
-Type=mkdir
-Dir=%{dest}/src
-
-[FILE1]
-Type=install
-EscapeXML=true
-Source=%{src}/app.tdevelop
-Dest=%{dest}/%{APPNAMELC}.tdevelop
-
-[FILE2]
-Type=install
-Source=%{src}/src-Makefile.am
-Dest=%{dest}/src/Makefile.am
-
-[FILE3]
-Type=install
-Source=%{src}/widget.cpp
-Dest=%{dest}/src/%{APPNAMELC}.cpp
-
-[FILE4]
-Type=install
-Source=%{src}/widget.h
-Dest=%{dest}/src/%{APPNAMELC}.h
-
-[FILE5]
-Type=install
-Source=%{src}/plugin.cpp
-Dest=%{dest}/src/%{APPNAMELC}plugin.cpp
-
-[FILE6]
-Type=install
-Source=%{tdevelop}/template-common/kde-Makefile.cvs
-Dest=%{dest}/Makefile.cvs
-
-[FILE7]
-Type=install
-Source=%{tdevelop}/template-common/tde-configure.in.in
-Dest=%{dest}/configure.in.in
-
-[FILE8]
-Type=install
-Source=%{tdevelop}/template-common/kde-Makefile.am
-Dest=%{dest}/Makefile.am
-
-
-[MSG]
-Type=message
-Comment=A Kommander plugin was created in %{dest}