- copy join-mock.xml and locales.xml when building in DEV env

This commit is contained in:
Richard Alam 2010-09-27 17:39:54 -04:00
parent 04375f3426
commit a547a3cd21

View File

@ -284,6 +284,10 @@
<then>
<echo message="Copying config.xml for development environment"/>
<copy file="${BASE_DIR}/src/conf/config.xml" todir="${OUTPUT_DIR}/conf" />
<echo message="Copying join-mock.xml for development environment"/>
<copy file="${BASE_DIR}/src/conf/join-mock.xml" todir="${OUTPUT_DIR}/conf" />
<echo message="Copying locales.xml for development environment"/>
<copy file="${BASE_DIR}/src/conf/locales.xml" todir="${OUTPUT_DIR}/conf" />
</then>
<else>
<echo message="Need to copy config.xml.template for production environment"/>