summaryrefslogtreecommitdiffstats
path: root/dogtag
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-09 10:56:42 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-09 12:11:44 -0500
commit082234462970198c1522cbf2e5638b59cbb0258f (patch)
treee347522a1903e094c5ca38f3c0fa35ad4358540c /dogtag
parent0f5ea13b32fe6198934ee6396fd012b740799f2f (diff)
downloadpki-082234462970198c1522cbf2e5638b59cbb0258f.tar.gz
pki-082234462970198c1522cbf2e5638b59cbb0258f.tar.xz
pki-082234462970198c1522cbf2e5638b59cbb0258f.zip
Removed CA, KRA, OCSP, TKS theme packages.ticket-328-10
The build scripts and spec files have been updated to no longer create theme packages for CA, KRA, OCSP, and TKS. Ticket #407
Diffstat (limited to 'dogtag')
-rw-r--r--dogtag/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/dogtag/CMakeLists.txt b/dogtag/CMakeLists.txt
index d83f91591..aa4f2fc83 100644
--- a/dogtag/CMakeLists.txt
+++ b/dogtag/CMakeLists.txt
@@ -2,15 +2,10 @@ project(dogtag)
if (APPLICATION_FLAVOR_IPA_PKI_THEME)
add_subdirectory(common-ui)
- add_subdirectory(ca-ui)
endif (APPLICATION_FLAVOR_IPA_PKI_THEME)
if (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)
add_subdirectory(common-ui)
- add_subdirectory(ca-ui)
- add_subdirectory(kra-ui)
- add_subdirectory(ocsp-ui)
add_subdirectory(ra-ui)
- add_subdirectory(tks-ui)
add_subdirectory(tps-ui)
add_subdirectory(console-ui)
endif (APPLICATION_FLAVOR_DOGTAG_PKI_THEME)