Fix ascii.png duplication.

This commit is contained in:
md_5 2016-01-21 17:47:21 +11:00
parent 5af8d747b3
commit 447583624e
5 changed files with 11 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -17,4 +17,15 @@
<artifactId>spigot</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory/>
<includes>
<include>ascii.png</include>
</includes>
</resource>
</resources>
</build>
</project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -20,7 +20,6 @@
<includes>
<include>plugin.yml</include>
<include>version.properties</include>
<include>ascii.png</include>
</includes>
<filtering>true</filtering>
</resource>