vmassol 2004/11/02 10:55:30 Modified: dist plugin.properties dist/xdocs properties.xml changes.xml Log: Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>. Revision Changes Path 1.8 +0 -2 maven-plugins/dist/plugin.properties Index: plugin.properties =================================================================== RCS file: /home/cvs/maven-plugins/dist/plugin.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.properties 27 Aug 2004 11:15:05 -0000 1.7 +++ plugin.properties 2 Nov 2004 18:55:30 -0000 1.8 @@ -26,6 +26,4 @@ maven.dist.bin.assembly.dir=${maven.dist.assembly.dir}/bin/${maven.final.name} maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name} maven.dist.dir=${maven.build.dir}/distributions -maven.dist.tar.executable=tar -maven.dist.gunzip.executable=gunzip maven.dist.bin.artifact=${maven.final.name}.jar 1.6 +0 -10 maven-plugins/dist/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/maven-plugins/dist/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 27 Aug 2004 11:15:05 -0000 1.5 +++ properties.xml 2 Nov 2004 18:55:30 -0000 1.6 @@ -58,16 +58,6 @@ <td>The target directory that the final archive is placed in</td> </tr> <tr> - <td>maven.dist.tar.executable</td> - <td>yes - default is <code>tar</code>, found via the path.</td> - <td>The path to the tar executable on the remote server - must be GNU tar</td> - </tr> - <tr> - <td>maven.dist.gunzip.executable</td> - <td>yes - default is <code>gunzip</code>, found via the path.</td> - <td>The path to the gunzip executable on the remote server</td> - </tr> - <tr> <td>maven.dist.bin.artifact</td> <td>yes - default is <code>${maven.final.name}.jar</code>.</td> <td>The name of the binary artifact to include in distribution, relative to target dir.</td> 1.23 +1 -0 maven-plugins/dist/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/dist/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 21 Sep 2004 13:47:52 -0000 1.22 +++ changes.xml 2 Nov 2004 18:55:30 -0000 1.23 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.7-SNAPSHOT" date="in CVS"> + <action dev="vmassol" type="delete">Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>.</action> <action dev="brett" type="update">Make compatible with Maven 1.1</action> <action dev="carlos" type="add" issue="MPDIST-13">Added <code>maven.dist.bin.artifact</code> property.</action> <action dev="carlos" type="update">Don't generate ant build file, call maven-ant-plugin before or set a preGoal</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]