summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/instance_layout.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-13 18:07:43 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-13 18:26:14 -0500
commit4c5d16c170f8997b089e1d6488f290cf5af62568 (patch)
tree50be8d20ddaec76d7d39f391bf9fb9a3b1893383 /base/deploy/src/scriptlets/instance_layout.py
parent9bb7143f4d1c84b65233e41a7c41c8213ca6e61b (diff)
downloadpki-4c5d16c170f8997b089e1d6488f290cf5af62568.tar.gz
pki-4c5d16c170f8997b089e1d6488f290cf5af62568.tar.xz
pki-4c5d16c170f8997b089e1d6488f290cf5af62568.zip
I18n for ProfileList.template.ticket-406
The messages in ProfileList.template in CA EE has been extracted into a properties file which can be translated separately. The original messages in the template have been marked as follows: <span class="message" name="...key...">...message...</span> When the page is loaded into the browser, the original message will be replaced with the translated messages. Ticket #406
Diffstat (limited to 'base/deploy/src/scriptlets/instance_layout.py')
-rw-r--r--base/deploy/src/scriptlets/instance_layout.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/deploy/src/scriptlets/instance_layout.py b/base/deploy/src/scriptlets/instance_layout.py
index 995f4aacc..773305c13 100644
--- a/base/deploy/src/scriptlets/instance_layout.py
+++ b/base/deploy/src/scriptlets/instance_layout.py
@@ -70,26 +70,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
master['pki_instance_lib_log4j_properties'])
util.directory.create(master['pki_tomcat_tmpdir_path'])
util.directory.create(master['pki_tomcat_webapps_path'])
- util.directory.create(master['pki_tomcat_webapps_common_path'])
-
- # Copy /usr/share/pki/common-ui
- # to <instance>/webapp/pki
- util.directory.copy(
- os.path.join(
- config.PKI_DEPLOYMENT_SOURCE_ROOT,
- "common-ui"),
- master['pki_tomcat_webapps_common_path'],
- overwrite_flag=True)
-
- util.directory.create(master['pki_tomcat_webapps_root_path'])
- util.directory.copy(
- os.path.join(
- config.PKI_DEPLOYMENT_SOURCE_ROOT,
- "server",
- "webapps",
- "ROOT"),
- master['pki_tomcat_webapps_root_path'],
- overwrite_flag=True)
util.directory.create(master['pki_tomcat_work_path'])
util.directory.create(master['pki_tomcat_work_catalina_path'])
util.directory.create(master['pki_tomcat_work_catalina_host_path'])