1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module version="4">
- <component name="ExternalSystem" externalSystem="Maven" />
- <component name="FacetManager">
- <facet type="Osmorc" name="OSGi">
- <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">
- <additionalProperties>
- <property key="Bundle-Category" value="URCap" />
- <property key="Bundle-Vendor" value="cdp" />
- <property key="Bundle-ContactAddress" value="Seestadtstraße 27/10 1220 Wien" />
- <property key="Bundle-Copyright" value="Copyright (C) 2018 Center for Digital Production GmbH" />
- <property key="Bundle-LicenseType" value="Commercial" />
- <property key="Bundle-Description" value="urweb description" />
- <property key="Import-Package" value="com.ur.urcap.api*;version="[1.3.0,2.0.0)",*" />
- <property key="Embed-Dependency" value="*;scope=compile;type=!pom;inline=true" />
- <property key="Bundle-Name" value="urweb" />
- <property key="Include-Resource" value="@$MAVEN_REPOSITORY$/org/nanohttpd/nanohttpd/2.3.2-SNAPSHOT/nanohttpd-2.3.2-SNAPSHOT.jar,@$MAVEN_REPOSITORY$/org/nanohttpd/nanohttpd-websocket/2.3.2-SNAPSHOT/nanohttpd-websocket-2.3.2-SNAPSHOT.jar,@$MAVEN_REPOSITORY$/org/nanohttpd/nanohttpd-webserver/2.3.2-SNAPSHOT/nanohttpd-webserver-2.3.2-SNAPSHOT.jar,@$MAVEN_REPOSITORY$/com/eclipsesource/minimal-json/minimal-json/0.9.5/minimal-json-0.9.5.jar,@$MAVEN_REPOSITORY$/org/nanohttpd/nanohttpd-nanolets/2.3.2-SNAPSHOT/nanohttpd-nanolets-2.3.2-SNAPSHOT.jar,@$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar,@$MAVEN_REPOSITORY$/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.jar" />
- </additionalProperties>
- <additionalJARContents />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
- <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" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" scope="PROVIDED" name="Maven: org.osgi:org.osgi.core:4.3.1" level="project" />
- <orderEntry type="library" scope="PROVIDED" name="Maven: com.ur.urcap:api:1.3.0" level="project" />
- <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd:2.3.2-SNAPSHOT" level="project" />
- <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd-websocket:2.3.2-SNAPSHOT" level="project" />
- <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd-webserver:2.3.2-SNAPSHOT" level="project" />
- <orderEntry type="library" name="Maven: com.eclipsesource.minimal-json:minimal-json:0.9.5" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.3.1" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.1.1" level="project" />
- <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.3.1" level="project" />
- <orderEntry type="library" name="Maven: org.nanohttpd:nanohttpd-nanolets:2.3.2-SNAPSHOT" level="project" />
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
- <orderEntry type="library" name="Maven: org.slf4j:slf4j-jdk14:1.7.25" level="project" />
- </component>
- </module>
|