diff --git a/docs/manual/CoreTasks/antjar.html b/docs/manual/CoreTasks/antjar.html index 517a0db42..57f20fe0d 100644 --- a/docs/manual/CoreTasks/antjar.html +++ b/docs/manual/CoreTasks/antjar.html @@ -69,7 +69,7 @@ as the SystemId for the document.

Nested elements

See the nested elements of the Jar task.

Examples

-
  <jar file="${dist}/lib/app.jar" 
+
  <antjar file="${dist}/lib/app.jar" 
        antxml="${src}/applib.xml" basedir="${build}/classes"/>

jars all files in the ${build}/classes directory into a file called app.jar in the ${dist}/lib directory and