source: de.wigbels.java/FizzBuzz/.idea/compiler.xml @ 1d8c87a

Last change on this file since 1d8c87a was 1d8c87a, checked in by njw <njw@…>, 10 years ago

FizzBuzz? dojo added

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project version="4">
3  <component name="CompilerConfiguration">
4    <option name="DEFAULT_COMPILER" value="Javac" />
5    <resourceExtensions />
6    <wildcardResourcePatterns>
7      <entry name="!?*.java" />
8      <entry name="!?*.form" />
9      <entry name="!?*.class" />
10      <entry name="!?*.groovy" />
11      <entry name="!?*.scala" />
12      <entry name="!?*.flex" />
13      <entry name="!?*.kt" />
14      <entry name="!?*.clj" />
15    </wildcardResourcePatterns>
16    <annotationProcessing>
17      <profile default="true" name="Default" enabled="false">
18        <processorPath useClasspath="true" />
19      </profile>
20      <profile default="false" name="Maven default annotation processors profile" enabled="true">
21        <sourceOutputDir name="target/generated-sources/annotations" />
22        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
23        <outputRelativeToContentRoot value="true" />
24        <processorPath useClasspath="true" />
25        <module name="java" />
26      </profile>
27    </annotationProcessing>
28    <bytecodeTargetLevel>
29      <module name="java" target="1.6" />
30    </bytecodeTargetLevel>
31  </component>
32</project>
33
Note: See TracBrowser for help on using the repository browser.