aboutsummaryrefslogtreecommitdiffstats
path: root/.idea/compiler.xml
blob: 2cfd221d12fcbd9da1d8716766be351b5be6c46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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$/tests/gen" includeSubdirectories="true" />
      <directory url="file://$PROJECT_DIR$/cgeo-calendar/gen" includeSubdirectories="true" />
      <directory url="file://$PROJECT_DIR$/main/gen" includeSubdirectories="true" />
    </excludeFromCompile>
    <resourceExtensions />
    <wildcardResourcePatterns>
      <entry name="?*.properties" />
      <entry name="?*.xml" />
      <entry name="?*.gif" />
      <entry name="?*.png" />
      <entry name="?*.jpeg" />
      <entry name="?*.jpg" />
      <entry name="?*.html" />
      <entry name="?*.dtd" />
      <entry name="?*.tld" />
      <entry name="?*.ftl" />
    </wildcardResourcePatterns>
    <annotationProcessing>
      <profile default="true" name="Default" enabled="true">
        <outputRelativeToContentRoot value="true" />
        <processorPath useClasspath="true">
          <entry name="$PROJECT_DIR$/main/compile-libs" />
        </processorPath>
      </profile>
    </annotationProcessing>
  </component>
</project>