diff options
| author | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
|---|---|---|
| committer | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
| commit | 64cdf57209fadcd87c2574df4bf6d8293b90098a (patch) | |
| tree | a3de26dfa2d94456da6cda53d792afdb0105131f /.idea/compiler.xml | |
Initial commit
Diffstat (limited to '.idea/compiler.xml')
| -rw-r--r-- | .idea/compiler.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..9565642 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,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="2048" /> + </profile> + </annotationProcessing> + <bytecodeTargetLevel> + <module name="2048" target="1.5" /> + </bytecodeTargetLevel> + </component> +</project>
\ No newline at end of file |
