summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJohn Harding2007-03-04 10:34:44 -0800
committerJohn Harding2007-03-04 10:34:44 -0800
commite7477452ea660c8c88dac8d6a03a3047ed6133e9 (patch)
tree0d3f159ba2496cd2bfac8d68ab8fb804c1696317 /java
parent0c9bf22f224feffd562d418e5f3e37879b5dd93c (diff)
Added $SPELL-$VERSION to BUILD per lynxlynxlynx suggestion.
Diffstat (limited to 'java')
-rwxr-xr-xjava/junit/BUILD2
-rw-r--r--java/junit/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/java/junit/BUILD b/java/junit/BUILD
index 510e1c7678..19f4d38a57 100755
--- a/java/junit/BUILD
+++ b/java/junit/BUILD
@@ -2,5 +2,5 @@
set_ant_env &&
-${JAVA_HOME}/bin/jar -xf junit-4.2-src.jar &&
+${JAVA_HOME}/bin/jar -xf $SPELL-$VERSION-src.jar &&
ant
diff --git a/java/junit/HISTORY b/java/junit/HISTORY
index de38b3e5ae..a2ccd2d184 100644
--- a/java/junit/HISTORY
+++ b/java/junit/HISTORY
@@ -1,3 +1,7 @@
+2007-03-04 John Harding <johnh@kuberaconsulting.com>
+ * BUILD: used $SPELL-$VERSION to reference source
+ file per lynxlynxlynx suggestion
+
2007-03-03 John Harding <johnh@kuberaconsulting.com>
* DETAILS: major version bump to 4.2
* BUILD: correct reference to source file