[jboss-cvs] JBossAS SVN: r110794 - branches/JBPAPP_5_1/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 25 17:08:18 EST 2011
Author: fnasser at redhat.com
Date: 2011-02-25 17:08:17 -0500 (Fri, 25 Feb 2011)
New Revision: 110794
Modified:
branches/JBPAPP_5_1/build/build.xml
Log:
Fix property for location of installation (still JBPAPP-5989)
Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml 2011-02-25 21:24:48 UTC (rev 110793)
+++ branches/JBPAPP_5_1/build/build.xml 2011-02-25 22:08:17 UTC (rev 110794)
@@ -1568,8 +1568,8 @@
<equals arg1="${unsign.supressBackup}" arg2="true" />
</not>
<then>
- <copy toDir="${jboss.dist}.signed">
- <fileSet dir="${jboss.dist}"/>
+ <copy toDir="${install.root}.signed">
+ <fileSet dir="${install.root}"/>
</copy>
</then>
</if>
More information about the jboss-cvs-commits
mailing list