Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2019-08-26 15:08:03 +0000
committerMatthias Villiger2019-08-26 15:08:03 +0000
commit1cc397188066c982d169c247abdfb26029efec49 (patch)
tree9b1a5623cc2cbb8ba626a17c4bb7565aab42a44d /org.eclipse.scout.rt.security
parent6062e59c60295d99ab0f963d13437d6f155cb4bc (diff)
downloadorg.eclipse.scout.rt-1cc397188066c982d169c247abdfb26029efec49.tar.gz
org.eclipse.scout.rt-1cc397188066c982d169c247abdfb26029efec49.tar.xz
org.eclipse.scout.rt-1cc397188066c982d169c247abdfb26029efec49.zip
Update IntelliJ meta data
Diffstat (limited to 'org.eclipse.scout.rt.security')
-rw-r--r--org.eclipse.scout.rt.security/org.eclipse.scout.rt.security.iml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.scout.rt.security/org.eclipse.scout.rt.security.iml b/org.eclipse.scout.rt.security/org.eclipse.scout.rt.security.iml
new file mode 100644
index 0000000000..f0afc20e70
--- /dev/null
+++ b/org.eclipse.scout.rt.security/org.eclipse.scout.rt.security.iml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
+ <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="module" module-name="org.eclipse.scout.rt.platform" />
+ <orderEntry type="library" name="Maven: org.jboss:jandex:2.0.5.Final" level="project" />
+ <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
+ <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
+ <orderEntry type="library" name="Maven: org.quartz-scheduler:quartz:2.3.0" level="project" />
+ <orderEntry type="module" module-name="org.eclipse.scout.rt.dataobject" />
+ </component>
+</module> \ No newline at end of file

Back to the top