From 7b51c43305254a07a09c45397b9c286a34396306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 16 Feb 2006 16:32:50 +0000 Subject: [PATCH] Moved the "Workspaces" application out of preferences - it's not a preferences application. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16428 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 4 ++-- src/apps/Jamfile | 1 + src/{preferences => apps}/workspaces/Jamfile | 4 ++-- src/{preferences => apps}/workspaces/Workspaces.cpp | 0 src/{preferences => apps}/workspaces/Workspaces.rdef | 0 src/preferences/Jamfile | 1 - 6 files changed, 5 insertions(+), 5 deletions(-) rename src/{preferences => apps}/workspaces/Jamfile (78%) rename src/{preferences => apps}/workspaces/Workspaces.cpp (100%) rename src/{preferences => apps}/workspaces/Workspaces.rdef (100%) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 3839f3f2f9..baeb7ded34 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -28,11 +28,11 @@ BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chop chown cl BEOS_APPS = Terminal Expander People ShowImage Clock Pulse Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku - StyledEdit Chart + StyledEdit Chart Workspaces ; BEOS_PREFERENCES = Backgrounds DataTranslations FileTypes Fonts Media Menu Mouse Keyboard Keymap Screen ScrollBar Sounds Time VirtualMemory - Workspaces ScreenSaver + ScreenSaver ; BEOS_SYSTEM_LIB = libbe.so $(HAIKU_LIBSTDC++) libnet.so libmedia.so libtracker.so libtranslation.so libnetwork.so libbind.so libnetapi.so libsocket.so libdebug.so diff --git a/src/apps/Jamfile b/src/apps/Jamfile index eb66ed40ef..cd238d5a65 100644 --- a/src/apps/Jamfile +++ b/src/apps/Jamfile @@ -21,3 +21,4 @@ SubInclude HAIKU_TOP src apps soundrecorder ; SubInclude HAIKU_TOP src apps stylededit ; SubInclude HAIKU_TOP src apps terminal ; SubInclude HAIKU_TOP src apps tracker ; +SubInclude HAIKU_TOP src apps workspaces ; diff --git a/src/preferences/workspaces/Jamfile b/src/apps/workspaces/Jamfile similarity index 78% rename from src/preferences/workspaces/Jamfile rename to src/apps/workspaces/Jamfile index 49974584d5..43fb643d9d 100644 --- a/src/preferences/workspaces/Jamfile +++ b/src/apps/workspaces/Jamfile @@ -1,9 +1,9 @@ -SubDir HAIKU_TOP src preferences workspaces ; +SubDir HAIKU_TOP src apps workspaces ; SetSubDirSupportedPlatformsBeOSCompatible ; AddSubDirSupportedPlatforms libbe_test ; -Preference Workspaces : +Application Workspaces : Workspaces.cpp : be : Workspaces.rdef diff --git a/src/preferences/workspaces/Workspaces.cpp b/src/apps/workspaces/Workspaces.cpp similarity index 100% rename from src/preferences/workspaces/Workspaces.cpp rename to src/apps/workspaces/Workspaces.cpp diff --git a/src/preferences/workspaces/Workspaces.rdef b/src/apps/workspaces/Workspaces.rdef similarity index 100% rename from src/preferences/workspaces/Workspaces.rdef rename to src/apps/workspaces/Workspaces.rdef diff --git a/src/preferences/Jamfile b/src/preferences/Jamfile index 8677d95da8..497929fdb0 100644 --- a/src/preferences/Jamfile +++ b/src/preferences/Jamfile @@ -22,4 +22,3 @@ SubInclude HAIKU_TOP src preferences scrollbar ; SubInclude HAIKU_TOP src preferences sounds ; SubInclude HAIKU_TOP src preferences time ; SubInclude HAIKU_TOP src preferences virtualmemory ; -SubInclude HAIKU_TOP src preferences workspaces ;