Browse Source

deleted unnecessary files

master
fdai7303 2 years ago
parent
commit
e42bfea8f9
  1. 10
      .classpath
  2. 1
      .gitignore
  3. 17
      .project

10
.classpath

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="GameProject/src"/>
<classpathentry kind="src" path="HA01"/>
<classpathentry kind="lib" path="GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3.jar"/>
<classpathentry kind="lib" path="GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3.jar"/>
<classpathentry kind="lib" path="GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
.gitignore

@ -4,3 +4,4 @@
/GameProject/log/
/GameProject/highscore.txt
/GameProject/bin/
/bin/

17
.project

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Gruppe26</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading…
Cancel
Save