f26f50470b
Add support for bootstrap tools; overhaul ant logger Reviewed-by: vromero
19 lines
638 B
XML
19 lines
638 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<option name="DEFAULT_COMPILER" value="Javac" />
|
|
<excludeFromCompile>
|
|
<directory url="file://$PROJECT_DIR$/src" includeSubdirectories="true" />
|
|
<directory url="file://$PROJECT_DIR$/test" includeSubdirectories="true" />
|
|
</excludeFromCompile>
|
|
<resourceExtensions />
|
|
<wildcardResourcePatterns />
|
|
<annotationProcessing>
|
|
<profile default="true" name="Default" enabled="false">
|
|
<processorPath useClasspath="true" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
</project>
|
|
|