IU-2021.1.2 <wangwei-202@KANE_DELL5050 Create ide.general.xml, ide-features-trainer.xml, laf.xml, jdk.table.xml, shared-indexes.xml, Default.xml, path.macros.xml, visualizationTool.xml, wsl.distributions.xml, filetypes.xml, vcs.xml, colors.scheme.xml, databaseDrivers.xml, editor.xml, debugger.xml, updates.xml
This commit is contained in:
commit
da6b4f1231
5
_windows/laf.xml
Normal file
5
_windows/laf.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="LafManager" autodetect="false">
|
||||||
|
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
|
||||||
|
</component>
|
||||||
|
</application>
|
6
_windows/path.macros.xml
Normal file
6
_windows/path.macros.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<application>
|
||||||
|
<component name="PathMacrosImpl">
|
||||||
|
<macro name="MAVEN_REPOSITORY" value="C:\Users\wangk\.m2\repository" />
|
||||||
|
<macro name="KOTLIN_BUNDLED" value="C:\Users\wangk\AppData\Roaming\JetBrains\IntelliJIdea2021.1\plugins\Kotlin\kotlinc" />
|
||||||
|
</component>
|
||||||
|
</application>
|
34
codestyles/Default.xml
Normal file
34
codestyles/Default.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<code_scheme name="Default" version="173">
|
||||||
|
<JavaCodeStyleSettings>
|
||||||
|
<option name="ANNOTATION_PARAMETER_WRAP" value="5" />
|
||||||
|
<option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" />
|
||||||
|
<option name="RECORD_COMPONENTS_WRAP" value="5" />
|
||||||
|
</JavaCodeStyleSettings>
|
||||||
|
<codeStyleSettings language="JAVA">
|
||||||
|
<option name="CLASS_BRACE_STYLE" value="2" />
|
||||||
|
<option name="METHOD_BRACE_STYLE" value="2" />
|
||||||
|
<option name="ELSE_ON_NEW_LINE" value="true" />
|
||||||
|
<option name="ALIGN_MULTILINE_CHAINED_METHODS" value="true" />
|
||||||
|
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
|
||||||
|
<option name="ALIGN_MULTILINE_EXTENDS_LIST" value="true" />
|
||||||
|
<option name="ALIGN_MULTILINE_METHOD_BRACKETS" value="true" />
|
||||||
|
<option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" />
|
||||||
|
<option name="ALIGN_GROUP_FIELD_DECLARATIONS" value="true" />
|
||||||
|
<option name="ALIGN_CONSECUTIVE_VARIABLE_DECLARATIONS" value="true" />
|
||||||
|
<option name="ALIGN_CONSECUTIVE_ASSIGNMENTS" value="true" />
|
||||||
|
<option name="ALIGN_SUBSEQUENT_SIMPLE_METHODS" value="true" />
|
||||||
|
<option name="CALL_PARAMETERS_WRAP" value="5" />
|
||||||
|
<option name="RESOURCE_LIST_WRAP" value="5" />
|
||||||
|
<option name="THROWS_LIST_WRAP" value="5" />
|
||||||
|
<option name="EXTENDS_KEYWORD_WRAP" value="1" />
|
||||||
|
<option name="METHOD_CALL_CHAIN_WRAP" value="5" />
|
||||||
|
<option name="FOR_STATEMENT_WRAP" value="5" />
|
||||||
|
<option name="ARRAY_INITIALIZER_WRAP" value="5" />
|
||||||
|
<option name="IF_BRACE_FORCE" value="3" />
|
||||||
|
<option name="DOWHILE_BRACE_FORCE" value="3" />
|
||||||
|
<option name="WHILE_BRACE_FORCE" value="3" />
|
||||||
|
<option name="FOR_BRACE_FORCE" value="3" />
|
||||||
|
<option name="PARAMETER_ANNOTATION_WRAP" value="5" />
|
||||||
|
<option name="VARIABLE_ANNOTATION_WRAP" value="5" />
|
||||||
|
</codeStyleSettings>
|
||||||
|
</code_scheme>
|
5
colors.scheme.xml
Normal file
5
colors.scheme.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="EditorColorsManagerImpl">
|
||||||
|
<global_color_scheme name="Darcula" />
|
||||||
|
</component>
|
||||||
|
</application>
|
3
databaseDrivers.xml
Normal file
3
databaseDrivers.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<application>
|
||||||
|
<component name="LocalDatabaseDriverManager" version="201" />
|
||||||
|
</application>
|
100
debugger.xml
Normal file
100
debugger.xml
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
<application>
|
||||||
|
<component name="DebuggerSettings">
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="com.sun.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="java.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="javax.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="org.omg.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="sun.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="jdk.internal.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="junit.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="org.junit.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="com.intellij.rt.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="com.yourkit.runtime.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="com.springsource.loaded.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="org.springsource.loaded.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="javassist.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="org.apache.webbeans.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="com.ibm.ws.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="org.mockito.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<option name="PATTERN" value="kotlin.*" />
|
||||||
|
<option name="ENABLED" value="true" />
|
||||||
|
<option name="INCLUDE" value="true" />
|
||||||
|
</filter>
|
||||||
|
</component>
|
||||||
|
<component name="XDebuggerSettings">
|
||||||
|
<data-views />
|
||||||
|
<general />
|
||||||
|
<debuggers>
|
||||||
|
<debugger id="javascript">
|
||||||
|
<configuration>
|
||||||
|
<custom-object-presentation />
|
||||||
|
</configuration>
|
||||||
|
</debugger>
|
||||||
|
</debuggers>
|
||||||
|
</component>
|
||||||
|
</application>
|
8
editor.xml
Normal file
8
editor.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<application>
|
||||||
|
<component name="DefaultFont">
|
||||||
|
<option name="FONT_SIZE" value="20" />
|
||||||
|
<option name="FONT_FAMILY" value="Consolas" />
|
||||||
|
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
|
||||||
|
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
|
||||||
|
</component>
|
||||||
|
</application>
|
9
filetypes.xml
Normal file
9
filetypes.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<application>
|
||||||
|
<component name="FileTypeManager" version="18">
|
||||||
|
<extensionMap>
|
||||||
|
<mapping ext="space.kts" type="Kotlin" />
|
||||||
|
<mapping ext="gradle.kts" type="Kotlin" />
|
||||||
|
<mapping ext="main.kts" type="Kotlin" />
|
||||||
|
</extensionMap>
|
||||||
|
</component>
|
||||||
|
</application>
|
5
ide-features-trainer.xml
Normal file
5
ide-features-trainer.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="LangManager">
|
||||||
|
<option name="languageName" value="JAVA" />
|
||||||
|
</component>
|
||||||
|
</application>
|
7
ide.general.xml
Normal file
7
ide.general.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<application>
|
||||||
|
<component name="GeneralSettings">
|
||||||
|
<option name="confirmExit" value="false" />
|
||||||
|
<option name="processCloseConfirmation" value="TERMINATE" />
|
||||||
|
<option name="showTipsOnStartup" value="false" />
|
||||||
|
</component>
|
||||||
|
</application>
|
54
jdk.table.xml
Normal file
54
jdk.table.xml
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
<application>
|
||||||
|
<component name="ProjectJdkTable">
|
||||||
|
<jdk version="2">
|
||||||
|
<name value="1.8" />
|
||||||
|
<type value="JavaSDK" />
|
||||||
|
<version value="java version "1.8.0_221"" />
|
||||||
|
<homePath value="C:/Program Files/Java/jdk1.8.0_221" />
|
||||||
|
<roots>
|
||||||
|
<annotationsPath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="jar://$APPLICATION_HOME_DIR$/plugins/java/lib/jdkAnnotations.jar!/" type="simple" />
|
||||||
|
</root>
|
||||||
|
</annotationsPath>
|
||||||
|
<classPath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/charsets.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/deploy.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/access-bridge-64.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/cldrdata.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/dnsns.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/jaccess.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/jfxrt.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/localedata.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/nashorn.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/sunec.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/sunjce_provider.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/sunmscapi.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/sunpkcs11.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/ext/zipfs.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/javaws.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/jce.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/jfr.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/jfxswt.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/jsse.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/management-agent.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/plugin.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/resources.jar!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/jre/lib/rt.jar!/" type="simple" />
|
||||||
|
</root>
|
||||||
|
</classPath>
|
||||||
|
<javadocPath>
|
||||||
|
<root type="composite" />
|
||||||
|
</javadocPath>
|
||||||
|
<sourcePath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/src.zip!/" type="simple" />
|
||||||
|
<root url="jar://C:/Program Files/Java/jdk1.8.0_221/javafx-src.zip!/" type="simple" />
|
||||||
|
</root>
|
||||||
|
</sourcePath>
|
||||||
|
</roots>
|
||||||
|
<additional />
|
||||||
|
</jdk>
|
||||||
|
</component>
|
||||||
|
</application>
|
7
shared-indexes.xml
Normal file
7
shared-indexes.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<application>
|
||||||
|
<component name="download-consent">
|
||||||
|
<option name="consentItems">
|
||||||
|
<item download="ALLOWED" kind="jdk" url="https://index-cdn.jetbrains.com/v2/jdk" />
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</application>
|
10
updates.xml
Normal file
10
updates.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<application>
|
||||||
|
<component name="UpdatesConfigurable">
|
||||||
|
<option name="LAST_BUILD_CHECKED" value="IU-211.7442.40" />
|
||||||
|
<option name="LAST_TIME_CHECKED" value="1623393585416" />
|
||||||
|
<pluginHosts>
|
||||||
|
<item value="https://plugins.zhile.io" />
|
||||||
|
</pluginHosts>
|
||||||
|
<option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
5
vcs.xml
Normal file
5
vcs.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="VcsApplicationSettings">
|
||||||
|
<option name="COMMIT_FROM_LOCAL_CHANGES" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
9
visualizationTool.xml
Normal file
9
visualizationTool.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<application>
|
||||||
|
<component name="VisualizationTool">
|
||||||
|
<option name="state">
|
||||||
|
<GlobalState>
|
||||||
|
<option name="firstTimeOpen" value="false" />
|
||||||
|
</GlobalState>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</application>
|
122
wsl.distributions.xml
Normal file
122
wsl.distributions.xml
Normal file
@ -0,0 +1,122 @@
|
|||||||
|
<application>
|
||||||
|
<component name="WslDistributionsService" version="1">
|
||||||
|
<descriptors>
|
||||||
|
<set>
|
||||||
|
<descriptor>
|
||||||
|
<id>DEBIAN</id>
|
||||||
|
<microsoft-id>Debian</microsoft-id>
|
||||||
|
<executable-path>debian.exe</executable-path>
|
||||||
|
<presentable-name>Debian GNU/Linux</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>KALI</id>
|
||||||
|
<microsoft-id>kali-linux</microsoft-id>
|
||||||
|
<executable-path>kali.exe</executable-path>
|
||||||
|
<presentable-name>Kali Linux</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>OPENSUSE42</id>
|
||||||
|
<microsoft-id>openSUSE-42</microsoft-id>
|
||||||
|
<executable-path>opensuse-42.exe</executable-path>
|
||||||
|
<presentable-name>openSUSE Leap 42</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>SLES12</id>
|
||||||
|
<microsoft-id>SLES-12</microsoft-id>
|
||||||
|
<executable-path>sles-12.exe</executable-path>
|
||||||
|
<presentable-name>SUSE Linux Enterprise Server 12</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>SLES15</id>
|
||||||
|
<microsoft-id>SLES-15</microsoft-id>
|
||||||
|
<executable-path>sles-15.exe</executable-path>
|
||||||
|
<presentable-name>SUSE Linux Enterprise Server 15</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>SLES-15-SP1</id>
|
||||||
|
<microsoft-id>SLES-15-SP1</microsoft-id>
|
||||||
|
<executable-path>SLES-15-SP1.exe</executable-path>
|
||||||
|
<presentable-name>SUSE Linux Enterprise Server 15 SP1</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>SUSE-Linux-Enterprise-Server-15-SP2</id>
|
||||||
|
<microsoft-id>SUSE-Linux-Enterprise-Server-15-SP2</microsoft-id>
|
||||||
|
<executable-path>SUSE-Linux-Enterprise-Server-15-SP2.exe</executable-path>
|
||||||
|
<presentable-name>SUSE Linux Enterprise Server 15 SP2</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>OPENSUSE15</id>
|
||||||
|
<microsoft-id>openSUSE-Leap-15</microsoft-id>
|
||||||
|
<executable-path>openSUSE-Leap-15.exe</executable-path>
|
||||||
|
<presentable-name>openSUSE Leap 15</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>OPENSUSE15-1</id>
|
||||||
|
<microsoft-id>openSUSE-Leap-15-1</microsoft-id>
|
||||||
|
<executable-path>openSUSE-Leap-15-1.exe</executable-path>
|
||||||
|
<presentable-name>openSUSE Leap 15.1</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>OPENSUSE15.2</id>
|
||||||
|
<microsoft-id>openSUSE-Leap-15.2</microsoft-id>
|
||||||
|
<executable-path>openSUSE-Leap-15.2.exe</executable-path>
|
||||||
|
<presentable-name>openSUSE Leap 15.2</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>UBUNTU</id>
|
||||||
|
<microsoft-id>Ubuntu</microsoft-id>
|
||||||
|
<executable-path>ubuntu.exe</executable-path>
|
||||||
|
<presentable-name>Ubuntu</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>UBUNTU1604</id>
|
||||||
|
<microsoft-id>Ubuntu-16.04</microsoft-id>
|
||||||
|
<executable-path>ubuntu1604.exe</executable-path>
|
||||||
|
<presentable-name>Ubuntu 16.04</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>UBUNTU1804</id>
|
||||||
|
<microsoft-id>Ubuntu-18.04</microsoft-id>
|
||||||
|
<executable-path>ubuntu1804.exe</executable-path>
|
||||||
|
<presentable-name>Ubuntu 18.04</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>UBUNTU2004</id>
|
||||||
|
<microsoft-id>Ubuntu-20.04</microsoft-id>
|
||||||
|
<executable-path>ubuntu2004.exe</executable-path>
|
||||||
|
<presentable-name>Ubuntu 20.04</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>Ubuntu-CommPrev</id>
|
||||||
|
<microsoft-id>Ubuntu-CommPrev</microsoft-id>
|
||||||
|
<executable-path>ubuntupreview.exe</executable-path>
|
||||||
|
<presentable-name>Ubuntu on Windows Community Preview</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>PENGWIN</id>
|
||||||
|
<microsoft-id>WLinux</microsoft-id>
|
||||||
|
<executable-path>pengwin.exe</executable-path>
|
||||||
|
<presentable-name>Pengwin</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>PENGWIN_ENTERPRISE</id>
|
||||||
|
<microsoft-id>WLE</microsoft-id>
|
||||||
|
<executable-path>wle.exe</executable-path>
|
||||||
|
<presentable-name>Pengwin Enterprise</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>fedoraremix</id>
|
||||||
|
<microsoft-id>fedoraremix</microsoft-id>
|
||||||
|
<executable-path>fedoraremix.exe</executable-path>
|
||||||
|
<presentable-name>Fedora Remix for WSL</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
<descriptor>
|
||||||
|
<id>ARCH</id>
|
||||||
|
<microsoft-id>Arch</microsoft-id>
|
||||||
|
<executable-path>Arch.exe</executable-path>
|
||||||
|
<presentable-name>Arch Linux</presentable-name>
|
||||||
|
</descriptor>
|
||||||
|
</set>
|
||||||
|
</descriptors>
|
||||||
|
</component>
|
||||||
|
</application>
|
Loading…
x
Reference in New Issue
Block a user