Confindibus/.idea/workspace.xml
2023-04-09 22:56:11 +02:00

188 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="Confindibus:jar" />
</artifacts-to-build>
</component>
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="d8897652-66f5-4f30-9dbf-a6b280944ebf" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.idea/libraries/google_auto_service.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/resources/META-INF/services/javax.annotation.processing.Processor" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/processor/ConfigProcessor.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/ProcessorTest.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenConfig.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenSection1.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenSection2.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenValue1.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenValue2.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenValue3.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/BrokenValue4.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/test/dev/asdf00/confindibus/testclasses/SimpleTestConfig.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Confindibus.iml" beforeDir="false" afterPath="$PROJECT_DIR$/Confindibus.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/dev/asdf00/confindibus/ConfigurationException.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/ConfigurationException.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/dev/asdf00/confindibus/Configurator.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/Configurator.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Configuration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Configuration.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Section.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Section.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Value.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/dev/asdf00/confindibus/annotations/Value.java" afterDir="false" />
</list>
<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="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="AnnotationType" />
<option value="module-info" />
<option value="Class" />
</list>
</option>
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2Nek6WahBl2H710lzKATuocLQOx" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"Downloaded.Files.Path.Enabled": "false",
"Repository.Attach.Annotations": "false",
"Repository.Attach.JavaDocs": "false",
"Repository.Attach.Sources": "false",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
"last_opened_file_path": "C:/Users/Christoph/Documents/HomeAutomation/Confindibus/resources/META-INF/services",
"project.structure.last.edited": "Modules",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "reference.projectsettings.compiler.annotationProcessors"
}
}]]></component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\Christoph\Documents\HomeAutomation\Confindibus\resources\META-INF\services" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\Christoph\Documents\HomeAutomation\Confindibus" />
</key>
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
<recent name="dev.asdf00.confidibus.config" />
<recent name="dev.asdf00.confidibus" />
</key>
</component>
<component name="RunManager" selected="JUnit.Test">
<configuration name="ProcessorTest.testBrokenSection" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Confindibus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="dev.asdf00.confindibus.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="dev.asdf00.confindibus" />
<option name="MAIN_CLASS_NAME" value="dev.asdf00.confindibus.ProcessorTest" />
<option name="METHOD_NAME" value="testBrokenSection" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="ProcessorTest.testBrokenValue2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Confindibus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="dev.asdf00.confindibus.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="dev.asdf00.confindibus" />
<option name="MAIN_CLASS_NAME" value="dev.asdf00.confindibus.ProcessorTest" />
<option name="METHOD_NAME" value="testBrokenValue2" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="ProcessorTest.testProcSimpleConfig" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Confindibus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="dev.asdf00.confindibus.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="dev.asdf00.confindibus" />
<option name="MAIN_CLASS_NAME" value="dev.asdf00.confindibus.ProcessorTest" />
<option name="METHOD_NAME" value="testProcSimpleConfig" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="ProcessorTest.testSimpleConfig" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="Confindibus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="dev.asdf00.confindibus.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="dev.asdf00.confindibus" />
<option name="MAIN_CLASS_NAME" value="dev.asdf00.confindibus.ProcessorTest" />
<option name="METHOD_NAME" value="testSimpleConfig" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Test" type="JUnit" factoryName="JUnit">
<module name="Confindibus" />
<option name="PACKAGE_NAME" value="dev.asdf00.confindibus" />
<option name="MAIN_CLASS_NAME" value="dev.asdf00.confindibus.ProcessorTest" />
<option name="METHOD_NAME" value="" />
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="JUnit.Test" />
<item itemvalue="JUnit.ProcessorTest.testBrokenSection" />
<item itemvalue="JUnit.ProcessorTest.testBrokenValue2" />
<item itemvalue="JUnit.ProcessorTest.testSimpleConfig" />
<item itemvalue="JUnit.ProcessorTest.testProcSimpleConfig" />
</list>
<recent_temporary>
<list>
<item itemvalue="JUnit.ProcessorTest.testSimpleConfig" />
<item itemvalue="JUnit.ProcessorTest.testBrokenSection" />
<item itemvalue="JUnit.ProcessorTest.testBrokenValue2" />
<item itemvalue="JUnit.ProcessorTest.testProcSimpleConfig" />
</list>
</recent_temporary>
</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="d8897652-66f5-4f30-9dbf-a6b280944ebf" name="Changes" comment="" />
<created>1680031761802</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1680031761802</updated>
</task>
<servers />
</component>
</project>