bodewig     2003/10/13 06:44:56

  Modified:    docs     faq.html
               xdocs    faq.xml
  Log:
  Typo
  
  Revision  Changes    Path
  1.83      +3 -3      ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/faq.html,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- faq.html  13 Oct 2003 13:42:16 -0000      1.82
  +++ faq.html  13 Oct 2003 13:44:55 -0000      1.83
  @@ -239,7 +239,7 @@
     How can I include national characters like German
           umlauts in my build file?
         </a></li>
  -                <li><a href="#encoding">
  +                <li><a href="#use-zip-instead-of-jar">
     How do I use <code>jar</code>'s <code>M</code> switch?
         I don't want a MANIFEST.
         </a></li>
  @@ -857,13 +857,13 @@
   &lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;
   </pre>
                       <p class="faq">
  -      <a name="encoding"></a>
  +      <a name="use-zip-instead-of-jar"></a>
         How do I use <code>jar</code>'s <code>M</code> switch?
         I don't want a MANIFEST.
       </p>
                     <p>A JAR archive is a ZIP file, so if you don't want a
           MANIFEST you can simply use <code>&lt;zip&gt;</code>.</p>
  -                        <p>If your filenames contain national characters you 
should
  +                        <p>If your file names contain national characters 
you should
           know that Sun's <code>jar</code> utility like Ant's
           <code>&lt;jar&gt;</code> uses UFT8 to encode their names while
           <code>&lt;zip&gt;</code> uses your platforms default encoding.
  
  
  
  1.42      +2 -2      ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- faq.xml   13 Oct 2003 13:42:16 -0000      1.41
  +++ faq.xml   13 Oct 2003 13:44:56 -0000      1.42
  @@ -524,7 +524,7 @@
         </answer>
       </faq>
   
  -    <faq if="use-zip-instead-of-jar">
  +    <faq id="use-zip-instead-of-jar">
         <question>How do I use <code>jar</code>&apos;s <code>M</code> switch?
         I don&apos;t want a MANIFEST.</question>
   
  @@ -532,7 +532,7 @@
           <p>A JAR archive is a ZIP file, so if you don&apos;t want a
           MANIFEST you can simply use <code>&lt;zip&gt;</code>.</p>
   
  -        <p>If your filenames contain national characters you should
  +        <p>If your file names contain national characters you should
           know that Sun&apos;s <code>jar</code> utility like Ant&apos;s
           <code>&lt;jar&gt;</code> uses UFT8 to encode their names while
           <code>&lt;zip&gt;</code> uses your platforms default encoding.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to