mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2025-02-05 14:36:09 +00:00
Removed unnecessary dependencies.
This commit is contained in:
parent
76002460b6
commit
93422fb7b7
1 changed files with 1 additions and 3 deletions
|
@ -42,9 +42,7 @@ javac.source=1.6
|
|||
javac.target=1.6
|
||||
javac.test.classpath=\
|
||||
${javac.classpath}:\
|
||||
${build.classes.dir}:\
|
||||
${libs.junit.classpath}:\
|
||||
${libs.junit_4.classpath}
|
||||
${build.classes.dir}
|
||||
javac.test.processorpath=\
|
||||
${javac.test.classpath}
|
||||
javadoc.additionalparam=
|
||||
|
|
Loading…
Reference in a new issue