From 0b3dd5def28eefb354bb73dfb9b75496a6ecb1b3 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 25 Feb 2020 00:10:04 +0100 Subject: [PATCH] Remove old Eclipse conf --- .classpath | 27 ---------- .gitignore | 2 - .project | 23 --------- pom.xml | 145 ----------------------------------------------------- 4 files changed, 197 deletions(-) delete mode 100644 .classpath delete mode 100644 .project delete mode 100644 pom.xml diff --git a/.classpath b/.classpath deleted file mode 100644 index b2ff1d1..0000000 --- a/.classpath +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index 65841fc..f67da8a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,6 @@ *.war *.ear -.project -.classpath *.iml .idea/ diff --git a/.project b/.project deleted file mode 100644 index b5d0d6c..0000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Alice Game Engine - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 1ccb83f..0000000 --- a/pom.xml +++ /dev/null @@ -1,145 +0,0 @@ - - 4.0.0 - - galaxyoyo - unknown - 0.1.1 - jar - - unknown - http://maven.apache.org - - - UTF-8 - 1.8 - 1.8 - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - galaxyoyo.unknown.client.main.Main - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-shade-plugin - 1.4 - - - package - - shade - - - - - true - shaded - - - - com.akathist.maven.plugins.launch4j - launch4j-maven-plugin - 1.7.3 - - - l4j-clui - package - - launch4j - - - gui - ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar - ${project.build.directory}/${project.artifactId}-${project.version}.${BUILD_NUMBER}.exe - http://java.com/download - - galaxyoyo.unknown.client.main.Main - anything - - icon.ico - - 1.8.0 - preferJre - - - 1.0.0.0 - ${project.version} - ${project.name} - Alice Game Imagine - 1.0.0.0 - ${project.version} - ${project.name} - Alice Game Imagine - Alice Game Imagine - ${project.artifactId}-${project.version}.${BUILD_NUMBER}.exe - - - - - - - - - - - junit - junit - 3.8.1 - test - - - net.sf.jopt-simple - jopt-simple - 4.8 - - - com.google.code.gson - gson - 2.3.1 - - - org.apache.logging.log4j - log4j-core - 2.1 - - - - - - dsol-xml - Simulation @ TU Delft - http://simulation.tudelft.nl/maven/ - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - false - - - true - - - -