Added seperate file for ant build parameters.
This commit is contained in:
parent
f0ec375834
commit
eafc8a858c
1 changed files with 6 additions and 0 deletions
6
build_parameters.xml
Normal file
6
build_parameters.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<project name="dynmap_parameters" basedir=".">
|
||||
<property name="bukkit.jar" location="../../bukkit.jar"/>
|
||||
<property name="minecraft" location="../../"/>
|
||||
<property name="plugins" location="${minecraft}/plugins/"/>
|
||||
<property name="http_root" location="/srv/http/dynmap/"/>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue