summaryrefslogtreecommitdiffstats
path: root/dogtag/CMakeLists.txt
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-22 02:23:24 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-27 16:38:34 -0500
commita8a5e75b1446562189f6a7ceed0b9808d808fd78 (patch)
treef386fb4710946a8eb26fd682d5e8849068ee5d44 /dogtag/CMakeLists.txt
parent6c31c29c7295dad1ec6bd1f1fa0313d410e771dd (diff)
downloadpki-a8a5e75b1446562189f6a7ceed0b9808d808fd78.tar.gz
pki-a8a5e75b1446562189f6a7ceed0b9808d808fd78.tar.xz
pki-a8a5e75b1446562189f6a7ceed0b9808d808fd78.zip
Removed RA and TPS theme packages.ticket-407-7
The RA and TPS theme packages are no longer necessary due to the reorganization. The build and deployment scripts have been updated to use the new RA and TPS file locations. Ticket #407
Diffstat (limited to 'dogtag/CMakeLists.txt')
-rw-r--r--dogtag/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)