From 4d3049c36d8e6a5a0c999daaa6fdd856af00525c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Apr 2015 18:33:11 -0400 Subject: Added direct deployment for theme. The deployment tool has been modified to deploy the theme files directly from /usr/share/pki. New deployment descriptors have been added for admin templates and JS library. https://fedorahosted.org/pki/ticket/499 --- .../tomcat8/conf/Catalina/localhost/ROOT.xml | 2 +- .../tomcat8/conf/Catalina/localhost/pki#admin.xml | 32 ++++++++++++++++++++++ .../tomcat8/conf/Catalina/localhost/pki#js.xml | 32 ++++++++++++++++++++++ .../server/tomcat8/conf/Catalina/localhost/pki.xml | 2 +- 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml create mode 100644 base/server/tomcat8/conf/Catalina/localhost/pki#js.xml (limited to 'base/server/tomcat8') diff --git a/base/server/tomcat8/conf/Catalina/localhost/ROOT.xml b/base/server/tomcat8/conf/Catalina/localhost/ROOT.xml index e70dd2055..f7659800c 100644 --- a/base/server/tomcat8/conf/Catalina/localhost/ROOT.xml +++ b/base/server/tomcat8/conf/Catalina/localhost/ROOT.xml @@ -22,7 +22,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + diff --git a/base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml b/base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml new file mode 100644 index 000000000..16db43605 --- /dev/null +++ b/base/server/tomcat8/conf/Catalina/localhost/pki#admin.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/base/server/tomcat8/conf/Catalina/localhost/pki#js.xml b/base/server/tomcat8/conf/Catalina/localhost/pki#js.xml new file mode 100644 index 000000000..9b0903ddf --- /dev/null +++ b/base/server/tomcat8/conf/Catalina/localhost/pki#js.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/base/server/tomcat8/conf/Catalina/localhost/pki.xml b/base/server/tomcat8/conf/Catalina/localhost/pki.xml index e70dd2055..1e87c1cd5 100644 --- a/base/server/tomcat8/conf/Catalina/localhost/pki.xml +++ b/base/server/tomcat8/conf/Catalina/localhost/pki.xml @@ -22,7 +22,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + -- cgit