Initialer Commit

This commit is contained in:
2026-05-03 21:50:03 +02:00
commit 412c9a59e7
127 changed files with 17182 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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="/redditdownloader/src/main/java/de/stoermer/redditdownloader/App.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.stoermer.redditdownloader.App"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="redditdownloader"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
<booleanAttribute key="M2_BATCH" value="false"/>
<stringAttribute key="M2_GOALS" value="-U archetype:generate"/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="archetypeGroupId=org.apache.maven.archetypes"/>
<listEntry value="archetypeArtifactId=maven-archetype-quickstart"/>
<listEntry value="archetypeVersion=1.1"/>
<listEntry value="groupId=de.stoermer"/>
<listEntry value="artifactId=redditdownloader"/>
<listEntry value="version=0.0.1-SNAPSHOT"/>
<listEntry value="package=de.stoermer.redditdownloader"/>
<listEntry value="outputDirectory=/home/mario/workspaces/test"/>
</listAttribute>
<booleanAttribute key="M2_SAVE_BEFORE_LAUNCH" value="false"/>
<booleanAttribute key="org.eclipse.debug.ui.private" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/tmp/m2e-archetypeGenerator11722892989231472575"/>
</launchConfiguration>