langtools/make/intellij/compiler.xml
author mcimadamore
Tue, 26 Aug 2014 12:45:28 +0100
changeset 26265 46aacfffd3b5
parent 25697 b71804e27eb1
child 27996 4ae3503fd196
permissions -rw-r--r--
8056055: IntelliJ source paths broken after modularization of langtools Summary: Add 'share/classes' prefix to all src roots Reviewed-by: jfranck

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