diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-25 15:37:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-25 15:37:31 +0900 |
commit | 6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch) | |
tree | ab69e390f7962b7e7dda1a3a64f035c61c751cf4 /buildtools/custommakefiles/tdevcustomproject.rc | |
parent | aba2788b428dc53243407902e9ccbb20b97a69fd (diff) | |
download | tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip |
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'buildtools/custommakefiles/tdevcustomproject.rc')
-rw-r--r-- | buildtools/custommakefiles/tdevcustomproject.rc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/buildtools/custommakefiles/tdevcustomproject.rc b/buildtools/custommakefiles/tdevcustomproject.rc deleted file mode 100644 index 08079774..00000000 --- a/buildtools/custommakefiles/tdevcustomproject.rc +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="TDevCustomProject" version="7"> -<MenuBar> - <Menu name="project" > - <Action name="repopulate_project" /> - <Action name="addnewfiles_project" /> - </Menu> - <Menu name="build" > - <Action name="build_build" /> - <Action name="build_buildactivetarget" /> - <Action name="build_compilefile" /> - <Action name="build_target" /> - <Action name="build_install" /> - <Action name="build_installactivetarget" /> - <Action name="build_make_environment" /> - <Action name="build_clean" /> - <Separator/> - <Action name="build_execute" /> - </Menu> -</MenuBar> -<ToolBar name="buildToolBar" noMerge="1"> - <Action name="build_build" group="build_operations" /> - <Action name="build_buildactivetarget" group="build_operations" /> - <Action name="build_compilefile" group="build_operations" /> - <Separator group="build_operations"/> - <Action name="build_install" group="build_operations" /> - <Action name="build_execute" group="build_operations" /> -</ToolBar> -</kpartgui> - |