hosp.iml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="web" name="Web">
  5. <configuration>
  6. <descriptors>
  7. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/web/WEB-INF/web.xml" />
  8. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
  9. </descriptors>
  10. <webroots>
  11. <root url="file://$MODULE_DIR$/web" relative="/" />
  12. </webroots>
  13. </configuration>
  14. </facet>
  15. <facet type="web" name="Web2">
  16. <configuration>
  17. <descriptors>
  18. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/out/artifacts/hosp_war_exploded/web/WEB-INF/web.xml" />
  19. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/out/artifacts/hosp_war_exploded/WEB-INF/web.xml" />
  20. </descriptors>
  21. <webroots>
  22. <root url="file://$MODULE_DIR$/out/artifacts/hosp_war_exploded" relative="/" />
  23. </webroots>
  24. </configuration>
  25. </facet>
  26. </component>
  27. <component name="NewModuleRootManager" inherit-compiler-output="true">
  28. <exclude-output />
  29. <content url="file://$MODULE_DIR$">
  30. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  31. <excludeFolder url="file://$MODULE_DIR$/web/WEB-INF/classes" />
  32. </content>
  33. <orderEntry type="inheritedJdk" />
  34. <orderEntry type="sourceFolder" forTests="false" />
  35. <orderEntry type="library" name="lib" level="project" />
  36. <orderEntry type="module-library">
  37. <library>
  38. <CLASSES>
  39. <root url="file://$MODULE_DIR$/web/WEB-INF/lib/json" />
  40. </CLASSES>
  41. <JAVADOC />
  42. <SOURCES />
  43. <jarDirectory url="file://$MODULE_DIR$/web/WEB-INF/lib/json" recursive="false" />
  44. </library>
  45. </orderEntry>
  46. </component>
  47. </module>