From a4c95c3d9fd9814eb3b1bbb7d987d906e423a42e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 22 Nov 2012 02:23:24 -0500 Subject: Removed RA and TPS theme packages. The RA and TPS theme packages are no longer necessary due to the reorganization of the theme files. The build and deployment scripts have been updated accordingly. Ticket #407 --- dogtag/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'dogtag/CMakeLists.txt') diff --git a/dogtag/CMakeLists.txt b/dogtag/CMakeLists.txt index aa4f2fc83..2561495e1 100644 --- a/dogtag/CMakeLists.txt +++ b/dogtag/CMakeLists.txt @@ -5,7 +5,5 @@ if (APPLICATION_FLAVOR_IPA_PKI_THEME) endif (APPLICATION_FLAVOR_IPA_PKI_THEME) if (APPLICATION_FLAVOR_DOGTAG_PKI_THEME) add_subdirectory(common-ui) - add_subdirectory(ra-ui) - add_subdirectory(tps-ui) add_subdirectory(console-ui) endif (APPLICATION_FLAVOR_DOGTAG_PKI_THEME) -- cgit