blob: c71bbb90d7a283a9a6d87b67def8fd7ba01b21fb [file] [log] [blame]
<copy todir="${build.stage_web}" overwrite="true">
<fileset dir="${basedir}/custom/web">
<include name="**/**" />
</fileset>
</copy>
<!-- Example: copy custom files into the Roller web context
<copy todir="${build.stage_web}" overwrite="true">
<fileset dir="${basedir}/sandbox/planetroller/web">
<include name="**/**" />
</fileset>
</copy>
-->