This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.default.xml
122 lines (122 loc) · 5.39 KB
/
project.default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<application>
<component name="ProjectManager">
<defaultProject>
<component name="CompilerWorkspaceConfiguration">
<option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
</component>
<component name="DefaultGradleProjectSettings">
<option name="isMigrated" value="true" />
</component>
<component name="GradleLocalSettings">
<option name="projectSyncType">
<map>
<entry key="$USER_HOME$/Downloads/demo" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/demo" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/duni" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/jenkins" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/mirakldemo" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/sapphire" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-api-test" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-accounts" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-gateway" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-ledger" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-payment" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-provisioning" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/vmp-backend/vmp-webhook" value="PREVIEW" />
<entry key="$USER_HOME$/workspace/yPay" value="PREVIEW" />
</map>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" />
<component name="PropertiesComponent">
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="project.structure.last.edited" value="Global Libraries" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
</component>
<component name="RunManager">
<configuration name="<template>" type="TestNG" default="true" selected="false">
<option name="MAIN_CLASS_NAME" />
<option name="VM_PARAMETERS" value="-ea" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
</configuration>
<configuration name="<template>" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
</configuration>
<configuration default="true" type="Applet">
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="Application" factoryName="Application">
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="JUnit" factoryName="JUnit">
<option name="TEST_OBJECT" value="class" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="masterDetails">
<states>
<state key="GlobalLibrariesConfigurable.UI">
<settings>
<last-edited>activesupport (v5.1.2, RVM: ruby-2.3.3) [gem]</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="JdkListConfigurable.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.8.0_212</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectLibrariesConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</defaultProject>
</component>
</application>