CI 2019 von Daniel, Eugen und Michael
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

246 lines
11 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="41dc023d-0769-466f-850a-8e3eed9fe5fa" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/out/production/Alpha/META-INF/Alpha.kotlin_module" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/out/production/Alpha/fenster.class" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/out/production/Alpha/geburtstag.class" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. </list>
  10. <ignored path="$PROJECT_DIR$/out/" />
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="DefaultGradleProjectSettings">
  18. <option name="testRunner" value="GRADLE" />
  19. <option name="delegatedBuild" value="true" />
  20. </component>
  21. <component name="FileEditorManager">
  22. <leaf>
  23. <file pinned="false" current-in-tab="true">
  24. <entry file="file://$PROJECT_DIR$/src/Main.java">
  25. <provider selected="true" editor-type-id="text-editor">
  26. <state relative-caret-position="277">
  27. <caret line="37" column="31" selection-start-line="37" selection-start-column="31" selection-end-line="37" selection-end-column="31" />
  28. </state>
  29. </provider>
  30. </entry>
  31. </file>
  32. <file pinned="false" current-in-tab="false">
  33. <entry file="file://$PROJECT_DIR$/src/Geburtstag.java">
  34. <provider selected="true" editor-type-id="text-editor">
  35. <state relative-caret-position="306">
  36. <caret line="18" column="25" lean-forward="true" selection-start-line="18" selection-start-column="25" selection-end-line="18" selection-end-column="25" />
  37. <folding>
  38. <element signature="imports" expanded="true" />
  39. <element signature="e#5775#5776#0" expanded="true" />
  40. <element signature="e#5816#5817#0" expanded="true" />
  41. </folding>
  42. </state>
  43. </provider>
  44. </entry>
  45. </file>
  46. </leaf>
  47. </component>
  48. <component name="FileTemplateManagerImpl">
  49. <option name="RECENT_TEMPLATES">
  50. <list>
  51. <option value="Class" />
  52. </list>
  53. </option>
  54. </component>
  55. <component name="Git.Settings">
  56. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  57. </component>
  58. <component name="IdeDocumentHistory">
  59. <option name="CHANGED_PATHS">
  60. <list>
  61. <option value="$PROJECT_DIR$/src/Main.java" />
  62. <option value="$PROJECT_DIR$/src/testFrame.java" />
  63. <option value="$PROJECT_DIR$/src/fenster.java" />
  64. <option value="$PROJECT_DIR$/src/geburtstag.java" />
  65. <option value="$PROJECT_DIR$/src/Geburtstag.java" />
  66. </list>
  67. </option>
  68. </component>
  69. <component name="ProjectFrameBounds" extendedState="6">
  70. <option name="x" value="-8" />
  71. <option name="y" value="-8" />
  72. <option name="width" value="1346" />
  73. <option name="height" value="728" />
  74. </component>
  75. <component name="ProjectView">
  76. <navigator proportions="" version="1">
  77. <foldersAlwaysOnTop value="true" />
  78. </navigator>
  79. <panes>
  80. <pane id="ProjectPane">
  81. <subPane>
  82. <expand>
  83. <path>
  84. <item name="Alpha" type="b2602c69:ProjectViewProjectNode" />
  85. <item name="Alpha" type="462c0819:PsiDirectoryNode" />
  86. </path>
  87. <path>
  88. <item name="Alpha" type="b2602c69:ProjectViewProjectNode" />
  89. <item name="Alpha" type="462c0819:PsiDirectoryNode" />
  90. <item name="src" type="462c0819:PsiDirectoryNode" />
  91. </path>
  92. </expand>
  93. <select />
  94. </subPane>
  95. </pane>
  96. <pane id="PackagesPane" />
  97. <pane id="Scope" />
  98. </panes>
  99. </component>
  100. <component name="PropertiesComponent">
  101. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  102. <property name="WebServerToolWindowFactoryState" value="false" />
  103. <property name="aspect.path.notification.shown" value="true" />
  104. <property name="project.structure.last.edited" value="Project" />
  105. <property name="project.structure.proportion" value="0.0" />
  106. <property name="project.structure.side.proportion" value="0.0" />
  107. </component>
  108. <component name="RunDashboard">
  109. <option name="ruleStates">
  110. <list>
  111. <RuleState>
  112. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  113. </RuleState>
  114. <RuleState>
  115. <option name="name" value="StatusDashboardGroupingRule" />
  116. </RuleState>
  117. </list>
  118. </option>
  119. </component>
  120. <component name="RunManager" selected="Application.main">
  121. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  122. <option name="MAIN_CLASS_NAME" value="Main" />
  123. <module name="Alpha" />
  124. <method v="2">
  125. <option name="Make" enabled="true" />
  126. </method>
  127. </configuration>
  128. <configuration name="fenster" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  129. <option name="MAIN_CLASS_NAME" value="fenster" />
  130. <module name="Alpha" />
  131. <method v="2">
  132. <option name="Make" enabled="true" />
  133. </method>
  134. </configuration>
  135. <configuration name="main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  136. <option name="MAIN_CLASS_NAME" value="main" />
  137. <module name="Alpha" />
  138. <method v="2">
  139. <option name="Make" enabled="true" />
  140. </method>
  141. </configuration>
  142. <recent_temporary>
  143. <list>
  144. <item itemvalue="Application.main" />
  145. <item itemvalue="Application.fenster" />
  146. <item itemvalue="Application.Main" />
  147. </list>
  148. </recent_temporary>
  149. </component>
  150. <component name="SvnConfiguration">
  151. <configuration />
  152. </component>
  153. <component name="TaskManager">
  154. <task active="true" id="Default" summary="Default task">
  155. <changelist id="41dc023d-0769-466f-850a-8e3eed9fe5fa" name="Default Changelist" comment="" />
  156. <created>1562340910388</created>
  157. <option name="number" value="Default" />
  158. <option name="presentableId" value="Default" />
  159. <updated>1562340910388</updated>
  160. <workItem from="1562340912093" duration="26000" />
  161. <workItem from="1562341014848" duration="1785000" />
  162. </task>
  163. <task id="LOCAL-00001" summary="neue master">
  164. <created>1562341097724</created>
  165. <option name="number" value="00001" />
  166. <option name="presentableId" value="LOCAL-00001" />
  167. <option name="project" value="LOCAL" />
  168. <updated>1562341097724</updated>
  169. </task>
  170. <task id="LOCAL-00002" summary="neue master">
  171. <created>1562341184106</created>
  172. <option name="number" value="00002" />
  173. <option name="presentableId" value="LOCAL-00002" />
  174. <option name="project" value="LOCAL" />
  175. <updated>1562341184106</updated>
  176. </task>
  177. <option name="localTasksCounter" value="3" />
  178. <servers />
  179. </component>
  180. <component name="TimeTrackingManager">
  181. <option name="totallyTimeSpent" value="1830000" />
  182. </component>
  183. <component name="ToolWindowManager">
  184. <frame x="-8" y="-8" width="1616" height="886" extended-state="6" />
  185. <layout>
  186. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25321338" />
  187. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  188. <window_info id="Image Layers" order="2" />
  189. <window_info id="Designer" order="3" />
  190. <window_info id="UI Designer" order="4" />
  191. <window_info id="Capture Tool" order="5" />
  192. <window_info id="Favorites" order="6" side_tool="true" />
  193. <window_info anchor="bottom" id="Messages" order="0" weight="0.32934928" />
  194. <window_info anchor="bottom" id="Message" order="1" />
  195. <window_info anchor="bottom" id="Find" order="2" />
  196. <window_info anchor="bottom" id="Run" order="3" visible="true" weight="0.32934928" />
  197. <window_info anchor="bottom" id="Debug" order="4" weight="0.4" />
  198. <window_info anchor="bottom" id="Cvs" order="5" weight="0.25" />
  199. <window_info anchor="bottom" id="Inspection" order="6" weight="0.4" />
  200. <window_info anchor="bottom" id="TODO" order="7" />
  201. <window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
  202. <window_info anchor="bottom" id="Version Control" order="9" />
  203. <window_info anchor="bottom" id="Database Changes" order="10" />
  204. <window_info anchor="bottom" id="Terminal" order="11" weight="0.32934928" />
  205. <window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
  206. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  207. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  208. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  209. <window_info anchor="right" id="Palette" order="3" />
  210. <window_info anchor="right" id="Theme Preview" order="4" />
  211. <window_info anchor="right" id="Maven" order="5" />
  212. <window_info anchor="right" id="Capture Analysis" order="6" />
  213. <window_info anchor="right" id="Palette&#9;" order="7" />
  214. <window_info anchor="right" id="Database" order="8" />
  215. </layout>
  216. </component>
  217. <component name="TypeScriptGeneratedFilesManager">
  218. <option name="version" value="1" />
  219. </component>
  220. <component name="VcsManagerConfiguration">
  221. <MESSAGE value="neue master" />
  222. <option name="LAST_COMMIT_MESSAGE" value="neue master" />
  223. </component>
  224. <component name="editorHistoryManager">
  225. <entry file="file://$PROJECT_DIR$/src/testJFrame.java" />
  226. <entry file="file://$PROJECT_DIR$/src/Main.java">
  227. <provider selected="true" editor-type-id="text-editor">
  228. <state relative-caret-position="277">
  229. <caret line="37" column="31" selection-start-line="37" selection-start-column="31" selection-end-line="37" selection-end-column="31" />
  230. </state>
  231. </provider>
  232. </entry>
  233. <entry file="file://$PROJECT_DIR$/src/fenster.java" />
  234. <entry file="file://$PROJECT_DIR$/src/Geburtstag.java">
  235. <provider selected="true" editor-type-id="text-editor">
  236. <state relative-caret-position="306">
  237. <caret line="18" column="25" lean-forward="true" selection-start-line="18" selection-start-column="25" selection-end-line="18" selection-end-column="25" />
  238. <folding>
  239. <element signature="imports" expanded="true" />
  240. <element signature="e#5775#5776#0" expanded="true" />
  241. <element signature="e#5816#5817#0" expanded="true" />
  242. </folding>
  243. </state>
  244. </provider>
  245. </entry>
  246. </component>
  247. </project>