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.

parser.iml 1.3KB

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module external.linked.project.id=":parser" external.linked.project.path="$MODULE_DIR$/parser" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="dmdirc" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
  3. <component name="NewModuleRootManager" inherit-compiler-output="false">
  4. <output url="file://$MODULE_DIR$/build/classes/main" />
  5. <output-test url="file://$MODULE_DIR$/build/classes/test" />
  6. <exclude-output />
  7. <content url="file://$MODULE_DIR$/parser">
  8. <excludeFolder url="file://$MODULE_DIR$/parser/.gradle" />
  9. <excludeFolder url="file://$MODULE_DIR$/parser/build" />
  10. </content>
  11. <orderEntry type="inheritedJdk" />
  12. <orderEntry type="sourceFolder" forTests="false" />
  13. <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
  14. <orderEntry type="module" module-name="common" />
  15. <orderEntry type="module" module-name="irc" />
  16. <orderEntry type="module" module-name="xmpp" />
  17. <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
  18. <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-core:1.10.17" level="project" />
  19. </component>
  20. </module>