You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
3.2 KiB
57 lines
3.2 KiB
<?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$/Examples/StepChartExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/SimpleXYPlotExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/TimeSeriesExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/OrientationSensorExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/DynamicXYPlotExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/HelperExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/DemoApp/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/TimedXYPlotExample/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/Quickstart/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/DemoApp/target/generated-sources/annotations" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/Examples/DemoApp/target/generated-test-sources/test-annotations" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/AndroidPlot-Core/target/generated-sources/annotations" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/AndroidPlot-Core/target/generated-test-sources/test-annotations" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/AndroidPlot-Core/gen" includeSubdirectories="true" /> |
|
<directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" /> |
|
</excludeFromCompile> |
|
<resourceExtensions> |
|
<entry name=".+\.(properties|xml|html|dtd|tld)" /> |
|
<entry name=".+\.(gif|png|jpeg|jpg)" /> |
|
</resourceExtensions> |
|
<wildcardResourcePatterns> |
|
<entry name="?*.properties" /> |
|
<entry name="?*.xml" /> |
|
<entry name="?*.gif" /> |
|
<entry name="?*.png" /> |
|
<entry name="?*.jpeg" /> |
|
<entry name="?*.jpg" /> |
|
<entry name="?*.html" /> |
|
<entry name="?*.dtd" /> |
|
<entry name="?*.tld" /> |
|
<entry name="?*.ftl" /> |
|
</wildcardResourcePatterns> |
|
<annotationProcessing> |
|
<profile default="true" name="Default" enabled="false"> |
|
<processorPath useClasspath="true" /> |
|
</profile> |
|
<profile default="false" name="Maven default annotation processors profile" enabled="true"> |
|
<sourceOutputDir name="target/generated-sources/annotations" /> |
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> |
|
<outputRelativeToContentRoot value="true" /> |
|
<processorPath useClasspath="true" /> |
|
<module name="androidplot-core" /> |
|
<module name="DemoApp" /> |
|
</profile> |
|
</annotationProcessing> |
|
<bytecodeTargetLevel> |
|
<module name="androidplot-core" target="1.6" /> |
|
</bytecodeTargetLevel> |
|
</component> |
|
</project> |
|
|
|
|