compiler.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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. <entry name="!?*.aj" />
  16. </wildcardResourcePatterns>
  17. <annotationProcessing>
  18. <profile default="true" name="Default" enabled="false">
  19. <processorPath useClasspath="true" />
  20. </profile>
  21. <profile default="false" name="Maven default annotation processors profile" enabled="true">
  22. <sourceOutputDir name="target/generated-sources/annotations" />
  23. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  24. <outputRelativeToContentRoot value="true" />
  25. <processorPath useClasspath="true" />
  26. <module name="appserver" />
  27. </profile>
  28. </annotationProcessing>
  29. <bytecodeTargetLevel>
  30. <module name="appserver" target="1.5" />
  31. </bytecodeTargetLevel>
  32. </component>
  33. </project>