diff options
author | Size43 | 2015-04-23 16:50:24 +0200 |
---|---|---|
committer | Size43 | 2015-04-23 16:50:24 +0200 |
commit | 4ec27f9b29ea7653069f996c02b40ad2c0bb2226 (patch) | |
tree | 01ae80ace90c34f3edc8975b202ce2384c97dd5a /.idea/compiler.xml | |
parent | BoardLoader added (diff) | |
parent | iml files (diff) |
Merge branch 'master' of https://github.com/camilstaps/RushHourAndroid
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 217af47..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <option name="DEFAULT_COMPILER" value="Javac" /> - <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" /> - </wildcardResourcePatterns> - <annotationProcessing> - <profile default="true" name="Default" enabled="false"> - <processorPath useClasspath="true" /> - </profile> - </annotationProcessing> - </component> -</project> - |