[fusion-commits] r1621 - trunk
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Oct 30 13:30:18 EDT 2008
Author: madair
Date: 2008-10-30 13:30:18 -0400 (Thu, 30 Oct 2008)
New Revision: 1621
Modified:
trunk/build.xml
Log:
re #42: also rename config_dist.json to config.json as part of the build process
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-10-27 19:36:21 UTC (rev 1620)
+++ trunk/build.xml 2008-10-30 17:30:18 UTC (rev 1621)
@@ -113,11 +113,11 @@
<echo message="Preparing uncompressed build"/>
<!-- Create build directories as needed -->
<mkdir dir="${build.home}"/>
+ <copy file="config_dist.json" tofile="${build.home}/config.json"/>
<!-- Copy static content -->
<copy todir="${build.home}">
<fileset dir="${basedir}"
- includes="config.json
- configHeader.json
+ includes="configHeader.json
MapGuide/**
MapServer/**
common/**
More information about the fusion-commits
mailing list