jadb/.idea/compiler.xml

32 lines
1.2 KiB
XML
Raw Normal View History

2014-03-16 22:10:28 +01:00
<?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>
2016-07-25 08:56:39 +02:00
<profile default="false" name="Annotation profile for jadb" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="true" />
<module name="jadb" />
</profile>
2014-03-16 22:10:28 +01:00
</annotationProcessing>
2016-07-25 08:56:39 +02:00
<bytecodeTargetLevel>
<module name="jadb" target="1.7" />
</bytecodeTargetLevel>
2014-03-16 22:10:28 +01:00
</component>
2016-07-25 08:56:39 +02:00
</project>