From b340373ea74dd3511805bb015a936ec40d5e3073 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Mon, 14 Jan 2013 22:55:39 +0000 Subject: [PATCH] added copy-js-to-live-cb target for copying js-plugins directory in source tree to craftbukkit directory --- build.properties | 1 + build.xml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 378fdf3..0a0eaeb 100644 --- a/build.properties +++ b/build.properties @@ -7,4 +7,5 @@ # http://dl.bukkit.org/downloads/bukkit/ # bukkit-lib=/home/walter/bukkit/target/original-bukkit-1.4.6-R0.4-SNAPSHOT.jar +craftbukkit=/home/walter/craftbukkit/ bukkit-version=1.4.6 diff --git a/build.xml b/build.xml index 664532c..d6159bd 100644 --- a/build.xml +++ b/build.xml @@ -27,9 +27,14 @@ - + + + + + +