[jboss-cvs] Picketlink SVN: r1418 - integration-tests/trunk/ant-scripts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 21 11:09:33 EST 2012


Author: pskopek at redhat.com
Date: 2012-02-21 11:09:33 -0500 (Tue, 21 Feb 2012)
New Revision: 1418

Modified:
   integration-tests/trunk/ant-scripts/ant-build.xml
Log:
Fixing typo in information message.

Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml	2012-02-21 16:08:35 UTC (rev 1417)
+++ integration-tests/trunk/ant-scripts/ant-build.xml	2012-02-21 16:09:33 UTC (rev 1418)
@@ -32,7 +32,7 @@
 
   <target name="init-jboss7">
     <!-- Unzip JBoss AS7 -->
-    <echo>Unzip JBOSS AS 7.0.1.Final</echo>
+    <echo>Unzip JBOSS AS 7.1.0.Final</echo>
     <unzip src="${basedir}/../common-dist/jbossas/7.1/jboss-as-7.1.0.Final.zip"
            dest="${basedir}/target"/>
     <chmod dir="${basedir}/target/jboss-as-7.1.0.Final/bin" perm="ugo+rx" includes="**/*.sh"/>



More information about the jboss-cvs-commits mailing list