minor changes for better testing
This commit is contained in:
parent
277fc4a39a
commit
5223fae61a
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
.project
|
.project
|
||||||
.settings/*
|
.settings/*
|
||||||
bin/*
|
bin/*
|
||||||
target/*
|
target/*
|
||||||
|
build.bat
|
||||||
1
pom.xml
1
pom.xml
@ -8,6 +8,7 @@
|
|||||||
<name>RealEstate</name>
|
<name>RealEstate</name>
|
||||||
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
|
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
|
||||||
<build>
|
<build>
|
||||||
|
<finalName>${project.name}</finalName>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user