~vedu/mafia-android/master

« back to all changes in this revision

Viewing changes to .idea/compiler.xml

  • Committer: Vedant Agrwala
  • Date: 2013-11-14 09:10:05 UTC
  • Revision ID: vedant.kota@gmail.com-20131114091005-mv8oabe8o4fugzo8
Initial work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    </annotationProcessing>
 
21
  </component>
 
22
</project>
 
23