[jboss-cvs] JBossAS SVN: r72693 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 14:45:27 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-04-24 14:45:27 -0400 (Thu, 24 Apr 2008)
New Revision: 72693

Modified:
   trunk/build/build-distr.xml
Log:
Copy the org/jboss/aspects jars into the server lib dir


Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-04-24 17:39:17 UTC (rev 72692)
+++ trunk/build/build-distr.xml	2008-04-24 18:45:27 UTC (rev 72693)
@@ -256,6 +256,11 @@
         <include name="jboss-aspect-jdk50-client.jar"/>
       </fileset>
     </copy>
+    <!-- Copy the third party libraries -->
+    <copy todir="${install.all.lib}" filtering="no">
+      <fileset dir="${org.jboss.aspects.lib}" includes="*.jar"
+               excludes="*-sources.jar, *-javadoc.jar"/>
+   </copy>
   </target>
 
   <target name="_module-aspects-all" depends="_module-aspects-most">




More information about the jboss-cvs-commits mailing list