Skip to content

Commit

Permalink
Added tools/config folder in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed May 11, 2013
1 parent 4c609da commit 000d0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
<fileset dir="server/src/site"/>
</copy>

<copy todir="${db.release}/config/" flatten="true">
<fileset dir="." includes="tools/config/*"/>
</copy>
<copy todir="${db.release}/config/" flatten="true">
<fileset dir="." includes="server/config/*"/>
</copy>
Expand Down

0 comments on commit 000d0ef

Please sign in to comment.