TwosideKeeper/projectBuilder.xml
sigonasr2 338e17a4ff Added Logging Levels to messages. Level 0-1 are super quiet. Only errors
appear. Level 2 is standard use (Basic Gameplay events show up.). Level
3 is standard debug use. Levels 4-5 are spammy debug modes. Also fixed
Stained Clay color displays and Hardened Clay material name outputs.
2016-06-18 14:51:50 -05:00

7 lines
421 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="TwosideKeeper.makejar" default="makejar" basedir=".">
<target name ="makejar" description="Create a jar for the TwosideKeeper project">
<jar jarfile="TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
<jar jarfile="D:\Documents\Test Server\plugins\TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
</target>
</project>