Build a simple PhoneBook program.

PhoneBook.iml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  4. <output url="file://$MODULE_DIR$/target/classes" />
  5. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  6. <content url="file://$MODULE_DIR$">
  7. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  8. <sourceFolder url="file://$MODULE_DIR$/src/Test" isTestSource="true" />
  9. <excludeFolder url="file://$MODULE_DIR$/target" />
  10. </content>
  11. <orderEntry type="inheritedJdk" />
  12. <orderEntry type="sourceFolder" forTests="false" />
  13. <orderEntry type="module-library" scope="TEST">
  14. <library name="JUnit4">
  15. <CLASSES>
  16. <root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
  17. <root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
  18. </CLASSES>
  19. <JAVADOC />
  20. <SOURCES />
  21. </library>
  22. </orderEntry>
  23. <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.0.3" level="project" />
  24. <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
  25. <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" />
  26. <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.0.3" level="project" />
  27. <orderEntry type="module-library">
  28. <library>
  29. <CLASSES>
  30. <root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
  31. <root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
  32. </CLASSES>
  33. <JAVADOC />
  34. <SOURCES />
  35. </library>
  36. </orderEntry>
  37. </component>
  38. </module>