You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/08 19:37:46 UTC

svn commit: r355168 - in /maven/maven-1/plugins/trunk/faq: plugin.jelly xdocs/index.xml

Author: ltheussl
Date: Thu Dec  8 10:37:44 2005
New Revision: 355168

URL: http://svn.apache.org/viewcvs?rev=355168&view=rev
Log:
Remove unnecessary dependencies for m1.0 compatibility.

Modified:
    maven/maven-1/plugins/trunk/faq/plugin.jelly
    maven/maven-1/plugins/trunk/faq/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/faq/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/plugin.jelly?rev=355168&r1=355167&r2=355168&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/faq/plugin.jelly Thu Dec  8 10:37:44 2005
@@ -20,7 +20,6 @@
 
 <project
   xmlns:j="jelly:core"
-  xmlns:maven="jelly:maven"
   xmlns:util="jelly:util"
   xmlns:x="jelly:xml"
   xmlns:ant="jelly:ant"
@@ -29,12 +28,6 @@
   xmlns:plugin="plugin"
   xmlns:assert="assert"
   xmlns:faq="faq">
-
-  <j:if test="${bootstrapping == null}">
-    <!-- fake test because the assert:assertPluginAvailable tag is avalaible in the maven-plugin-plugin 1.7 and newer. Thus maven will break if it's not present. -->  
-    <assert:assertPluginAvailable groupId="maven" artifactId="maven-plugin-plugin" minRelease="1.7" neededBy="${plugin.artifactId}"/>
-    <assert:assertPluginAvailable groupId="maven" artifactId="maven-xdoc-plugin" minRelease="1.9.2" neededBy="${plugin.artifactId}"/>
-  </j:if>
 
   <define:taglib uri="faq">
 

Modified: maven/maven-1/plugins/trunk/faq/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/index.xml?rev=355168&r1=355167&r2=355168&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/index.xml Thu Dec  8 10:37:44 2005
@@ -67,11 +67,13 @@
       </source>
     </section>
     <section name="Requirements">
-      <p>Be careful, the following plugins must be installed to use the FAQ plugin :</p>
-      <ul>
-        <li>maven-plugin-plugin 1.7 (at least)</li>
-        <li>maven-xdoc-plugin 1.9.2 (at least)</li>
-      </ul>
+      <p>
+        There are no special requirements for using this plugin.
+        However, there were some font-size and layout bugs in early versions
+        of the maven-xdoc-plugin (versions <= 1.9.1), for best results
+        we recommend to use the FAQ plugin together with
+        maven-xdoc-plugin 1.9.2 (at least).
+      </p>
     </section>
  </body>
 </document>