Repository: ant-ivyde Updated Branches: refs/heads/master 9b5c3e0a5 -> 0fc038a9c
fix updatesite doc Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/cb7c8e22 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/cb7c8e22 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/cb7c8e22 Branch: refs/heads/master Commit: cb7c8e229af2ad62adc0b4093fb6403ee95173d3 Parents: 9b5c3e0 Author: Nicolas Lalevée <[email protected]> Authored: Sun Jan 11 16:53:23 2015 +0100 Committer: Nicolas Lalevée <[email protected]> Committed: Sun Jan 11 16:53:23 2015 +0100 ---------------------------------------------------------------------- doc/dev/updatesite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/cb7c8e22/doc/dev/updatesite.html ---------------------------------------------------------------------- diff --git a/doc/dev/updatesite.html b/doc/dev/updatesite.html index 81d76d4..80d26c6 100644 --- a/doc/dev/updatesite.html +++ b/doc/dev/updatesite.html @@ -63,7 +63,7 @@ The updatesite is ready to be tested at: <tt>https://dist.apache.org/repos/dist/ <h2>In case of an unaccepted release</h2> In case the release has not been accepted by the PMC, don't forget to cleanup the svn repository. To do so, just run: -<pre>svn rm https://dist.apache.org/repos/dist/dev/ant/eclipse-updatesite/ivyde-$VERSION -m 'Remove rejected release' +<pre>svn rm https://dist.apache.org/repos/dist/dev/ant/ivyde/updatesite/ivyde-$VERSION -m 'Remove rejected release' </pre> <h1><a name="deployment"></a>Deployment of a release</h1>
