[jboss-cvs] JBossAS SVN: r82826 - projects/aop/branches/Branch_2_0/asintegration-core/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 13 15:43:16 EST 2009


Author: flavia.rainone at jboss.com
Date: 2009-01-13 15:43:16 -0500 (Tue, 13 Jan 2009)
New Revision: 82826

Modified:
   projects/aop/branches/Branch_2_0/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
Log:
[JBAOP-685] JBoss 40 install script is now compatible with JBoss 4.0.4-ejb3 version.


Modified: projects/aop/branches/Branch_2_0/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2009-01-13 19:25:41 UTC (rev 82825)
+++ projects/aop/branches/Branch_2_0/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2009-01-13 20:43:16 UTC (rev 82826)
@@ -55,7 +55,10 @@
       </condition>
 
       <condition property="dot" value="." else="-jdk50.">
-         <istrue value="${AS-40}"/>
+         <and>
+            <istrue value="${AS-40}"/>
+            <available file="${jboss.deploy.dir}/jboss-aop.deployer" type="dir"/>
+         </and>
       </condition>
 
       <property name="aspect.deployer" value="${jboss.deploy.dir}/jboss-aop${dot}deployer"/>




More information about the jboss-cvs-commits mailing list