[fusion-commits] r1629 - branches/fusion-1.1
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Oct 31 13:31:48 EDT 2008
Author: madair
Date: 2008-10-31 13:31:48 -0400 (Fri, 31 Oct 2008)
New Revision: 1629
Modified:
branches/fusion-1.1/build.xml
Log:
re #42: also rename config_dist.json to config.json as part of the build process
Modified: branches/fusion-1.1/build.xml
===================================================================
--- branches/fusion-1.1/build.xml 2008-10-31 13:33:48 UTC (rev 1628)
+++ branches/fusion-1.1/build.xml 2008-10-31 17:31:48 UTC (rev 1629)
@@ -110,11 +110,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