1 <?xml version="1.0" encoding="UTF-8"?> 2 <project version="4"> 3 <component name="CompilerConfiguration"> 4 <option name="DEFAULT_COMPILER" value="Javac" /> 5 <excludeFromCompile> 6 <directory url="file://$PROJECT_DIR$/Examples/StepChartExample/gen" includeSubdirectories="true" /> 7 <directory url="file://$PROJECT_DIR$/Examples/SimpleXYPlotExample/gen" includeSubdirectories="true" /> 8 <directory url="file://$PROJECT_DIR$/Examples/TimeSeriesExample/gen" includeSubdirectories="true" /> 9 <directory url="file://$PROJECT_DIR$/Examples/OrientationSensorExample/gen" includeSubdirectories="true" /> 10 <directory url="file://$PROJECT_DIR$/Examples/DynamicXYPlotExample/gen" includeSubdirectories="true" /> 11 <directory url="file://$PROJECT_DIR$/Examples/HelperExample/gen" includeSubdirectories="true" /> 12 <directory url="file://$PROJECT_DIR$/Examples/gen" includeSubdirectories="true" /> 13 <directory url="file://$PROJECT_DIR$/Examples/DemoApp/gen" includeSubdirectories="true" /> 14 <directory url="file://$PROJECT_DIR$/Examples/TimedXYPlotExample/gen" includeSubdirectories="true" /> 15 <directory url="file://$PROJECT_DIR$/Examples/Quickstart/gen" includeSubdirectories="true" /> 16 <directory url="file://$PROJECT_DIR$/Examples/DemoApp/target/generated-sources/annotations" includeSubdirectories="true" /> 17 <directory url="file://$PROJECT_DIR$/Examples/DemoApp/target/generated-test-sources/test-annotations" includeSubdirectories="true" /> 18 <directory url="file://$PROJECT_DIR$/AndroidPlot-Core/target/generated-sources/annotations" includeSubdirectories="true" /> 19 <directory url="file://$PROJECT_DIR$/AndroidPlot-Core/target/generated-test-sources/test-annotations" includeSubdirectories="true" /> 20 <directory url="file://$PROJECT_DIR$/AndroidPlot-Core/gen" includeSubdirectories="true" /> 21 <directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" /> 22 </excludeFromCompile> 23 <resourceExtensions> 24 <entry name=".+\.(properties|xml|html|dtd|tld)" /> 25 <entry name=".+\.(gif|png|jpeg|jpg)" /> 26 </resourceExtensions> 27 <wildcardResourcePatterns> 28 <entry name="?*.properties" /> 29 <entry name="?*.xml" /> 30 <entry name="?*.gif" /> 31 <entry name="?*.png" /> 32 <entry name="?*.jpeg" /> 33 <entry name="?*.jpg" /> 34 <entry name="?*.html" /> 35 <entry name="?*.dtd" /> 36 <entry name="?*.tld" /> 37 <entry name="?*.ftl" /> 38 </wildcardResourcePatterns> 39 <annotationProcessing> 40 <profile default="true" name="Default" enabled="false"> 41 <processorPath useClasspath="true" /> 42 </profile> 43 <profile default="false" name="Maven default annotation processors profile" enabled="true"> 44 <sourceOutputDir name="target/generated-sources/annotations" /> 45 <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> 46 <outputRelativeToContentRoot value="true" /> 47 <processorPath useClasspath="true" /> 48 <module name="androidplot-core" /> 49 <module name="DemoApp" /> 50 </profile> 51 </annotationProcessing> 52 <bytecodeTargetLevel> 53 <module name="androidplot-core" target="1.6" /> 54 </bytecodeTargetLevel> 55 </component> 56 </project> 57 58