Skip to content

Commit

Permalink
Use Cumulus as form library
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Dec 10, 2020
1 parent f7d2378 commit 45596a8
Show file tree
Hide file tree
Showing 47 changed files with 30 additions and 2,694 deletions.
8 changes: 6 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
<artifactId>common</artifactId>

<dependencies>
<dependency>
<groupId>org.geysermc.cumulus</groupId>
<artifactId>cumulus</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>compile</scope>
<version>2.8.6</version>
</dependency>
</dependencies>
</project>
86 changes: 0 additions & 86 deletions common/src/main/java/org/geysermc/common/form/CustomForm.java

This file was deleted.

83 changes: 0 additions & 83 deletions common/src/main/java/org/geysermc/common/form/Form.java

This file was deleted.

44 changes: 0 additions & 44 deletions common/src/main/java/org/geysermc/common/form/FormBuilder.java

This file was deleted.

62 changes: 0 additions & 62 deletions common/src/main/java/org/geysermc/common/form/FormImage.java

This file was deleted.

51 changes: 0 additions & 51 deletions common/src/main/java/org/geysermc/common/form/FormType.java

This file was deleted.

46 changes: 0 additions & 46 deletions common/src/main/java/org/geysermc/common/form/Forms.java

This file was deleted.

Loading

0 comments on commit 45596a8

Please sign in to comment.