Author: jhm
Date: Tue Sep 26 23:21:47 2006
New Revision: 450341
URL: http://svn.apache.org/viewvc?view=rev&rev=450341
Log:
typo
Modified:
ant/core/trunk/docs/manual/CoreTasks/jar.html
Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/jar.html?view=diff&rev=450341&r1=450340&r2=450341
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/jar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/jar.html Tue Sep 26 23:21:47 2006
@@ -283,14 +283,14 @@
<p><em>since ant 1.7.0</em></p>
<p>
- The nested <code>server</code> element specifies a service.
- Services are described by
+ The nested <code>service</code> element specifies a service.
+ Services are described by
<a
href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider">http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider</a>.
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 @@
</jar>
</pre></blockquote>
</body>
-</html>
+</html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]