make/idea/template/compiler.xml
author bpb
Thu, 12 Oct 2017 10:28:20 -0700
changeset 47332 b87d7b5d5ded
parent 47217 72e3ae9a25eb
child 51612 bdac20c6c8dd
permissions -rw-r--r--
8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes" Summary: Use an inner class for the closer instead of a lambda Reviewed-by: alanb, rriggs
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>