You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

compiler.xml 895B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <option name="DEFAULT_COMPILER" value="Javac" />
  5. <resourceExtensions />
  6. <wildcardResourcePatterns>
  7. <entry name="!?*.java" />
  8. <entry name="!?*.form" />
  9. <entry name="!?*.class" />
  10. <entry name="!?*.groovy" />
  11. <entry name="!?*.scala" />
  12. <entry name="!?*.flex" />
  13. <entry name="!?*.kt" />
  14. <entry name="!?*.clj" />
  15. </wildcardResourcePatterns>
  16. <annotationProcessing>
  17. <profile default="true" name="Default" enabled="true">
  18. <outputRelativeToContentRoot value="true" />
  19. <processorPath useClasspath="true" />
  20. </profile>
  21. </annotationProcessing>
  22. </component>
  23. <component name="JavacSettings">
  24. <option name="ADDITIONAL_OPTIONS_STRING" value="-Xlint:all,-processing,-try" />
  25. </component>
  26. </project>