From b30a4362918d811eede1aeb7f04e8acabe03e4c3 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@427 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../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 00000000000..58e00ac37eb --- /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 00000000000..1e7d04517db --- /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} + + + +