langtools/make/intellij/compiler.xml
author serb
Sat, 01 Nov 2014 14:40:09 +0300
changeset 27511 4b0eecf677c0
parent 25697 b71804e27eb1
child 27996 4ae3503fd196
permissions -rw-r--r--
8062164: Incorrect color conversion, when bicubic interpolation is used Reviewed-by: flar, prr

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <option name="DEFAULT_COMPILER" value="Javac" />
    <excludeFromCompile>
      <directory url="file://$PROJECT_DIR$/src" includeSubdirectories="true" />
      <directory url="file://$PROJECT_DIR$/test" includeSubdirectories="true" />
    </excludeFromCompile>
    <resourceExtensions />
    <wildcardResourcePatterns />
    <annotationProcessing>
      <profile default="true" name="Default" enabled="false">
        <processorPath useClasspath="true" />
      </profile>
    </annotationProcessing>
  </component>  
</project>