summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorEric Sandall2008-08-05 09:50:55 -0700
committerEric Sandall2008-08-05 09:51:27 -0700
commit9c20310508ffe0c45fe253427f5dc49c399afbf0 (patch)
tree2c10c10ac0a7eb313df48e21e50f8e2be72902cd /java
parentae59b6ff5a22eacc994b1ae167cbb1bca33bf627 (diff)
ant: Depends on JDK (provides the required javac)
Diffstat (limited to 'java')
-rwxr-xr-xjava/ant/DEPENDS2
-rw-r--r--java/ant/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/java/ant/DEPENDS b/java/ant/DEPENDS
index 5b8101e08f..4cde160923 100755
--- a/java/ant/DEPENDS
+++ b/java/ant/DEPENDS
@@ -1,4 +1,4 @@
-depends JAVA '' '' z-rejected &&
+depends JDK '' '' z-rejected &&
optional_depends antlr \
'--with-antlr' \
diff --git a/java/ant/HISTORY b/java/ant/HISTORY
index 8bc3ca8397..eb19169804 100644
--- a/java/ant/HISTORY
+++ b/java/ant/HISTORY
@@ -1,3 +1,6 @@
+2008-08-05 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Requires javac (from a JDK)
+
2007-09-28 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Incremented PATCHLEVEL=1 to install update ant.sh
* ant.sh: Ant requires Java to run, so make sure JAVA_HOME is set if not