From 966510fd6b0e36ebeb3565fc37bed297631e4e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 25 Dec 2007 01:21:32 +0000 Subject: [PATCH] * remove these targets from the app_server test environment, they are not really needed in this context anymore git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23152 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskcalc/Jamfile | 6 ------ src/apps/launchbox/Jamfile | 6 ------ src/preferences/backgrounds/Jamfile | 5 ----- src/preferences/joysticks/Jamfile | 5 ----- src/preferences/time/Jamfile | 5 ----- 5 files changed, 27 deletions(-) diff --git a/src/apps/deskcalc/Jamfile b/src/apps/deskcalc/Jamfile index 58897cf56f..bd66aaca05 100644 --- a/src/apps/deskcalc/Jamfile +++ b/src/apps/deskcalc/Jamfile @@ -2,8 +2,6 @@ SubDir HAIKU_TOP src apps deskcalc ; SetSubDirSupportedPlatformsBeOSCompatible ; -AddSubDirSupportedPlatforms libbe_test ; - Application DeskCalc : CalcApplication.cpp CalcOptionsWindow.cpp @@ -17,7 +15,3 @@ Application DeskCalc : : DeskCalc.rdef ; -if $(TARGET_PLATFORM) = libbe_test { - HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DeskCalc - : tests!apps ; -} diff --git a/src/apps/launchbox/Jamfile b/src/apps/launchbox/Jamfile index 4f188011d6..835c8bcf2c 100644 --- a/src/apps/launchbox/Jamfile +++ b/src/apps/launchbox/Jamfile @@ -1,7 +1,5 @@ SubDir HAIKU_TOP src apps launchbox ; -AddSubDirSupportedPlatforms libbe_test ; - UsePrivateHeaders shared ; Application LaunchBox : @@ -18,7 +16,3 @@ Application LaunchBox : : LaunchBox.rdef ; -if $(TARGET_PLATFORM) = libbe_test { - HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : LaunchBox - : tests!apps ; -} diff --git a/src/preferences/backgrounds/Jamfile b/src/preferences/backgrounds/Jamfile index 9af33dda45..a78ef491d2 100644 --- a/src/preferences/backgrounds/Jamfile +++ b/src/preferences/backgrounds/Jamfile @@ -1,7 +1,6 @@ SubDir HAIKU_TOP src preferences backgrounds ; SetSubDirSupportedPlatformsBeOSCompatible ; -AddSubDirSupportedPlatforms libbe_test ; UsePrivateHeaders shared ; @@ -14,7 +13,3 @@ Preference Backgrounds : : Backgrounds.rdef ; -if $(TARGET_PLATFORM) = libbe_test { - HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds - : tests!apps ; -} diff --git a/src/preferences/joysticks/Jamfile b/src/preferences/joysticks/Jamfile index d219508b7b..8b988d939e 100644 --- a/src/preferences/joysticks/Jamfile +++ b/src/preferences/joysticks/Jamfile @@ -1,7 +1,6 @@ SubDir HAIKU_TOP src preferences joysticks ; SetSubDirSupportedPlatformsBeOSCompatible ; -AddSubDirSupportedPlatforms libbe_test ; Preference Joysticks : CalibWin.cpp @@ -12,7 +11,3 @@ Preference Joysticks : : Joysticks.rdef ; -if $(TARGET_PLATFORM) = libbe_test { - HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Joysticks - : tests!apps ; -} diff --git a/src/preferences/time/Jamfile b/src/preferences/time/Jamfile index 5d32a5efec..72ecbcd64e 100644 --- a/src/preferences/time/Jamfile +++ b/src/preferences/time/Jamfile @@ -1,7 +1,6 @@ SubDir HAIKU_TOP src preferences time ; SetSubDirSupportedPlatformsBeOSCompatible ; -AddSubDirSupportedPlatforms libbe_test ; UsePrivateHeaders kernel ; UseArchHeaders $(TARGET_ARCH) ; @@ -24,7 +23,3 @@ Preference Time : : Time.rdef ; -if $(TARGET_PLATFORM) = libbe_test { - HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Time - : tests!apps ; -}