pickorplaceswing.iml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module version="4">
  3. <component name="ExternalSystem" externalSystem="Maven" />
  4. <component name="FacetManager">
  5. <facet type="Osmorc" name="OSGi">
  6. <configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="urweb-1.0-SNAPSHOT.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="at.acdp.urweb.Activator" bundleSymbolicName="at.acdp.urweb" bundleVersion="1.0.0.SNAPSHOT" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
  7. <additionalProperties>
  8. <property key="Bundle-Category" value="URCap" />
  9. <property key="Bundle-Vendor" value="cdp" />
  10. <property key="Bundle-ContactAddress" value="Seestadtstraße 27/10 1220 Wien" />
  11. <property key="Bundle-Copyright" value="Copyright (C) 2018 Center for Digital Production GmbH" />
  12. <property key="Bundle-LicenseType" value="Commercial" />
  13. <property key="Bundle-Description" value="urweb description" />
  14. <property key="Import-Package" value="com.ur.urcap.api*;version=&quot;[1.3.0,2.0.0)&quot;,*" />
  15. <property key="Embed-Dependency" value="*;scope=compile;type=!pom;inline=true" />
  16. <property key="Bundle-Name" value="urweb" />
  17. <property key="Include-Resource" value="@$MAVEN_REPOSITORY$/org/nanohttpd/nanohttpd/2.3.2-SNAPSHOT/nanohttpd-2.3.2-SNAPSHOT.jar" />
  18. </additionalProperties>
  19. <additionalJARContents />
  20. </configuration>
  21. </facet>
  22. </component>
  23. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  24. <output url="file://$MODULE_DIR$/target/classes" />
  25. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  26. <content url="file://$MODULE_DIR$">
  27. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  28. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  29. <excludeFolder url="file://$MODULE_DIR$/target" />
  30. </content>
  31. <orderEntry type="inheritedJdk" />
  32. <orderEntry type="sourceFolder" forTests="false" />
  33. <orderEntry type="library" scope="PROVIDED" name="Maven: org.osgi:org.osgi.core:4.3.1" level="project" />
  34. <orderEntry type="library" scope="PROVIDED" name="Maven: com.ur.urcap:api:1.3.0" level="project" />
  35. <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd:2.3.2-SNAPSHOT" level="project" />
  36. <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.3.1" level="project" />
  37. <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
  38. <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.1.1" level="project" />
  39. <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.3.1" level="project" />
  40. </component>
  41. </module>