Author: brett
Date: Sat Sep 3 17:16:27 2005
New Revision: 267522
URL: http://svn.apache.org/viewcvs?rev=267522&view=rev
Log:
PR: MPJDIFF-8
Submitted by: Phil Steitz
improve documentation
Modified:
maven/maven-1/plugins/trunk/jdiff/plugin.properties
maven/maven-1/plugins/trunk/jdiff/xdocs/index.xml
maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml
Modified: maven/maven-1/plugins/trunk/jdiff/plugin.properties
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/plugin.properties?rev=267522&r1=267521&r2=267522&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/jdiff/plugin.properties Sat Sep 3 17:16:27 2005
@@ -17,7 +17,7 @@
# -------------------------------------------------------------------
# P L U G I N P R O P E R I E S
# -------------------------------------------------------------------
-# jdiff plugin. use any valid cvs labels to compare between
+# jdiff plugin. use any valid tag names to compare between
# or 'CURRENT' to compare against your current filesystem.
# -------------------------------------------------------------------
maven.jdiff.old.tag=CURRENT
Modified: maven/maven-1/plugins/trunk/jdiff/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/xdocs/index.xml?rev=267522&r1=267521&r2=267522&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/xdocs/index.xml Sat Sep 3 17:16:27 2005
@@ -20,7 +20,7 @@
<document>
<properties>
- <title>Maven NSIS Plug-in</title>
+ <title>Maven JDIff Plug-in</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
@@ -29,7 +29,8 @@
<subsection name="Overview of the Maven JDiff Plugin Documentation">
<p>
This plugin is used to generate an API difference report between two
- versions of code.
+ versions of code. See the <a href="http://www.jdiff.org/">JDiff home
+ page</a> for more information on JDiff.
</p>
<table>
<tr><th>Document</th><th>Description</th></tr>
Modified: maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml?rev=267522&r1=267521&r2=267522&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml Sat Sep 3 17:16:27
2005
@@ -35,19 +35,29 @@
<td>maven.jdiff.old.tag</td>
<td>Yes</td>
<td>
- <p>Default value is
- <code>CURRENT</code>.</p>
+ The scm tag of the sources for the "old" API. The default value
+ <code>CURRENT</code>. When set to the default value, the files in
+ ${pom.build.sourceDirectory} are used as the "old" sources;
+ otherwise the scm plugin is used to check out the tag, using
+ ${pom.repository.connection}, the tag name and other <a href=
+ "http://maven.apache.org/reference/plugins/scm/properties.html">
+ scm plugin properties</a>.
</td>
</tr>
<tr>
<td>maven.jdiff.new.tag</td>
<td>Yes</td>
<td>
- <p>Default value is
- <code>HEAD</code>.</p>
+ The scm tag of the sources for the "new" API. The default value
+ <code>HEAD</code>. When set to "CURRENT", the files in
+ ${pom.build.sourceDirectory} are used as the "new" sources;
+ otherwise the scm plugin is used to check out the tag, using
+ ${pom.repository.connection}, the tag name and other <a href=
+ "http://maven.apache.org/reference/plugins/scm/properties.html">
+ scm plugin properties</a>.
</td>
</tr>
</table>
</section>
</body>
-</document>
\ No newline at end of file
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]