summaryrefslogtreecommitdiffstats
path: root/dogtag
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 17:09:29 -0500
commit3683d2a0647ff09508d0cf1f0553a35870c110db (patch)
treef386fb4710946a8eb26fd682d5e8849068ee5d44 /dogtag
parentbb3a9fc1d7d165d91a1e978250a8678da1632567 (diff)
downloadpki-3683d2a0647ff09508d0cf1f0553a35870c110db.tar.gz
pki-3683d2a0647ff09508d0cf1f0553a35870c110db.tar.xz
pki-3683d2a0647ff09508d0cf1f0553a35870c110db.zip
Removed RA and TPS theme packages.ticket-407-8
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')
-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)