You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:30:01 UTC

[myfaces-trinidad] 20/30: Checkpoint: give the skin pregen response document a title.

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch andys-skin-pregen
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit dbe31b351ae264ac2efdbe281a90eba0987ab35e
Author: Andy Schwartz <an...@apache.org>
AuthorDate: Wed Mar 14 20:34:00 2012 +0000

    Checkpoint: give the skin pregen response document a title.
---
 .../myfaces/trinidadinternal/skin/pregen/SkinPregenerationService.java  | 1 +
 .../xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/pregen/SkinPregenerationService.java b/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/pregen/SkinPregenerationService.java
index b5fb27e..dcd8a60 100644
--- a/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/pregen/SkinPregenerationService.java
+++ b/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/skin/pregen/SkinPregenerationService.java
@@ -265,6 +265,7 @@ public class SkinPregenerationService extends InternalView
     rw.startElement("html", null);
     rw.startElement("head", null);
     rw.startElement("title", null);
+    rw.writeText(_LOG.getMessage("SKIN_PREGEN_RESPONSE_TITLE"), null);
     rw.endElement("title");
     rw.endElement("head");
     rw.startElement("body", null);
diff --git a/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts b/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
index 5aca4fe..aa65d7f 100644
--- a/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
+++ b/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
@@ -1178,6 +1178,8 @@ The skin {0} specified on the requestMap will be used even though the consumer''
 
 <resource key="SKIN_PREGEN_NO_TARGET_DIRECTORY">No target directory found.  Please specify a target directory via the {0} system property.</resource>
 
+<resource key="SKIN_PREGEN_RESPONSE_TITLE">Skin Pregeneration Service</resource>
+
 <resource key="SKIN_PREGEN_RESPONSE">Skin pregeneration completed in {0}ms.</resource>
 
 <resource key="SKIN_PREGEN_NO_DOCUMENT">No StyleSheetDocument found for skin {0}.</resource>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.