mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-03 14:08:20 +00:00
Rename dependency names to match wiki
This commit is contained in:
parent
c002fbc537
commit
21c0833f14
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Sat May 30 20:46:17 CEST 2015
|
#Sat May 30 21:50:19 CEST 2015
|
||||||
build.number=1052
|
build.number=1053
|
||||||
|
|
|
@ -49,9 +49,9 @@ jar.compress=false
|
||||||
jar.index=${jnlp.enabled}
|
jar.index=${jnlp.enabled}
|
||||||
javac.classpath=\
|
javac.classpath=\
|
||||||
${libs.SpigotServer.classpath}:\
|
${libs.SpigotServer.classpath}:\
|
||||||
${libs.BukkitTelnet.classpath}:\
|
${libs.TF-Essentials.classpath}:\
|
||||||
${libs.TF-WorldEdit.classpath}:\
|
${libs.TF-WorldEdit.classpath}:\
|
||||||
${libs.Essentials.classpath}
|
${libs.BukkitTelnet.classpath}
|
||||||
# Space-separated list of extra javac options
|
# Space-separated list of extra javac options
|
||||||
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
|
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
|
||||||
javac.deprecation=false
|
javac.deprecation=false
|
||||||
|
|
Loading…
Reference in a new issue