Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9c20310508ffe0c45fe253427f5dc49c399afbf0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9c20310508ffe0c45fe253427f5dc49c399afbf0)
  • Date: Tue, 5 Aug 2008 11:51:29 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

java/ant/DEPENDS | 2 +-
java/ant/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9c20310508ffe0c45fe253427f5dc49c399afbf0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ant: Depends on JDK (provides the required javac)

diff --git a/java/ant/DEPENDS b/java/ant/DEPENDS
index 5b8101e..4cde160 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 8bc3ca8..eb19169 100644
--- a/java/ant/HISTORY
+++ b/java/ant/HISTORY
@@ -1,3 +1,6 @@
+2008-08-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires javac (from a JDK)
+
2007-09-28 Eric Sandall <sandalle AT 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



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9c20310508ffe0c45fe253427f5dc49c399afbf0), Eric Sandall, 08/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page