Skip to content

Commit

Permalink
(experimental) Remove the redundant NMSHandler module
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 16, 2019
1 parent 9d72bdc commit d8b89ce
Show file tree
Hide file tree
Showing 72 changed files with 4 additions and 76 deletions.
6 changes: 0 additions & 6 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-nmshandler</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-v1_12_R1</artifactId>
Expand Down
47 changes: 0 additions & 47 deletions nmshandler/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
</properties>

<modules>
<module>nmshandler</module>
<module>plugin</module>
<module>v1_12_R1</module>
<module>v1_13_R2</module>
<module>v1_14_R1</module>
<module>plugin</module>
<module>paper</module>
<module>dist</module>
</modules>
Expand Down
8 changes: 1 addition & 7 deletions v1_12_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@
<dependencies>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-nmshandler</artifactId>
<artifactId>denizen</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizencore</artifactId>
<version>${dcore.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions v1_13_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@
<dependencies>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-nmshandler</artifactId>
<artifactId>denizen</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizencore</artifactId>
<version>${dcore.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions v1_14_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@
<dependencies>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-nmshandler</artifactId>
<artifactId>denizen</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizencore</artifactId>
<version>${dcore.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down

0 comments on commit d8b89ce

Please sign in to comment.