From 4bf504949295a02857c642723fcb1baeeba5fbde Mon Sep 17 00:00:00 2001 From: Rainer Hermanns Date: Tue, 12 Sep 2006 16:06:44 +0000 Subject: [PATCH] Portlet sample application doesn't work o moved validation.xml file to resources directory Issue Number: WW-1407 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442628 13f79535-47bb-0310-9956-ffa450edef68 --- .../example/FormExample-processValidationExample-validation.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apps/portlet/src/main/{java => resources}/org/apache/struts2/portlet/example/FormExample-processValidationExample-validation.xml (100%) diff --git a/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample-processValidationExample-validation.xml b/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-processValidationExample-validation.xml similarity index 100% rename from apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample-processValidationExample-validation.xml rename to apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-processValidationExample-validation.xml