commit 4dd829bbd07f7012e1c6dbee8f0f3acc9e9c0a0b parent 5306b59c6c23a303fe46d53b03e8edb690c397e5 Author: Kebigon <git@kebigon.xyz> Date: Sun, 10 Oct 2021 11:01:54 +0900 Add launchers Diffstat:
| M | .gitignore | | | 3 | --- |
| A | launchers/secure-files - package.launch | | | 18 | ++++++++++++++++++ |
| A | launchers/secure-files - run.launch | | | 25 | +++++++++++++++++++++++++ |
3 files changed, 43 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -22,9 +22,6 @@ local.properties # External tool builders .externalToolBuilders/ -# Locally stored "Eclipse launch configurations" -*.launch - # PyDev specific (Python IDE for Eclipse) *.pydevproject diff --git a/launchers/secure-files - package.launch b/launchers/secure-files - package.launch @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> + <booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> + <stringAttribute key="M2_GOALS" value="clean package"/> + <booleanAttribute key="M2_NON_RECURSIVE" value="false"/> + <booleanAttribute key="M2_OFFLINE" value="false"/> + <stringAttribute key="M2_PROFILES" value=""/> + <listAttribute key="M2_PROPERTIES"/> + <stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> + <booleanAttribute key="M2_SKIP_TESTS" value="false"/> + <intAttribute key="M2_THREADS" value="1"/> + <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> + <stringAttribute key="M2_USER_SETTINGS" value=""/> + <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/> + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/> + <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:secure-files}"/> +</launchConfiguration> diff --git a/launchers/secure-files - run.launch b/launchers/secure-files - run.launch @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> + <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> + <listEntry value="/secure-files/src/main/java/xyz/kebigon/securefiles/SecureFilesApplication.java"/> + </listAttribute> + <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> + <listEntry value="1"/> + </listAttribute> + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/> + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/> + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/> + <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> + <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" path="5" type="4"/> "/> + <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="5" projectName="secure-files" type="1"/> "/> + <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" path="5" type="4"/> "/> + <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/secure-files/src/main/packaged-resources/cfg" path="5" type="2"/> "/> + </listAttribute> + <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/> + <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> + <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="xyz.kebigon.securefiles.SecureFilesApplication"/> + <listAttribute key="org.eclipse.jdt.launching.MODULEPATH"/> + <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="secure-files"/> + <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="secure-files"/> + <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/> +</launchConfiguration>