mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
PR: ports/126718 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Approved by: maintainer timeout (nemoliu; 14 days)
12 lines
511 B
XML
12 lines
511 B
XML
--- ./tools/etc/buildmagic/build-common.xml.orig Sun Mar 25 20:25:52 2007
|
|
+++ ./tools/etc/buildmagic/build-common.xml Sun Mar 25 20:27:18 2007
|
|
@@ -20,6 +20,7 @@
|
|
<fail unless="buildmagic.ant.compatible">
|
|
Unsupported Ant version:
|
|
${ant.version}
|
|
- Please install a version which is compatible with Ant ${buildmagic.ant16.baseversion}.
|
|
+ Please install a version which is compatible with Ant ${buildmagic.ant16.baseversion}
|
|
+ or ${buildmagic.ant17.baseversion}.
|
|
</fail>
|
|
|
|
<!-- JDK Detection -->
|