make/idea/template/compiler.xml
author erikj
Tue, 12 Sep 2017 19:03:56 +0200
changeset 47217 72e3ae9a25eb
parent 37861 53d85619d7fe
child 51612 bdac20c6c8dd
permissions -rw-r--r--
8187444: Forest Consolidation: Make build work Reviewed-by: darcy, ihse Contributed-by: erik.joelsson@oracle.com, maurizio.cimadamore@oracle.com, sundararajan.athijegannathan@oracle.com, jonathan.gibbons@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>
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37861
diff changeset
     6
      <directory url="file://$PROJECT_DIR$/src" includeSubdirectories="true" />
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     7
      <directory url="file://$PROJECT_DIR$/build" includeSubdirectories="true" />
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37861
diff changeset
     8
      <directory url="file://$PROJECT_DIR$/make" includeSubdirectories="true" />
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37861
diff changeset
     9
      <directory url="file://$PROJECT_DIR$/test" includeSubdirectories="true" />
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    10
    </excludeFromCompile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    11
    <resourceExtensions />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    12
    <wildcardResourcePatterns>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    13
      <entry name="!?*.java" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    14
      <entry name="!?*.form" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    15
      <entry name="!?*.class" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    16
      <entry name="!?*.groovy" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    17
      <entry name="!?*.scala" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    18
      <entry name="!?*.flex" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    19
      <entry name="!?*.kt" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    20
      <entry name="!?*.clj" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    21
    </wildcardResourcePatterns>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    22
    <annotationProcessing>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    23
      <profile default="true" name="Default" enabled="false">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    24
        <processorPath useClasspath="true" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    25
      </profile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    26
    </annotationProcessing>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    27
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    28
</project>