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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 08:42:26 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-18 08:42:25 -0400 (Thu, 18 Mar 2010)
New Revision: 102563

Modified:
   projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
Log:
[JBAOP-778] Script JBOSS-50-install-jboss.xml now installs jboss-aop-client.jar as ${lib.jbossaop-client.injboss}, property defined as client/jboss-aop-client.jar. 

Modified: projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2010-03-18 12:40:38 UTC (rev 102562)
+++ projects/aop/branches/Branch_2_1/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2010-03-18 12:42:25 UTC (rev 102563)
@@ -89,7 +89,7 @@
             <include name="*"/>
          </fileset>
       </copy>
-      <copy file="${lib.jbossaop-client}" tofile="${bak.jbossaop-client.injboss}"/>
+      <copy file="${lib.jbossaop-client}" tofile="${lib.jbossaop-client.injboss}"/>
    </target>
 
    <target name="install.deployer" depends="backup.deployer">




More information about the jboss-cvs-commits mailing list