diff --git a/bukkit-plugin/build.properties b/bukkit-plugin/build.properties new file mode 100644 index 0000000..b2b8717 --- /dev/null +++ b/bukkit-plugin/build.properties @@ -0,0 +1,5 @@ +# +# If building the plugin from source you need to first install bukkit +# Change this property to suit your environment +# +bukkit-lib=/home/walter/bukkit/target/original-bukkit-1.4.6-R0.4-SNAPSHOT.jar diff --git a/bukkit-plugin/build.xml b/bukkit-plugin/build.xml new file mode 100644 index 0000000..5bf123d --- /dev/null +++ b/bukkit-plugin/build.xml @@ -0,0 +1,34 @@ + + + Builds the scriptcraft.jar file - a plugin for bukkit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +