summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-05-20 21:48:36 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2013-05-30 11:59:47 -0400
commit1e25d6ed41919db050f5efddefff2df9c5267e91 (patch)
tree084ff1bffa3981ea32a029d79b3f48d8ae04cf0f
parentb3316c83b2bb1da987ab5cca77a275eacb94036d (diff)
downloadpki-1e25d6ed41919db050f5efddefff2df9c5267e91.tar.gz
pki-1e25d6ed41919db050f5efddefff2df9c5267e91.tar.xz
pki-1e25d6ed41919db050f5efddefff2df9c5267e91.zip
Reorganized CS.cfg.in in RA and TPS.
The CS.cfg.in in RA and TPS has been moved from doc into shared/conf to match the Tomcat-based subsystems.
-rw-r--r--base/ra/CMakeLists.txt2
-rw-r--r--base/ra/shared/conf/CMakeLists.txt (renamed from base/ra/doc/CMakeLists.txt)0
-rw-r--r--base/ra/shared/conf/CS.cfg.in (renamed from base/ra/doc/CS.cfg.in)0
-rw-r--r--base/tps/CMakeLists.txt2
-rw-r--r--base/tps/shared/conf/CMakeLists.txt (renamed from base/tps/doc/CMakeLists.txt)0
-rw-r--r--base/tps/shared/conf/CS.cfg.in (renamed from base/tps/doc/CS.cfg.in)0
6 files changed, 2 insertions, 2 deletions
diff --git a/base/ra/CMakeLists.txt b/base/ra/CMakeLists.txt
index ece6713c6..e3e2c1eba 100644
--- a/base/ra/CMakeLists.txt
+++ b/base/ra/CMakeLists.txt
@@ -1,7 +1,7 @@
project(ra)
-add_subdirectory(doc)
add_subdirectory(setup)
+add_subdirectory(shared/conf)
# install systemd scripts
install(
diff --git a/base/ra/doc/CMakeLists.txt b/base/ra/shared/conf/CMakeLists.txt
index 419289d03..419289d03 100644
--- a/base/ra/doc/CMakeLists.txt
+++ b/base/ra/shared/conf/CMakeLists.txt
diff --git a/base/ra/doc/CS.cfg.in b/base/ra/shared/conf/CS.cfg.in
index d904fa23c..d904fa23c 100644
--- a/base/ra/doc/CS.cfg.in
+++ b/base/ra/shared/conf/CS.cfg.in
diff --git a/base/tps/CMakeLists.txt b/base/tps/CMakeLists.txt
index 954146cb4..7f8c38c57 100644
--- a/base/tps/CMakeLists.txt
+++ b/base/tps/CMakeLists.txt
@@ -40,8 +40,8 @@ add_subdirectory(src)
add_subdirectory(tools)
# install files
-add_subdirectory(doc)
add_subdirectory(setup)
+add_subdirectory(shared/conf)
# install systemd scripts
install(
diff --git a/base/tps/doc/CMakeLists.txt b/base/tps/shared/conf/CMakeLists.txt
index 419289d03..419289d03 100644
--- a/base/tps/doc/CMakeLists.txt
+++ b/base/tps/shared/conf/CMakeLists.txt
diff --git a/base/tps/doc/CS.cfg.in b/base/tps/shared/conf/CS.cfg.in
index f2a8778d0..f2a8778d0 100644
--- a/base/tps/doc/CS.cfg.in
+++ b/base/tps/shared/conf/CS.cfg.in