compiler.xml revision 2487:f935f27abaef
185413Snyan<?xml version="1.0" encoding="UTF-8"?>
285413Snyan<project version="4">
3146049Snyan  <component name="CompilerConfiguration">
485413Snyan    <option name="DEFAULT_COMPILER" value="Javac" />
585413Snyan    <excludeFromCompile>
685413Snyan      <directory url="file://$PROJECT_DIR$/test" includeSubdirectories="true" />
785413Snyan    </excludeFromCompile>
885413Snyan    <resourceExtensions />
985413Snyan    <wildcardResourcePatterns>
10      <entry name="!?*.java" />
11      <entry name="!?*.form" />
12      <entry name="!?*.class" />
13      <entry name="!?*.groovy" />
14      <entry name="!?*.scala" />
15      <entry name="!?*.flex" />
16      <entry name="!?*.kt" />
17      <entry name="!?*.clj" />
18    </wildcardResourcePatterns>
19    <annotationProcessing>
20      <profile default="true" name="Default" enabled="false">
21        <processorPath useClasspath="true" />
22      </profile>
23    </annotationProcessing>
24  </component>
25  <component name="JavacSettings">
26    <option name="DEBUGGING_INFO" value="false" />
27    <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:all -Werror" />
28  </component>
29</project>
30
31