| | |
| | | # should NOT be excluded as they contain compiler settings and other important |
| | | # information for Eclipse / Flash Builder. |
| | | /.idea/ |
| | | /screen-api/target/ |
| | | |
| | | /screen-common/target/ |
| | | /screen-manage/target/ |
| | | /.idea/ |
| | |
| | | for (int i = levels.size() - 1; i >= 0; i--) { |
| | | Double level = Double.parseDouble(levels.get(i).toString()); |
| | | if (data >= level) { |
| | | state = i + 1; |
| | | state = i + 2; |
| | | break; |
| | | } |
| | | } |
| | |
| | | <output-test url="file://$MODULE_DIR$/target/test-classes" /> |
| | | <content url="file://$MODULE_DIR$"> |
| | | <excludeFolder url="file://$MODULE_DIR$/target" /> |
| | | <excludeFolder url="file://$MODULE_DIR$/venv" /> |
| | | </content> |
| | | <orderEntry type="inheritedJdk" /> |
| | | <orderEntry type="sourceFolder" forTests="false" /> |