Author: ltheussl Date: Mon Feb 6 23:11:05 2006 New Revision: 375524 URL: http://svn.apache.org/viewcvs?rev=375524&view=rev Log: Fix outdated links
Modified: maven/maven-1/plugins/trunk/ear/xdocs/faq.fml maven/maven-1/plugins/trunk/ear/xdocs/navigation.xml maven/maven-1/plugins/trunk/ear/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/ear/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/xdocs/faq.fml?rev=375524&r1=375523&r2=375524&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ear/xdocs/faq.fml (original) +++ maven/maven-1/plugins/trunk/ear/xdocs/faq.fml Mon Feb 6 23:11:05 2006 @@ -33,7 +33,7 @@ </li> <li> Alternatively, you can use the - <a href="http://maven.apache.org/reference/project-descriptor.html#resources">resources element</a> + <a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html">resources element</a> of the <code>project.xml</code> to specify resource across various directories, just as you would for a jar or war project. </li> Modified: maven/maven-1/plugins/trunk/ear/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/xdocs/navigation.xml?rev=375524&r1=375523&r2=375524&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ear/xdocs/navigation.xml (original) +++ maven/maven-1/plugins/trunk/ear/xdocs/navigation.xml Mon Feb 6 23:11:05 2006 @@ -29,7 +29,7 @@ <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/> <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/> <item name="Maven 2.0" href="http://maven.apache.org/"/> - <item name="Ear" href="http://java.sun.com/j2ee/"/> + <item name="Ear" href="http://java.sun.com/javaee/"/> </links> <menu name="Overview"> <item name="Goals" href="/goals.html"/> Modified: maven/maven-1/plugins/trunk/ear/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/xdocs/properties.xml?rev=375524&r1=375523&r2=375524&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ear/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/ear/xdocs/properties.xml Mon Feb 6 23:11:05 2006 @@ -137,14 +137,14 @@ <td>maven.build.dir</td> <td>where the component will be assembled</td> <td> - <a href="../java/properties.html#Other Settings">maven.build.dir</a> + <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/properties.html#Other_Settings">maven.build.dir</a> </td> </tr> <tr> <td>maven.final.name</td> <td>The assembled component will be <code>${maven.build.dir}/${maven.final.name}.ear</code></td> <td> - <a href="../java/properties.html#Other Settings">maven.final.name</a> + <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/properties.html#Other_Settings">maven.final.name</a> </td> </tr> </table>