A Bukkit plugin that manages the automatic delivery of plugin updates to and from the server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AutoPluginUpdate/projectBuilder.xml

8 lines
449 B

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