brett       2004/10/29 20:03:10

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH faq.fml
  Log:
  FAQ clean up
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.4.12  +4 -8      maven/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.fml,v
  retrieving revision 1.5.4.11
  retrieving revision 1.5.4.12
  diff -u -r1.5.4.11 -r1.5.4.12
  --- faq.fml   27 Oct 2004 11:16:37 -0000      1.5.4.11
  +++ faq.fml   30 Oct 2004 03:03:09 -0000      1.5.4.12
  @@ -238,6 +238,7 @@
           </p>
         </answer>
       </faq>
  +
       <faq id="transitive-dependencies">
         <question>Do I need to specify all the dependencies in the POM?</question>
         <answer>
  @@ -308,14 +309,6 @@
         </answer>
       </faq>
       
  -    <faq id="javadoc-14">
  -      <question>Why does JavaDoc generation fail under Java 1.4?</question>
  -      <answer>
  -        This is a known problem and we are working to resolve the
  -        issue.
  -      </answer>
  -    </faq>
  -
       <faq id="changelog-no-local-copy">
         <question>Why does change log ask me to check out the source code?</question>
         <answer>
  @@ -386,6 +379,9 @@
     <artifactId>xalan</artifactId> 
     <version>2.3.1</version> 
     <url>http://xml.apache.org/xalan/</url> 
  +  <properties>
  +    <classloader>root</classloader>
  +  </properties>
   </dependency>
          ]]></source>
         </answer>
  
  
  

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

Reply via email to