[jbossreflex-commits] JBossReflex SVN: r74 - trunk/php.

jbossreflex-commits at lists.jboss.org jbossreflex-commits at lists.jboss.org
Fri Nov 14 11:19:58 EST 2008


Author: jfrederic.clere at jboss.com
Date: 2008-11-14 11:19:58 -0500 (Fri, 14 Nov 2008)
New Revision: 74

Modified:
   trunk/php/build.xml
Log:
Build with ALL parameter...


Modified: trunk/php/build.xml
===================================================================
--- trunk/php/build.xml	2008-06-23 09:59:11 UTC (rev 73)
+++ trunk/php/build.xml	2008-11-14 16:19:58 UTC (rev 74)
@@ -23,7 +23,9 @@
 
   <target name="build" depends="build-demo">
     <tstamp/>
-    <exec dir="." executable="./buildphp.sh" output="log.${DSTAMP}${TSTAMP}" failonerror="true" error="err.${DSTAMP}${TSTAMP}" />
+    <exec dir="." executable="./buildphp.sh" output="log.${DSTAMP}${TSTAMP}" failonerror="true" error="err.${DSTAMP}${TSTAMP}">
+       <arg value="ALL"/>
+     </exec>
   </target>
 
 </project>




More information about the jbossreflex-commits mailing list