device-general.iml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  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_5">
  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/main/java" isTestSource="false" />
  8. <excludeFolder url="file://$MODULE_DIR$/target" />
  9. </content>
  10. <orderEntry type="inheritedJdk" />
  11. <orderEntry type="sourceFolder" forTests="false" />
  12. <orderEntry type="module-library">
  13. <library name="Maven: com.sunwin.gnu.io:jna:1.0-system">
  14. <CLASSES>
  15. <root url="jar://$MODULE_DIR$/lib/jna.jar!/" />
  16. </CLASSES>
  17. <JAVADOC />
  18. <SOURCES />
  19. </library>
  20. </orderEntry>
  21. <orderEntry type="module-library">
  22. <library name="Maven: com.sunwin.gnu.io:examples:1.0-system">
  23. <CLASSES>
  24. <root url="jar://$MODULE_DIR$/lib/examples.jar!/" />
  25. </CLASSES>
  26. <JAVADOC />
  27. <SOURCES />
  28. </library>
  29. </orderEntry>
  30. <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
  31. <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
  32. <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.32" level="project" />
  33. </component>
  34. </module>