make/idea/template/compiler.xml
author chegar
Tue, 10 May 2016 13:34:30 +0100
changeset 37861 53d85619d7fe
child 47217 72e3ae9a25eb
permissions -rw-r--r--
8074716: IntelliJ IDEA project support Reviewed-by: rriggs Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     2
<project version="4">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     3
  <component name="CompilerConfiguration">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     4
    <option name="DEFAULT_COMPILER" value="Javac" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     5
    <excludeFromCompile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     6
      <directory url="file://$PROJECT_DIR$/jdk/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     7
      <directory url="file://$PROJECT_DIR$/langtools/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     8
      <directory url="file://$PROJECT_DIR$/jaxp/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     9
      <directory url="file://$PROJECT_DIR$/jaxws/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    10
      <directory url="file://$PROJECT_DIR$/corba/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    11
      <directory url="file://$PROJECT_DIR$/nashorn/src" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    12
      <directory url="file://$PROJECT_DIR$/build" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    13
      <directory url="file://$PROJECT_DIR$/jdk/test" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    14
      <directory url="file://$PROJECT_DIR$/jaxp/test" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    15
      <directory url="file://$PROJECT_DIR$/langtools/test" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    16
      <directory url="file://$PROJECT_DIR$/langtools" includeSubdirectories="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    17
    </excludeFromCompile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    18
    <resourceExtensions />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    19
    <wildcardResourcePatterns>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    20
      <entry name="!?*.java" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    21
      <entry name="!?*.form" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    22
      <entry name="!?*.class" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    23
      <entry name="!?*.groovy" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    24
      <entry name="!?*.scala" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    25
      <entry name="!?*.flex" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    26
      <entry name="!?*.kt" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    27
      <entry name="!?*.clj" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    28
    </wildcardResourcePatterns>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    29
    <annotationProcessing>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    30
      <profile default="true" name="Default" enabled="false">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    31
        <processorPath useClasspath="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    32
      </profile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    33
    </annotationProcessing>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    34
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    35
</project>