[jboss-cvs] JBossAS SVN: r92348 - projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 14 07:41:26 EDT 2009


Author: flavia.rainone at jboss.com
Date: 2009-08-14 07:41:26 -0400 (Fri, 14 Aug 2009)
New Revision: 92348

Modified:
   projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
   projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
Log:
[JBAOP-746] The ovewrite=true attribute has been added to the copy elements of scripts jboss-xx-install-jboss-aop-jdk50-build.xml

Modified: projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2009-08-14 11:37:38 UTC (rev 92347)
+++ projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-40-install-jboss-aop-jdk50-build.xml	2009-08-14 11:41:26 UTC (rev 92348)
@@ -301,7 +301,7 @@
    </target>
 
    <target name="install.bin" depends="init, update-jbossall-library, update-jbossaop-library">
-      <copy todir="${jboss.bin.dir}">
+      <copy todir="${jboss.bin.dir}" ovewrite="true">
          <fileset dir="../../lib">
             <include name="pluggable-instrumentor.jar"/>
             <include name="jrockit-pluggable-instrumentor.jar"/>

Modified: projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml
===================================================================
--- projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2009-08-14 11:37:38 UTC (rev 92347)
+++ projects/aop/branches/classpool_JBAOP-742/asintegration-core/src/etc/jboss-50-install-jboss-aop-jdk50-build.xml	2009-08-14 11:41:26 UTC (rev 92348)
@@ -84,7 +84,7 @@
    </target>
 
    <target name="install.lib" depends="backup.lib,backup.client.lib">
-      <copy todir="${jboss.lib}">
+      <copy todir="${jboss.lib}" overwrite="true">
          <fileset dir="lib">
             <include name="*"/>
          </fileset>
@@ -93,7 +93,7 @@
    </target>
 
    <target name="install.deployer" depends="backup.deployer">
-      <copy todir="${aspect.deployer}">
+      <copy todir="${aspect.deployer}" overwrite="true">
          <fileset dir="jboss-aop-jboss5.deployer">
             <include name="**/*"/>
          </fileset>
@@ -101,7 +101,7 @@
    </target>
 
    <target name="install.bin" depends="init">
-      <copy todir="${jboss.bin.dir}">
+      <copy todir="${jboss.bin.dir}" overwrite="true">
          <fileset dir="../lib">
             <include name="pluggable-instrumentor.jar"/>
             <include name="jrockit-pluggable-instrumentor.jar"/>




More information about the jboss-cvs-commits mailing list