diff --git a/builds/classes/META-INF/MANIFEST.MF b/builds/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..b55046a --- /dev/null +++ b/builds/classes/META-INF/MANIFEST.MF @@ -0,0 +1,4 @@ +Manifest-Version: 1.0 +Build-Jdk-Spec: 17 +Created-By: Maven Integration for Eclipse + diff --git a/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.properties b/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.properties new file mode 100644 index 0000000..5e042ce --- /dev/null +++ b/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.properties @@ -0,0 +1,7 @@ +#Generated by Maven Integration for Eclipse +#Sun Mar 03 02:06:38 CET 2024 +m2e.projectLocation=C\:\\Users\\jansc\\eclipse-workspace\\ExtremeDemonList +m2e.projectName=ExtremeDemonList +groupId=ExtremeDemonList +artifactId=ExtremeDemonList +version=0.0.1-SNAPSHOT diff --git a/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.xml b/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.xml new file mode 100644 index 0000000..e75641c --- /dev/null +++ b/builds/classes/META-INF/maven/ExtremeDemonList/ExtremeDemonList/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + ExtremeDemonList + ExtremeDemonList + 0.0.1-SNAPSHOT + + + + org.json + json + 20140107 + + + com.google.code.gson + gson + 2.8.6 + + + + commons-io + commons-io + 2.6 + + + + ${project.basedir}/builds + src + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 17 + + + + + diff --git a/pom.xml b/pom.xml index ce73a2d..e75641c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,36 +5,35 @@ 0.0.1-SNAPSHOT - - org.json - json - 20140107 - - - com.google.code.gson - gson - 2.8.6 - - - - commons-io - commons-io - 2.6 - + + org.json + json + 20140107 + + + com.google.code.gson + gson + 2.8.6 + + + + commons-io + commons-io + 2.6 + - target + ${project.basedir}/builds src - org.apache.maven.plugins - maven-compiler-plugin - 3.10.1 - - 17 - - + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 17 + + -