Navigation Menu

Skip to content

Commit

Permalink
add required whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 10, 2013
1 parent 6348752 commit 52dfbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/pom.xml
Expand Up @@ -402,7 +402,7 @@

<!-- copy the markdown docs into the site plugin -->
<echo>Hello</echo>
<copy tofile="${webapp-outdir}/index.html" file="${basedir}/src/main/webapp/index.html"overwrite="true">
<copy tofile="${webapp-outdir}/index.html" file="${basedir}/src/main/webapp/index.html" overwrite="true">
<filterchain>
<filterreader classname="org.apache.tools.ant.filters.ReplaceTokens">
<param type="token" name="VERSION" value="${project.version}"/>
Expand Down

0 comments on commit 52dfbc7

Please sign in to comment.