From 309f8efb047614d25faf5ed30f9acaaff050c0c0 Mon Sep 17 00:00:00 2001
From: Endi Sukma Dewata <edewata@redhat.com>
Date: Mon, 20 May 2013 21:48:36 -0400
Subject: [PATCH] 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.
---
 base/ra/CMakeLists.txt                       | 2 +-
 base/ra/{doc => shared/conf}/CMakeLists.txt  | 0
 base/ra/{doc => shared/conf}/CS.cfg.in       | 0
 base/tps/CMakeLists.txt                      | 2 +-
 base/tps/{doc => shared/conf}/CMakeLists.txt | 0
 base/tps/{doc => shared/conf}/CS.cfg.in      | 0
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename base/ra/{doc => shared/conf}/CMakeLists.txt (100%)
 rename base/ra/{doc => shared/conf}/CS.cfg.in (100%)
 rename base/tps/{doc => shared/conf}/CMakeLists.txt (100%)
 rename base/tps/{doc => shared/conf}/CS.cfg.in (100%)

diff --git a/base/ra/CMakeLists.txt b/base/ra/CMakeLists.txt
index ece6713c65e100d975ccabd37eb96053fa67c11a..e3e2c1eba7eaf7f431b5ee82912460cbe4102ae2 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
similarity index 100%
rename from base/ra/doc/CMakeLists.txt
rename to base/ra/shared/conf/CMakeLists.txt
diff --git a/base/ra/doc/CS.cfg.in b/base/ra/shared/conf/CS.cfg.in
similarity index 100%
rename from base/ra/doc/CS.cfg.in
rename to base/ra/shared/conf/CS.cfg.in
diff --git a/base/tps/CMakeLists.txt b/base/tps/CMakeLists.txt
index 954146cb4428e501a84c938aedc009f44ab9204d..7f8c38c57a046c077185572345a5fe282753730b 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
similarity index 100%
rename from base/tps/doc/CMakeLists.txt
rename to base/tps/shared/conf/CMakeLists.txt
diff --git a/base/tps/doc/CS.cfg.in b/base/tps/shared/conf/CS.cfg.in
similarity index 100%
rename from base/tps/doc/CS.cfg.in
rename to base/tps/shared/conf/CS.cfg.in
-- 
1.8.1.4

