uraxis.iml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="FacetManager">
  4. <facet type="Osmorc" name="OSGi">
  5. <configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="uraxis-1.0-SNAPSHOT.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="uraxis.Activator" bundleSymbolicName="cdp.uraxis" bundleVersion="1.0.0.SNAPSHOT" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
  6. <additionalProperties>
  7. <property key="Bundle-Category" value="URCap" />
  8. <property key="Bundle-Vendor" value="CDP" />
  9. <property key="Bundle-ContactAddress" value="Seestadtstraße 27" />
  10. <property key="Bundle-Copyright" value="Copyright notice (C)" />
  11. <property key="Bundle-LicenseType" value="License type" />
  12. <property key="Bundle-Description" value="This is a description of the URCap" />
  13. <property key="Import-Package" value="com.ur.urcap.api*;version=&quot;[1.7.0,2.0.0)&quot;,*" />
  14. <property key="Bundle-Name" value="uraxis" />
  15. <property key="Include-Resource" value="icons/logo.png=$MODULE_DIR$/src/main/resources/icons/logo.png,uraxis/installation.html=$MODULE_DIR$/src/main/resources/uraxis/installation.html" />
  16. </additionalProperties>
  17. <additionalJARContents />
  18. </configuration>
  19. </facet>
  20. </component>
  21. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  22. <output url="file://$MODULE_DIR$/target/classes" />
  23. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  24. <content url="file://$MODULE_DIR$">
  25. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  26. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  27. <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
  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.7.0" level="project" />
  34. <orderEntry type="library" name="Maven: org.apache.xmlrpc:xmlrpc-client:3.1.3.0" level="project" />
  35. <orderEntry type="library" name="Maven: org.apache.xmlrpc:xmlrpc-common:3.1.3.0" level="project" />
  36. <orderEntry type="library" name="Maven: org.apache.ws.commons.util:ws-commons-util:1.0.2.0" level="project" />
  37. <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
  38. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
  39. </component>
  40. </module>