diff --git a/.gitignore b/.gitignore index 23c51fc..9e55ea5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ target *.class *.js~ *.js# +*.iml +*.idea +build.local.properties diff --git a/build.local.properties.sample b/build.local.properties.sample new file mode 100644 index 0000000..2faea2d --- /dev/null +++ b/build.local.properties.sample @@ -0,0 +1,4 @@ +# Copy this file to build.local.properties and modify appropriately + +# This setting will ensure the bukkit server will give you ops +op.name=YOUR_USERID_HERE diff --git a/build.properties b/build.properties index aba5ad7..27e9f1b 100644 --- a/build.properties +++ b/build.properties @@ -1,12 +1 @@ -# -# If building the plugin from source you need to first install bukkit -# Change this property to suit your environment -# -# Bukkit jar file can normally be downloaded from -# -# http://dl.bukkit.org/downloads/bukkit/ -# -#bukkit-lib=/home/walter/bukkit/target/original-bukkit-1.4.6-R0.4-SNAPSHOT.jar -bukkit-lib=/home/walter/bukkit-147/bukkit-1.4.7-R0.2-20130119.122210-3.jar -craftbukkit=/home/walter/craftbukkit/ bukkit-version=1.4.7 diff --git a/build.xml b/build.xml index c2b0ffb..eca12ac 100644 --- a/build.xml +++ b/build.xml @@ -4,18 +4,53 @@ + + + + + + + + + + Retrieving CraftBukkit artifact info + + + + + + Retrieving CraftBukkit jar + + + Creating default ops.txt for your user + + + + + Starting Bukkit with ScriptCraft + - - + + @@ -43,6 +78,7 @@ + @@ -51,9 +87,11 @@ + - + - + + diff --git a/build/bukkit-to-url.xsl b/build/bukkit-to-url.xsl new file mode 100644 index 0000000..bb48b3c --- /dev/null +++ b/build/bukkit-to-url.xsl @@ -0,0 +1,13 @@ + + + + + http://dl.bukkit.org + + + + + + \ No newline at end of file