12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="Osmorc" name="OSGi">
- <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">
- <additionalProperties>
- <property key="Bundle-Category" value="URCap" />
- <property key="Bundle-Vendor" value="URCaps R us Inc." />
- <property key="Bundle-ContactAddress" value="123 URCap Street" />
- <property key="Bundle-Copyright" value="Copyright notice (C)" />
- <property key="Bundle-LicenseType" value="License type" />
- <property key="Bundle-Description" value="This is a description of the URCap" />
- <property key="Import-Package" value="com.ur.urcap.api*;version="[1.7.0,2.0.0)",*" />
- <property key="Bundle-Name" value="uraxis" />
- <property key="Include-Resource" value="uraxis/installation.html=$MODULE_DIR$/src/main/resources/uraxis/installation.html,uraxis/programnode.html=$MODULE_DIR$/src/main/resources/uraxis/programnode.html" />
- </additionalProperties>
- <additionalJARContents />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Maven: org.osgi:org.osgi.core:4.3.0" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.ur.urcap:api:1.7.0" level="project" />
- <orderEntry type="library" name="Maven: org.apache.xmlrpc:xmlrpc-client:3.1.3.0" level="project" />
- <orderEntry type="library" name="Maven: org.apache.xmlrpc:xmlrpc-common:3.1.3.0" level="project" />
- <orderEntry type="library" name="Maven: org.apache.ws.commons.util:ws-commons-util:1.0.2.0" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
- </component>
- </module>
|