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
8 lines
222 B
XML
8 lines
222 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<faceted-project>
|
|
<fixed facet="jst.utility"/>
|
|
<fixed facet="java"/>
|
|
<installed facet="jst.utility" version="1.0"/>
|
|
<installed facet="java" version="1.7"/>
|
|
</faceted-project>
|