[jboss-cvs] JBossAS SVN: r62845 - projects/aop/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 7 15:51:34 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-05-07 15:51:34 -0400 (Mon, 07 May 2007)
New Revision: 62845

Modified:
   projects/aop/trunk/build/build.xml
Log:
[JBAOP-397] Add the retro compiler stuff to lib-50, since it is a jdk 5 thing

Modified: projects/aop/trunk/build/build.xml
===================================================================
--- projects/aop/trunk/build/build.xml	2007-05-07 19:16:41 UTC (rev 62844)
+++ projects/aop/trunk/build/build.xml	2007-05-07 19:51:34 UTC (rev 62845)
@@ -206,8 +206,9 @@
 	   description="Builds the default release structure."
       depends="modules-release"
 	   >
+   	<!--
       <delete dir="${project.release}"/>
-
+-->
       <delete dir="output/temp"/>
       <mkdir dir="output/temp"/>
 
@@ -327,6 +328,8 @@
       <copy todir="${project.release}/lib-50" file="${jboss-logging-spi.location}"/>
       <copy todir="${project.release}/lib-50" file="${log4j.location}"/>
       <copy todir="${project.release}/lib-50" file="${trove.location}"/>
+      <copy todir="${project.release}/lib-50/retro" file="${jboss-backport-concurrent.location}"/>
+      <copy todir="${project.release}/lib-50/retro" file="${jbossretro.location}"/>
 
       <!-- The JDK 1.4 libs -->
       <copy todir="${project.release}/lib-14" file="${aop.14.location}"/>
@@ -341,8 +344,6 @@
       <copy todir="${project.release}/lib-14" file="${log4j.location}"/>
       <copy todir="${project.release}/lib-14" file="${qdox.location}"/>
       <copy todir="${project.release}/lib-14" file="${trove.location}"/>
-      <copy todir="${project.release}/lib-14/retro" file="${jboss-backport-concurrent.location}"/>
-      <copy todir="${project.release}/lib-14/retro" file="${jbossretro.location}"/>
 
       <!-- The JBoss 4.0.x libs for JDK 1.4 (JBoss 4.2.0 needs JDK 5)-->
 




More information about the jboss-cvs-commits mailing list