[fusion-commits] r1922 - trunk

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Sep 29 16:19:22 EDT 2009


Author: pagameba
Date: 2009-09-29 16:19:22 -0400 (Tue, 29 Sep 2009)
New Revision: 1922

Modified:
   trunk/build.xml
Log:
use forward slashes in path to work on mac os x.

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-09-28 19:29:02 UTC (rev 1921)
+++ trunk/build.xml	2009-09-29 20:19:22 UTC (rev 1922)
@@ -188,7 +188,7 @@
     <!-- convert the application definition file to JSON -->
     <exec executable="${PHP}" dir="${build.home}"
               output="${build.home}/appDef.json">
-        <arg line="${build.home}\common\php\Xml2JSON.php --file='${appDef}'"/>
+        <arg line="${build.home}/common/php/Xml2JSON.php --file='${appDef}'"/>
     </exec>
 
   </target>



More information about the fusion-commits mailing list