[jboss-cvs] JBossAS SVN: r83161 - projects/aop/trunk/asintegration-core/src/etc.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 21 12:21:57 EST 2009
Author: flavia.rainone at jboss.com
Date: 2009-01-21 12:21:57 -0500 (Wed, 21 Jan 2009)
New Revision: 83161
Modified:
projects/aop/trunk/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
Log:
[JBAOP-694] Erasing unless attributes that reference variables that have been removed from the install-50 script.
Modified: projects/aop/trunk/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/trunk/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml 2009-01-21 16:45:42 UTC (rev 83160)
+++ projects/aop/trunk/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml 2009-01-21 17:21:57 UTC (rev 83161)
@@ -62,7 +62,7 @@
</target>
- <target name="backup.lib" depends="init" unless="old.lib.exists">
+ <target name="backup.lib" depends="init">
<property name="old.lib" value="${jboss.lib}-${tstamp}.bak"/>
<echo>Backing up existing lib directory to ${old.lib}</echo>
<copy todir="${old.lib}">
@@ -70,7 +70,7 @@
</copy>
</target>
- <target name="backup.deployer" depends="init" unless="old.deployer.exists">
+ <target name="backup.deployer" depends="init">
<mkdir dir="${jboss.backup.dir}"/>
<echo>Backing up existing aop deployer to ${old.deployer}</echo>
<copy todir="${jboss.backup.dir}/jboss-aop-jboss5.deployer-${tstamp}.bak">
More information about the jboss-cvs-commits
mailing list