You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/03/03 08:01:35 UTC

svn commit: r156016 - in maven/maven-1/core/trunk/xdocs: project/components.xml reference/scripting.xml

Author: brett
Date: Wed Mar  2 23:01:33 2005
New Revision: 156016

URL: http://svn.apache.org/viewcvs?view=rev&rev=156016
Log:
fixes

Modified:
    maven/maven-1/core/trunk/xdocs/project/components.xml
    maven/maven-1/core/trunk/xdocs/reference/scripting.xml

Modified: maven/maven-1/core/trunk/xdocs/project/components.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/project/components.xml?view=diff&r1=156015&r2=156016
==============================================================================
--- maven/maven-1/core/trunk/xdocs/project/components.xml (original)
+++ maven/maven-1/core/trunk/xdocs/project/components.xml Wed Mar  2 23:01:33 2005
@@ -45,7 +45,7 @@
       </subsection>
       <subsection name="Maven Jelly Tag Library">
         <p>
-          The <a href="reference/maven-jelly-tags/index.html">Maven Jelly Tag Library</a> can be used from a Jelly based
+          The <a href="../reference/maven-jelly-tags/index.html">Maven Jelly Tag Library</a> can be used from a Jelly based
           application to perform the tasks of any of the <code>&lt;maven:*/&gt;</code> tags.
         </p>
       </subsection>

Modified: maven/maven-1/core/trunk/xdocs/reference/scripting.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/scripting.xml?view=diff&r1=156015&r2=156016
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/scripting.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/scripting.xml Wed Mar  2 23:01:33 2005
@@ -250,10 +250,12 @@
         The reference that contains all the dependencies in the classpath is <code>maven.dependency.classpath</code>.
         For example:
       </p>
-      <source><![CDATA[<javac ...><classpath refid="maven.dependency.classpath" /></javac>]]></source>
+      <source><![CDATA[<javac ...>
+  <classpath refid="maven.dependency.classpath" />
+</javac>]]></source>
       <p>
         If you need the path to a specific dependency, you can use the
-        <a href="../apidocs/org/apache/maven/project/Project.html#getDependencyClasspath()"><code>getDependencyPath()</code></a>
+        <a href="../apidocs/org/apache/maven/project/Project.html#getDependencyPath(String)"><code>getDependencyPath()</code></a>
         method. For example:
       </p>
       <source><![CDATA[<ant:path id="my-classpath">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org