SSHStore.iml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-INF/web.xml" />
  8. </descriptors>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/web" relative="/" />
  11. </webroots>
  12. </configuration>
  13. </facet>
  14. <facet type="Spring" name="Spring">
  15. <configuration />
  16. </facet>
  17. </component>
  18. <component name="NewModuleRootManager">
  19. <output url="file://$MODULE_DIR$/web/WEB-INF/classes" />
  20. <output-test url="file://$MODULE_DIR$/web/WEB-INF/classes" />
  21. <exclude-output />
  22. <content url="file://$MODULE_DIR$">
  23. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  24. </content>
  25. <orderEntry type="inheritedJdk" />
  26. <orderEntry type="sourceFolder" forTests="false" />
  27. <orderEntry type="module-library">
  28. <library>
  29. <CLASSES>
  30. <root url="file://$MODULE_DIR$/web/WEB-INF/lib" />
  31. </CLASSES>
  32. <JAVADOC />
  33. <SOURCES />
  34. <jarDirectory url="file://$MODULE_DIR$/web/WEB-INF/lib" recursive="false" />
  35. </library>
  36. </orderEntry>
  37. <orderEntry type="library" name="SSH" level="project" />
  38. <orderEntry type="library" name="jsp-api" level="project" />
  39. <orderEntry type="library" name="activation" level="project" />
  40. </component>
  41. </module>