mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user