summaryrefslogtreecommitdiff
path: root/java/jboss5/files/patch-build-common.xml
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-09-04 19:33:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-09-04 19:33:59 +0000
commit072014a8d6e233f64a8909a1dc8242e8238a7488 (patch)
tree769139706c338308042208021911557ad1f8bc3e /java/jboss5/files/patch-build-common.xml
parent- Fix plist (diff)
- Update to 5.0.0.cr1, which also fixes build with jdk16
PR: ports/126718 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Approved by: maintainer timeout (nemoliu; 14 days)
Notes
Notes: svn path=/head/; revision=219858
Diffstat (limited to 'java/jboss5/files/patch-build-common.xml')
-rw-r--r--java/jboss5/files/patch-build-common.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/java/jboss5/files/patch-build-common.xml b/java/jboss5/files/patch-build-common.xml
index fb2a1c8308c7..0bf67a9c68fc 100644
--- a/java/jboss5/files/patch-build-common.xml
+++ b/java/jboss5/files/patch-build-common.xml
@@ -1,23 +1,6 @@
--- ./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
-@@ -2,7 +2,7 @@
-
- <!-- Make sure we have the right version of Ant -->
- <property name="buildmagic.ant16.baseversion" value="1.6"/>
--
-+ <property name="buildmagic.ant17.baseversion" value="1.7"/>
- <!--
- | Add new conditions for other supported Ant versions when they
- | become avaialble.
-@@ -12,13 +12,16 @@
- <or>
- <contains string="${ant.version}"
- substring="Ant version ${buildmagic.ant16.baseversion}"/>
-+ <contains string="${ant.version}"
-+ substring="Ant version ${buildmagic.ant17.baseversion}"/>
- </or>
- </condition>
-
+@@ -20,6 +20,7 @@
<fail unless="buildmagic.ant.compatible">
Unsupported Ant version:
${ant.version}