summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-13 14:44:51 +0100
committerFlorian Dold <florian@dold.me>2021-01-13 14:45:00 +0100
commit1d8c40ed6a529c4b6b5bcb7ed70aaa644b991e27 (patch)
tree498025c118b1027153354e76cfc914d1cfb457df /.idea
parent3b9d50d41a3d8bcd25ed554ca5e68ab44379c909 (diff)
downloadlibeufin-1d8c40ed6a529c4b6b5bcb7ed70aaa644b991e27.tar.gz
libeufin-1d8c40ed6a529c4b6b5bcb7ed70aaa644b991e27.tar.bz2
libeufin-1d8c40ed6a529c4b6b5bcb7ed70aaa644b991e27.zip
dummy cli arg
Diffstat (limited to '.idea')
-rw-r--r--.idea/gradle.xml1
-rw-r--r--.idea/libeufin.iml13
-rw-r--r--.idea/misc.xml3
-rw-r--r--.idea/vcs.xml1
4 files changed, 15 insertions, 3 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 7d86b4b2..0879f460 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -18,7 +18,6 @@
<option value="$PROJECT_DIR$/util" />
</set>
</option>
- <option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>
diff --git a/.idea/libeufin.iml b/.idea/libeufin.iml
index 78b2cc53..87e285a6 100644
--- a/.idea/libeufin.iml
+++ b/.idea/libeufin.iml
@@ -1,2 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4" /> \ No newline at end of file
+<module external.linked.project.id="libeufin:main" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <excludeFolder url="file://$MODULE_DIR$/.gradle" />
+ <excludeFolder url="file://$MODULE_DIR$/build" />
+ <excludeFolder url="file://$MODULE_DIR$/frontend" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 24ee1987..fe327906 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -6,5 +6,8 @@
</list>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
+ <component name="FrameworkDetectionExcludesConfiguration">
+ <file type="web" url="file://$PROJECT_DIR$" />
+ </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 707ab3cf..02bccc3b 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,7 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
- <mapping directory="$PROJECT_DIR$/build-common" vcs="Git" />
<mapping directory="$PROJECT_DIR$/build-system/taler-build-scripts" vcs="Git" />
<mapping directory="$PROJECT_DIR$/parsing-tests" vcs="Git" />
<mapping directory="$PROJECT_DIR$/parsing-tests/samples" vcs="Git" />