Angabe Teamaufgabe

This commit is contained in:
Anton Ertl
2022-04-04 18:10:27 +02:00
commit 14c9bbc3ba
14 changed files with 262 additions and 0 deletions

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

11
.idea/libraries/CodeDraw.xml generated Normal file
View File

@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="CodeDraw">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/CodeDraw.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/CodeDraw.jar!/" />
</SOURCES>
</library>
</component>

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Teamaufgabe.iml" filepath="$PROJECT_DIR$/Teamaufgabe.iml" />
</modules>
</component>
</project>