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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 4 13:56:38 EST 2010


Author: emuckenhuber
Date: 2010-01-04 13:56:38 -0500 (Mon, 04 Jan 2010)
New Revision: 99002

Modified:
   trunk/build/build.xml
Log:
[JBAS-7591]

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-01-04 18:28:42 UTC (rev 99001)
+++ trunk/build/build.xml	2010-01-04 18:56:38 UTC (rev 99002)
@@ -1924,7 +1924,10 @@
     <!-- Copy the profileservice beans to an optional file -->
     <copy todir="${install.server}/all/deploy/"
         file="${profileservice.module.output}/resources/profileservice-jboss-beans.xml" />
-
+	<!-- Copy the profileservice client jar. -->
+	<copy file="${profileservice.module.output}/jboss-as-profileservice-client.jar"
+	            tofile="${install.client}/jboss-profileservice-client.jar" filtering="no" />
+  	
   </target>
 
   <!-- ========================================================================== -->




More information about the jboss-cvs-commits mailing list