ivyde is now under git Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/4953a50e Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/4953a50e Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/4953a50e
Branch: refs/heads/master Commit: 4953a50e128772b14b2d416a3d98d65c28d31e89 Parents: cb7c8e2 Author: Nicolas Lalevée <[email protected]> Authored: Sun Jan 11 16:53:43 2015 +0100 Committer: Nicolas Lalevée <[email protected]> Committed: Sun Jan 11 16:53:43 2015 +0100 ---------------------------------------------------------------------- doc/dev/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/4953a50e/doc/dev/build.html ---------------------------------------------------------------------- diff --git a/doc/dev/build.html b/doc/dev/build.html index c6a7b36..fb099e0 100644 --- a/doc/dev/build.html +++ b/doc/dev/build.html @@ -49,9 +49,9 @@ The IvyDE plugins depends on the Apache Ivy 2.0 OSGi bundle. So the Ivy bundle h <h1><a name="build"></a>Building</h1> -First somehow you got some sources, for instance from the ASF subversion repository: +First somehow you got some sources, for instance from the ASF git repository: <code> -svn co https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk ivyde-trunk +git clone http://git.apache.org/ant-ivyde.git ivyde </code> or get directly the released sources from the <a href="../../download.cgi#sources">distribution</a>.
