Remove unnecessary dependencies for m1.0 compatibility.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-12-08 18:37:44 +00:00
parent 06fe726cf7
commit 491345ccfa
2 changed files with 7 additions and 12 deletions

View File

@ -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"
@ -30,12 +29,6 @@
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">
<!--

View File

@ -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>