Skip to content

Commit

Permalink
FLUID-2581: Fixed a missing close </copy> tag from the previous commit.
Browse files Browse the repository at this point in the history
svn path=/fluid/infusion/trunk/; revision=7100
  • Loading branch information
colinbdclark committed Apr 9, 2009
1 parent 7580417 commit 8af3c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
<include name="components/**/*" />
<include name="framework/**/*" />
<include name="lib/**/*" />
</fileset>

</fileset>
</copy>

<copy todir="${build}/war/src/webapp/WEB-INF" >
<fileset dir="${web-inf}"/>
Expand Down

0 comments on commit 8af3c5b

Please sign in to comment.