Author: manaRH
Date: 2009-07-01 11:11:57 -0400 (Wed, 01 Jul 2009)
New Revision: 11231
Modified:
branches/enterprise/JBPAPP_5_0/build.xml
Log:
commented checking of ant version
Modified: branches/enterprise/JBPAPP_5_0/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build.xml 2009-07-01 15:10:09 UTC (rev 11230)
+++ branches/enterprise/JBPAPP_5_0/build.xml 2009-07-01 15:11:57 UTC (rev 11231)
@@ -2,12 +2,12 @@
<project name="Seam" default="build" basedir="."
xmlns:artifact="urn:maven-artifact-ant">
<!-- Check that we are using Ant 1.7.0. Not using <antversion> as it wasn't
available until 1.7.0. -->
- <condition property="compatible.ant">
- <contains string="${ant.version}" substring="1.7.0"/>
+<!-- <condition property="compatible.ant">
+ <contains string="${ant.version}" substring="1.7.0"/>
</condition>
<fail unless="compatible.ant">You are using ${ant.version}. You must use
Ant 1.7.0 to build Seam. Ant 1.7.1 has known bugs.</fail>
-
+-->
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="JBoss Seam" />
<property name="name" value="jboss-seam" />
Show replies by date