Skip to content

Commit

Permalink
fix maven build problem in code
Browse files Browse the repository at this point in the history
  • Loading branch information
wry6181 committed May 18, 2024
1 parent 84d092e commit 13f7cbf
Show file tree
Hide file tree
Showing 55 changed files with 134 additions and 22 deletions.
16 changes: 16 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__javax_xml_bind_jaxb_api_2_3_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__joda_time_joda_time_2_9_2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__junit_junit_4_12.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions gs-maven.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: joda-time:joda-time:2.9.2" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-imaging:1.0-alpha2" level="project" />
<orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.0" level="project" />
</component>
</module>
2 changes: 2 additions & 0 deletions src/main/java/program/main/Field.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import java.io.Serializable;
import java.util.ArrayList;



/**
* A pálya ezekből az elemekből áll. Ez egy absztrakt osztály.
*/
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/program/main/Greeter.java

This file was deleted.

12 changes: 0 additions & 12 deletions src/main/java/program/main/HelloWorld.java

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/java/program/main/Pipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import java.time.LocalDateTime;
import java.util.Random;


import static program.main.Main.game;

public class Pipe extends Field implements Serializable {
private static Game game = Main.game;

int x1;
int y1;
int x2;
Expand Down
Binary file modified target/classes/program/main/Cactus.class
Binary file not shown.
Binary file modified target/classes/program/main/Cistern.class
Binary file not shown.
Binary file modified target/classes/program/main/Controller.class
Binary file not shown.
Binary file modified target/classes/program/main/Field.class
Binary file not shown.
Binary file modified target/classes/program/main/Game.class
Binary file not shown.
Binary file modified target/classes/program/main/GamePanel.class
Binary file not shown.
Binary file modified target/classes/program/main/GameWindow.class
Binary file not shown.
Binary file removed target/classes/program/main/Greeter.class
Binary file not shown.
Binary file modified target/classes/program/main/ImagePanel.class
Binary file not shown.
Binary file modified target/classes/program/main/InGame.class
Binary file not shown.
Binary file modified target/classes/program/main/LoadSave.class
Binary file not shown.
Binary file modified target/classes/program/main/Main.class
Binary file not shown.
Binary file modified target/classes/program/main/Nomad.class
Binary file not shown.
Binary file modified target/classes/program/main/NomadButtonPanel.class
Binary file not shown.
Binary file modified target/classes/program/main/NomadMoveWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/NomadPipeInWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/NomadPipeInteraction.class
Binary file not shown.
Binary file modified target/classes/program/main/NomadPipeOutWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/Pipe.class
Binary file not shown.
Binary file modified target/classes/program/main/Player.class
Binary file not shown.
Binary file modified target/classes/program/main/Plumber.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberButtonPanel.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberMoveWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberPickUpWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberPipeInWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberPipeInteraction.class
Binary file not shown.
Binary file modified target/classes/program/main/PlumberPipeOutWindow.class
Binary file not shown.
Binary file modified target/classes/program/main/Pump.class
Binary file not shown.
Binary file modified target/classes/program/main/Round.class
Binary file not shown.
Binary file modified target/classes/program/main/Spring.class
Binary file not shown.
Binary file modified target/classes/program/main/State.class
Binary file not shown.
Binary file modified target/classes/program/main/restart_menu$1.class
Binary file not shown.
Binary file modified target/classes/program/main/restart_menu$2.class
Binary file not shown.
Binary file modified target/classes/program/main/restart_menu.class
Binary file not shown.
Binary file modified target/classes/program/main/settings$1.class
Binary file not shown.
Binary file modified target/classes/program/main/settings$2.class
Binary file not shown.
Binary file modified target/classes/program/main/settings.class
Binary file not shown.
Binary file modified target/classes/program/main/startMenu$1.class
Binary file not shown.
Binary file modified target/classes/program/main/startMenu$2.class
Binary file not shown.
Binary file modified target/classes/program/main/startMenu$3.class
Binary file not shown.
Binary file modified target/classes/program/main/startMenu.class
Binary file not shown.

0 comments on commit 13f7cbf

Please sign in to comment.