Quickstart does not load classes from WEB-INF/classes first

o backport from WW 2.2.3
o added missing config patch

Issue Number: WW-1387

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2006-09-13 10:54:01 +00:00
parent 3f075f787e
commit 8a1af1768b
+3 -1
View File
@@ -41,7 +41,9 @@
-->
<!--
The classDirs directories can be a jar or a directory of classes
The classDirs directories can be a jar or a directory of classes.
The WEB-INF/classes directory for each webDir (below) will automatically
be added if it exists.
-->
<classDirs>
<dir>src/main/resources</dir>