Repository: ant-ivyde Updated Branches: refs/heads/master 91b262093 -> 166d8668c
Update the documentation Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/166d8668 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/166d8668 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/166d8668 Branch: refs/heads/master Commit: 166d8668c83617b1acc35a23c66447776f5340c0 Parents: 91b2620 Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 14:53:40 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 14:53:40 2018 +0100 ---------------------------------------------------------------------- doc/src/install.adoc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/166d8668/doc/src/install.adoc ---------------------------------------------------------------------- diff --git a/doc/src/install.adoc b/doc/src/install.adoc index b91240a..27605a5 100644 --- a/doc/src/install.adoc +++ b/doc/src/install.adoc @@ -28,8 +28,8 @@ http://ant.apache.org/ivy/ivyde/download.cgi So you should have the zip distribution of Apache IvyDE in which you should find these files: -* features/org.apache.ivyde.feature_2.1.0.XXXX.jar -* plugins/org.apache.ivyde.eclipse_2.1.0.XXXX.jar +* features/org.apache.ivyde.feature_2.2.0.XXXX.jar +* plugins/org.apache.ivyde.eclipse_2.2.0.XXXX.jar You can then install them by copying them respectively in the $ECLIPSE_HOME/features and the $ECLIPSE_HOME/plugins: [source] @@ -40,13 +40,12 @@ cp plugins/* $ECLIPSE_HOME/plugins === Install the latest Apache Ivy bundle -Get the latest Apache Ivy feature and bundle for the updatesite: +Get the latest Apache Ivy build for the updatesite: -* the link:[preferred]/ant/ivyde/updatesite/features[features folder] -* the link:[preferred]/ant/ivyde/updatesite/plugins[plugins folder] +* the link:https://builds.apache.org/view/All/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build/[latest successful build] -And then just copy them respectively in the `$ECLIPSE_HOME/features` and the `$ECLIPSE_HOME/plugins` folders. +Then unpack the zip file and use as local update site. === Restart Eclipse -After installing manually your plugins, you have to restart your Eclipse to have it take into account the changes. It is recommended to restart it with the -clean option on the command line. +After installing manually your plugins, you have to restart your Eclipse to have it take into account the changes. It is recommended to restart it with the `-clean` option on the command line.
