vitality4j/.idea/workspace.xml

130 lines
5.6 KiB
XML
Raw Normal View History

2024-08-10 04:20:54 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
2024-08-12 21:56:54 -04:00
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="vitality4j:jar" />
</artifacts-to-build>
</component>
2024-08-10 05:08:00 -04:00
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
2024-08-10 04:20:54 -04:00
<component name="ChangeListManager">
2024-08-12 23:58:47 -04:00
<list default="true" id="cf74c012-cc69-4732-ac79-9ddfcbf803ee" name="Changes" comment="cli args handling WIP">
2024-08-12 21:56:54 -04:00
<change beforePath="$PROJECT_DIR$/net/screwgravity/vitality4j/standalone.java" beforeDir="false" afterPath="$PROJECT_DIR$/net/screwgravity/vitality4j/standalone.java" afterDir="false" />
</list>
2024-08-10 04:20:54 -04:00
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="UPDATE_TYPE" value="REBASE" />
2024-08-10 04:20:54 -04:00
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 6
}</component>
2024-08-10 04:20:54 -04:00
<component name="ProjectId" id="2kSX0H5aEqubJw0msd83khpA5nj" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
2024-08-10 05:08:00 -04:00
"Application.Default CLI.executor": "Run",
2024-08-10 04:20:54 -04:00
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
2024-08-10 04:20:54 -04:00
"kotlin-language-version-configured": "true",
2024-08-10 05:09:43 -04:00
"project.structure.last.edited": "Artifacts",
2024-08-10 04:20:54 -04:00
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2"
}
}]]></component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src" />
</key>
</component>
<component name="RunManager">
<configuration name="Default CLI" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="17" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
2024-08-12 21:56:54 -04:00
<option name="MAIN_CLASS_NAME" value="net.screwgravity.vitality4j.standalone" />
2024-08-10 04:20:54 -04:00
<module name="vitality4j" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="cf74c012-cc69-4732-ac79-9ddfcbf803ee" name="Changes" comment="" />
<created>1723277726305</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1723277726305</updated>
</task>
2024-08-10 05:08:00 -04:00
<task id="LOCAL-00001" summary="eclipse compiler adjustments">
<option name="closed" value="true" />
<created>1723278056512</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1723278056512</updated>
</task>
2024-08-10 05:09:43 -04:00
<task id="LOCAL-00002" summary="help screen">
<option name="closed" value="true" />
<created>1723280881251</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1723280881251</updated>
</task>
2024-08-12 21:56:54 -04:00
<task id="LOCAL-00003" summary="rebase; move to package, prepare header read io">
<option name="closed" value="true" />
<created>1723512022104</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1723512022104</updated>
</task>
2024-08-12 23:39:15 -04:00
<task id="LOCAL-00004" summary="brb, eating">
<option name="closed" value="true" />
<created>1723514215355</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1723514215355</updated>
</task>
2024-08-12 23:57:26 -04:00
<task id="LOCAL-00005" summary="back from taco hell">
<option name="closed" value="true" />
<created>1723520355301</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1723520355301</updated>
</task>
2024-08-12 23:58:47 -04:00
<task id="LOCAL-00006" summary="cli args handling WIP">
<option name="closed" value="true" />
<created>1723521447461</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1723521447461</updated>
</task>
<option name="localTasksCounter" value="7" />
2024-08-10 04:20:54 -04:00
<servers />
</component>
2024-08-10 05:08:00 -04:00
<component name="VcsManagerConfiguration">
<MESSAGE value="eclipse compiler adjustments" />
2024-08-10 05:09:43 -04:00
<MESSAGE value="help screen" />
<MESSAGE value="initial structuring" />
2024-08-12 21:56:54 -04:00
<MESSAGE value="rebase; move to package, prepare header read io" />
2024-08-12 23:39:15 -04:00
<MESSAGE value="brb, eating" />
2024-08-12 23:57:26 -04:00
<MESSAGE value="back from taco hell" />
2024-08-12 23:58:47 -04:00
<MESSAGE value="cli args handling WIP" />
<option name="LAST_COMMIT_MESSAGE" value="cli args handling WIP" />
2024-08-10 05:08:00 -04:00
</component>
2024-08-10 04:20:54 -04:00
</project>