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-12-03 11:40:53 -0500
commita4c95c3d9fd9814eb3b1bbb7d987d906e423a42e (patch)
tree72279336c4c62bed682be5aed431a519acce004c /dogtag
parent3dfee9129baeac450134813ce9f7c7644efed4dc (diff)
downloadpki-a4c95c3d9fd9814eb3b1bbb7d987d906e423a42e.tar.gz
pki-a4c95c3d9fd9814eb3b1bbb7d987d906e423a42e.tar.xz
pki-a4c95c3d9fd9814eb3b1bbb7d987d906e423a42e.zip
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
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)