Update gradle to generate the following project specific eclipse settings: - Java formatting - Cleanup options - Warning settings - Code template with copyright header - WTP module meta-data In addition this commit changes the eclipse project .classpath file to output test and main classes to different folders. This is required to prevent eclipse WTP from packaging test classes into /WEB-INF/lib jar files. Issue: SPR-9518
7 lines
319 B
XML
7 lines
319 B
XML
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
|
<wb-module deploy-name="${deployname}">
|
|
<wb-resource deploy-path="/" source-path="/src/main/java"/>
|
|
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
|
|
</wb-module>
|
|
</project-modules>
|