mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Cleanup of the library folder
Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.
This commit is contained in:
parent
40220960f5
commit
4f8be31343
@ -81,9 +81,7 @@ javac.source=1.6
|
|||||||
javac.target=1.6
|
javac.target=1.6
|
||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}
|
||||||
${libs.junit.classpath}:\
|
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -70,7 +70,6 @@ file.reference.craftbukkit-1.0.0-SNAPSHOT.jar=../lib/craftbukkit-1.0.0-SNAPSHOT.
|
|||||||
file.reference.iCo4.jar=../lib/iCo4.jar
|
file.reference.iCo4.jar=../lib/iCo4.jar
|
||||||
file.reference.iCo5.jar=../lib/iCo5.jar
|
file.reference.iCo5.jar=../lib/iCo5.jar
|
||||||
file.reference.iCo6.jar=../lib/iCo6.jar
|
file.reference.iCo6.jar=../lib/iCo6.jar
|
||||||
file.reference.junit-4.5.jar=../lib/junit_4/junit-4.5.jar
|
|
||||||
file.reference.lombok-0.10.1.jar=../lib/lombok-0.10.1.jar
|
file.reference.lombok-0.10.1.jar=../lib/lombok-0.10.1.jar
|
||||||
file.reference.MultiCurrency.jar=../lib/MultiCurrency.jar
|
file.reference.MultiCurrency.jar=../lib/MultiCurrency.jar
|
||||||
file.reference.Permissions3.jar=../lib/Permissions3.jar
|
file.reference.Permissions3.jar=../lib/Permissions3.jar
|
||||||
@ -103,7 +102,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${file.reference.junit-4.5.jar}
|
${libs.junit_4.10.classpath}
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -332,10 +332,8 @@ chat:
|
|||||||
|
|
||||||
protect:
|
protect:
|
||||||
# Database settings for sign/rail protection
|
# Database settings for sign/rail protection
|
||||||
# get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
|
|
||||||
# https://github.com/essentials/Essentials/blob/master/lib/mysql.jar
|
|
||||||
|
|
||||||
# mysql, sqlite or none
|
# mysql or sqlite
|
||||||
datatype: 'sqlite'
|
datatype: 'sqlite'
|
||||||
|
|
||||||
# If you specified MySQL above, you MUST enter the appropriate details here.
|
# If you specified MySQL above, you MUST enter the appropriate details here.
|
||||||
|
@ -79,8 +79,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${libs.junit.classpath}:\
|
${libs.junit_4.10.classpath}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -79,8 +79,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${libs.junit.classpath}:\
|
${libs.junit_4.10.classpath}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -83,8 +83,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${libs.junit.classpath}:\
|
${libs.junit_4.10.classpath}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -79,8 +79,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${libs.junit.classpath}:\
|
${libs.junit_4.10.classpath}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -67,8 +67,7 @@ file.reference.bukkit-1.0.0-R1-SNAPSHOT.jar=../lib/bukkit-1.0.0-R1-SNAPSHOT.jar
|
|||||||
includes=**
|
includes=**
|
||||||
jar.compress=true
|
jar.compress=true
|
||||||
javac.classpath=\
|
javac.classpath=\
|
||||||
${file.reference.bukkit-1.0.0-R1-SNAPSHOT.jar}:\
|
${file.reference.bukkit-1.0.0-R1-SNAPSHOT.jar}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
# Space-separated list of extra javac options
|
# Space-separated list of extra javac options
|
||||||
javac.compilerargs=
|
javac.compilerargs=
|
||||||
javac.deprecation=false
|
javac.deprecation=false
|
||||||
@ -78,7 +77,8 @@ javac.source=1.6
|
|||||||
javac.target=1.6
|
javac.target=1.6
|
||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}
|
${build.classes.dir}:\
|
||||||
|
${libs.junit_4.10.classpath}
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
@ -83,8 +83,7 @@ javac.target=1.6
|
|||||||
javac.test.classpath=\
|
javac.test.classpath=\
|
||||||
${javac.classpath}:\
|
${javac.classpath}:\
|
||||||
${build.classes.dir}:\
|
${build.classes.dir}:\
|
||||||
${libs.junit.classpath}:\
|
${libs.junit_4.10.classpath}
|
||||||
${libs.junit_4.classpath}
|
|
||||||
javac.test.processorpath=\
|
javac.test.processorpath=\
|
||||||
${javac.test.classpath}
|
${javac.test.classpath}
|
||||||
javadoc.additionalparam=
|
javadoc.additionalparam=
|
||||||
|
Binary file not shown.
BIN
lib/gson.jar
BIN
lib/gson.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/junit_4.10/junit-4.10-src.jar
Normal file
BIN
lib/junit_4.10/junit-4.10-src.jar
Normal file
Binary file not shown.
BIN
lib/junit_4.10/junit-4.10.jar
Normal file
BIN
lib/junit_4.10/junit-4.10.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/mysql.jar
BIN
lib/mysql.jar
Binary file not shown.
@ -1,13 +1,7 @@
|
|||||||
libs.CopyLibs.classpath=\
|
libs.CopyLibs.classpath=\
|
||||||
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
|
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
|
||||||
libs.junit.classpath=\
|
libs.junit_4.10.classpath=\
|
||||||
${base}/junit/junit-3.8.2.jar
|
${base}/junit_4.10/junit-4.10.jar
|
||||||
libs.junit.javadoc=\
|
libs.junit_4.10.src=\
|
||||||
${base}/junit/junit-3.8.2-api.zip
|
${base}/junit_4.10/junit-4.10-src.jar
|
||||||
libs.junit_4.classpath=\
|
|
||||||
${base}/junit_4/junit-4.5.jar
|
|
||||||
libs.junit_4.javadoc=\
|
|
||||||
${base}/junit_4/junit-4.5-api.zip
|
|
||||||
libs.junit_4.src=\
|
|
||||||
${base}/junit_4/junit-4.5-src.jar
|
|
||||||
project.EssentialsGroupManager=../EssentialsGroupManager
|
project.EssentialsGroupManager=../EssentialsGroupManager
|
||||||
|
BIN
lib/sqlite.jar
BIN
lib/sqlite.jar
Binary file not shown.
Loading…
Reference in New Issue
Block a user