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-12-02 19:07:31 -0500
commitbb08d0e676f557f42b4af5be159f93b476afce8a (patch)
treeb920dad38703e69d8624f7c5a99c58b32bb4f28f /dogtag/CMakeLists.txt
parente74838f385509484b45d53a8a2ff6b13db3db454 (diff)
downloadpki-bb08d0e676f557f42b4af5be159f93b476afce8a.tar.gz
pki-bb08d0e676f557f42b4af5be159f93b476afce8a.tar.xz
pki-bb08d0e676f557f42b4af5be159f93b476afce8a.zip
Removed RA and TPS theme packages.ticket-407-9
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
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)