forked from Labore/PR2-L
1
0
Fork 0
mcnealtazopriso 2024-04-08 10:39:10 +02:00
parent 82a24bbdd9
commit de95895809
3 changed files with 35 additions and 0 deletions

17
.classpath 100644
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="DemoAnonymeKlasse/src"/>
<classpathentry kind="src" path="DemoXMLSerialisierung/src"/>
<classpathentry kind="src" path="Eingabe_BufferedReader/src"/>
<classpathentry kind="src" path="Eingabe_Scanner/src"/>
<classpathentry kind="src" path="Eingabe/src"/>
<classpathentry kind="src" path="LeseDatei/src"/>
<classpathentry kind="src" path="LeseDatei2/src"/>
<classpathentry kind="src" path="LeseDateiGepuffert/src"/>
<classpathentry kind="src" path="LeseDateiMitZeilennr/src"/>
<classpathentry kind="src" path="Roemisch/src"/>
<classpathentry kind="src" path="SchreibeDatei/src"/>
<classpathentry kind="src" path="SchreibeDateiMitPrintWriter/src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ replay_pid*
.DS_Store
/bin/

17
.project 100644
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PR2-L</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>