diff options
author | Tharre <tharre3@gmail.com> | 2018-04-26 22:54:00 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-04-27 00:13:02 +0200 |
commit | 875319524d220e10564d6c3e19783d298f09d5c4 (patch) | |
tree | 8cbfe6691560c4be183bf931a878d1cd498162e9 /.idea/compiler.xml | |
parent | 053f1046c208baf2dd7eafffdceba89bcfbbee4a (diff) | |
download | sepm-groupproject-875319524d220e10564d6c3e19783d298f09d5c4.tar.gz sepm-groupproject-875319524d220e10564d6c3e19783d298f09d5c4.tar.xz sepm-groupproject-875319524d220e10564d6c3e19783d298f09d5c4.zip |
Add IntelliJ project files, including code style
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..e9ec6ec --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <annotationProcessing> + <profile 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" /> + <module name="ss18_sepm_qse_13" /> + </profile> + </annotationProcessing> + </component> +</project>
\ No newline at end of file |