pickorplaceswing.iml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="com.ur.urcap.examples.pickorplaceswing.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="Bundle-Name" value="urweb" />
  16. <property key="Include-Resource" value="META-INF/LICENSE=$MODULE_DIR$/src/main/resources/META-INF/LICENSE" />
  17. </additionalProperties>
  18. <additionalJARContents />
  19. </configuration>
  20. </facet>
  21. </component>
  22. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  23. <output url="file://$MODULE_DIR$/target/classes" />
  24. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  25. <content url="file://$MODULE_DIR$">
  26. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  27. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  28. <excludeFolder url="file://$MODULE_DIR$/target" />
  29. </content>
  30. <orderEntry type="inheritedJdk" />
  31. <orderEntry type="sourceFolder" forTests="false" />
  32. <orderEntry type="library" name="Maven: org.osgi:org.osgi.core:4.3.0" level="project" />
  33. <orderEntry type="library" scope="PROVIDED" name="Maven: com.ur.urcap:api:1.3.0" level="project" />
  34. <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd:2.3.2-SNAPSHOT" level="project" />
  35. <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.3.1" level="project" />
  36. <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
  37. <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.1.1" level="project" />
  38. <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.3.1" level="project" />
  39. </component>
  40. </module>