pact.iml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" version="4">
  3. <component name="NewModuleRootManager" inherit-compiler-output="true">
  4. <exclude-output />
  5. <content url="file://$MODULE_DIR$">
  6. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  7. </content>
  8. <orderEntry type="inheritedJdk" />
  9. <orderEntry type="sourceFolder" forTests="false" />
  10. <orderEntry type="module-library" scope="TEST">
  11. <library name="JUnit5">
  12. <CLASSES>
  13. <root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/junit-jupiter-api-5.0.0.jar!/" />
  14. <root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/opentest4j-1.0.0.jar!/" />
  15. </CLASSES>
  16. <JAVADOC />
  17. <SOURCES />
  18. </library>
  19. </orderEntry>
  20. <orderEntry type="module-library">
  21. <library>
  22. <CLASSES>
  23. <root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/junit-jupiter-api-5.0.0.jar!/" />
  24. <root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/opentest4j-1.0.0.jar!/" />
  25. </CLASSES>
  26. <JAVADOC />
  27. <SOURCES />
  28. </library>
  29. </orderEntry>
  30. </component>
  31. </module>