Skip to content

Commit

Permalink
fix typo (missing close-quote) in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Apr 19, 2015
1 parent cc30cbe commit cdfcc1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<include name="**/*.config" />
</resources>
</csc>
<copy todir="${current.bin.dir}" overwrite="true failonerror="true">
<copy todir="${current.bin.dir}" overwrite="true" failonerror="true">
<fileset basedir="${project::get-base-directory()}">
<include name="**/*.xml" />
<include name="**/*.xsd" />
Expand Down

0 comments on commit cdfcc1d

Please sign in to comment.