diff options
author | mdway <romangraef@gmail.com> | 2017-09-18 15:45:36 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-09-18 15:45:36 +0200 |
commit | d3f212f5f5d6377c3defa0864a9237075052e079 (patch) | |
tree | af8e4870be8d2da28ca562ee950c14cd06d9e764 /.idea/compiler.xml | |
parent | 2db44377a72fee1aaf05ecee05a67ff576f6fee3 (diff) | |
download | Selfbot-d3f212f5f5d6377c3defa0864a9237075052e079.tar.gz Selfbot-d3f212f5f5d6377c3defa0864a9237075052e079.tar.bz2 Selfbot-d3f212f5f5d6377c3defa0864a9237075052e079.zip |
Intitial stuff
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 8e66cc3..856af7e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,16 +1,9 @@ <?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="Selfbot" /> - </profile> - </annotationProcessing> <bytecodeTargetLevel> - <module name="Selfbot" target="1.8" /> + <module name="Selfbot_main" target="1.8" /> + <module name="Selfbot_test" target="1.8" /> </bytecodeTargetLevel> </component> </project>
\ No newline at end of file |