langtools/make/intellij/compiler.xml
author mcimadamore
Tue, 09 Dec 2014 17:40:02 +0000
changeset 27996 4ae3503fd196
parent 25697 b71804e27eb1
child 28334 1633de6070ae
permissions -rw-r--r--
8067006: Tweak IntelliJ langtools project to show jtreg report directory Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output Reviewed-by: jlahoda

<?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>