Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-11-02 18:55:30 +00:00
parent a3455dc1f2
commit 4c08eb08ba
3 changed files with 1 additions and 12 deletions

View File

@ -26,6 +26,4 @@ maven.dist.src.archive.dir=${maven.dist.assembly.dir}/src
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

View File

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

View File

@ -57,16 +57,6 @@
<td>yes - default is ${maven.build.dir}/distributions</td>
<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>