[jboss-cvs] JBossAS SVN: r104757 - branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 13 05:32:59 EDT 2010


Author: ataylor
Date: 2010-05-13 05:32:59 -0400 (Thu, 13 May 2010)
New Revision: 104757

Modified:
   branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/javaee-examples-build.xml
Log:
fixed build script

Modified: branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/javaee-examples-build.xml
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/javaee-examples-build.xml	2010-05-13 09:00:44 UTC (rev 104756)
+++ branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/javaee-examples-build.xml	2010-05-13 09:32:59 UTC (rev 104757)
@@ -120,7 +120,7 @@
 
    <target name="deploy" depends="copy-profile, copy-resources, ear">
       <property name="example-profile" value="${jboss.home}/server/${example.name}-example-profile"/>
-      <copy todir="${example-profile}/deploy/hornetq.sar">
+      <copy todir="${example-profile}/deploy/hornetq">
          <fileset dir="${example.server.dir}"/>
       </copy>
       <copy todir="${example-profile}/deploy/">




More information about the jboss-cvs-commits mailing list