diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index f7c674856..89196e067 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -283,14 +283,14 @@ empty or only contain files inside the META-INF directory.
since ant 1.7.0
- The nested server
element specifies a service.
- Services are described by
+ The nested service
element specifies a service.
+ Services are described by
http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider.
The approach is to have providers JARs include files named by the service
provided, for example,
META-INF/services/javax.script.ScriptEngineFactory
which can include implementation class names, one per line (usually just one per JAR).
-
+
The name of the
service is set by the "type" attribute. The classname implementing
the service is the the "provider" attribute, or it one wants to
@@ -405,4 +405,4 @@ Sealed: false
</jar>