You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/01/22 23:43:08 UTC

svn commit: r614363 - /ant/core/trunk/docs/manual/CoreTasks/ear.html

Author: mbenson
Date: Tue Jan 22 14:43:07 2008
New Revision: 614363

URL: http://svn.apache.org/viewvc?rev=614363&view=rev
Log:
remove duped index attr

Modified:
    ant/core/trunk/docs/manual/CoreTasks/ear.html

Modified: ant/core/trunk/docs/manual/CoreTasks/ear.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/ear.html?rev=614363&r1=614362&r2=614363&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/ear.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/ear.html Tue Jan 22 14:43:07 2008
@@ -154,17 +154,6 @@
     <td valign="top" align="center">No</td>
   </tr>
   <tr>
-    <td valign="top">index</td>
-    <td valign="top">whether to create an <A
-    HREF="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index">index
-    list</A> to speed up classloading.  This is a JDK 1.3+ specific
-    feature.  Unless you specify additional jars with nested <a
-    href="#indexjars"><code>indexjars</code></a> elements, only the
-    contents of this jar will be included in the index.  Defaults to
-    false.</td>
-    <td valign="top" align="center">No</td>
-  </tr>
-  <tr>
     <td valign="top">update</td>
     <td valign="top">indicates whether to update or overwrite
       the destination file if it already exists.  Default is &quot;false&quot;.</td>