summaryrefslogtreecommitdiff
path: root/java/jboss5/files/patch-buildmagic.ent
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-buildmagic.ent
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-buildmagic.ent')
-rw-r--r--java/jboss5/files/patch-buildmagic.ent37
1 files changed, 0 insertions, 37 deletions
diff --git a/java/jboss5/files/patch-buildmagic.ent b/java/jboss5/files/patch-buildmagic.ent
deleted file mode 100644
index 2e2eeb500927..000000000000
--- a/java/jboss5/files/patch-buildmagic.ent
+++ /dev/null
@@ -1,37 +0,0 @@
---- ./tools/etc/buildmagic/buildmagic.ent.orig Mon Nov 20 07:45:55 2006
-+++ ./tools/etc/buildmagic/buildmagic.ent Sun Mar 25 21:28:14 2007
-@@ -7,34 +7,6 @@
- <!-- Initialize the build system. -->
- <target name="_buildmagic:init" unless="init.disable">
-
-- <!-- Make sure we have the right version of Ant -->
-- <property name="buildmagic.ant15.baseversion" value="1.5"/>
-- <property name="buildmagic.ant16.baseversion" value="1.6"/>
--
-- <!--
-- | Add new conditions for other supported Ant versions when they
-- | become avaialble.
-- -->
--
-- <condition property="buildmagic.ant.compatible">
-- <or>
-- <contains string="${ant.version}"
-- substring="Ant version ${buildmagic.ant15.baseversion}"/>
-- <contains string="${ant.version}"
-- substring="Ant version ${buildmagic.ant16.baseversion}"/>
-- </or>
-- </condition>
--
-- <fail unless="buildmagic.ant.compatible">
--
-- Unsupported Ant version:
--
-- ${ant.version}
--
-- Please install a version which is compatible with Ant ${buildmagic.ant15.baseversion} or ${buildmagic.ant16.baseversion}.
--
-- </fail>
--
- <!-- JDK Detection -->
- <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
- <available classname="java.lang.Enum" property="HAVE_JDK_1.5"/>