File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 427427 <useSystemClassLoader >false</useSystemClassLoader >
428428 <includes >
429429 <include >**/libraries/*.java</include >
430- <include >**/libraries/**/*.java</include >
430+ <!--
431+ we have to list the different folders here using '**' seems to confuse surefile
432+ placing some gwt classe in the path and then failing when trying to instantiate
433+ -->
434+ <include >**/libraries/dojo/*.java</include >
435+ <include >**/libraries/htmx/*.java</include >
436+ <include >**/libraries/jquery/*.java</include >
437+ <include >**/libraries/mochikit/*.java</include >
438+ <include >**/libraries/prototype/*.java</include >
431439 </includes >
432440 <excludes >
433441 <exclude >**/libraries/jquery/JQuery3x3x1Test.java</exclude >
434- <exclude >**/libraries/**/*.jar</exclude >
435442 </excludes >
436443 <argLine >-Xms128m -Xmx512m</argLine >
437444 <systemPropertyVariables >
You can’t perform that action at this time.
0 commit comments