Blame view

.idea/compiler.xml 1.17 KB
9240078b   xiejianpeng   生成数据库
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
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4">
    <component name="CompilerConfiguration">
      <resourceExtensions />
      <wildcardResourcePatterns>
        <entry name="!?*.java" />
        <entry name="!?*.form" />
        <entry name="!?*.class" />
        <entry name="!?*.groovy" />
        <entry name="!?*.scala" />
        <entry name="!?*.flex" />
        <entry name="!?*.kt" />
        <entry name="!?*.clj" />
        <entry name="!?*.aj" />
      </wildcardResourcePatterns>
      <annotationProcessing>
        <profile default="true" name="Default" enabled="false">
          <processorPath useClasspath="true" />
        </profile>
        <profile default="false" name="Maven default annotation processors profile" enabled="true">
          <sourceOutputDir name="target/generated-sources/annotations" />
          <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
          <outputRelativeToContentRoot value="true" />
          <processorPath useClasspath="true" />
          <module name="zteits-oa" />
        </profile>
      </annotationProcessing>
      <bytecodeTargetLevel>
        <module name="zteits-oa" target="1.8" />
      </bytecodeTargetLevel>
    </component>
  </project>