TwosideKeeper/projectBuilder.xml
sigonasr2 b3e44fdcda Updated naming scheme for monsters. Fixed minor bugs with setting
monster's difficulties. Implemented most of Protector set. Fixed bugs
with Suppression not working on players.
2017-05-15 22:10:02 -05:00

8 lines
437 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<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>