diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html
index 4960b8a62..9062d8202 100644
--- a/docs/ant_in_anger.html
+++ b/docs/ant_in_anger.html
@@ -396,7 +396,8 @@ Ant can Jar, Tar or Zip files for deployment, while the
War task extends the jar task
-for better servlet deployment. Jlink is a
+for better servlet deployment.
+Jlink is a
jar generation file which lets you merge multiple sub jars. This is
ideal for a build process in which separate jars are generated by sub
projects, yet the final output is a merged jar.
Exports Java source files, class files and/or resources from the workspace
to the file system. Exports can be specified by giving the VAJ project
-name and package name(s). This works very similar to
-FileSets. Description:
Added documentation of new remote feature. |