From 4a149d00f6efe0d18eb975e12e96a60399e7bf97 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 15 Dec 2008 22:52:02 +0000 Subject: [PATCH] adding resources to portlet/context/WEB-INF --- .../WEB-INF/resources/messageSource.xml | 24 +++++++++++++++++++ .../context/WEB-INF/resources/themeSource.xml | 12 ++++++++++ 2 files changed, 36 insertions(+) create mode 100644 org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/messageSource.xml create mode 100644 org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/themeSource.xml diff --git a/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/messageSource.xml b/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/messageSource.xml new file mode 100644 index 0000000000..58e00ac37e --- /dev/null +++ b/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/messageSource.xml @@ -0,0 +1,24 @@ + + + + + + + + ${useCodeAsDefaultMessage} + + + + org/springframework/web/portlet/context/WEB-INF/${message-file} + org/springframework/web/portlet/context/WEB-INF/more-context-messages + + + + + + + + + + + diff --git a/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/themeSource.xml b/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/themeSource.xml new file mode 100644 index 0000000000..1e7d04517d --- /dev/null +++ b/org.springframework.testsuite/src/test/java/org/springframework/web/portlet/context/WEB-INF/resources/themeSource.xml @@ -0,0 +1,12 @@ + + + + + + + + ${theme-base} + + + +