Letâs go asciidoc⦠Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/daadef53 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/daadef53 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/daadef53
Branch: refs/heads/master Commit: daadef5397a67b6fe1932eb00fc18220516c38ac Parents: 400c5dd Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 14:41:10 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 14:41:10 2018 +0100 ---------------------------------------------------------------------- README.adoc | 42 ++++++++++++++++++++++++++++++++++++++++++ README.txt | 42 ------------------------------------------ ReleaseInstructions | 2 -- ReleaseInstructions.adoc | 2 ++ 4 files changed, 44 insertions(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/daadef53/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..508b698 --- /dev/null +++ b/README.adoc @@ -0,0 +1,42 @@ + Apache IvyDE v2.2.0 + --------------------- + + +Supported Platforms +-------------------- + +IvyDE expects to run in a specified environment, please check the documentation: + doc/compatibility.html + + +Installation +------------- + +For most user who have access to the internet it is simpler to install the +latest release from the IvyDE updatesite. So just look out there: + http://ant.apache.org/ivy/ivyde/download.cgi + +If you want to install the zip distribution manually, see + doc/install.html + + +Getting Started +---------------- + +For an introduction to Apache IvyDE and how to use it, please read the documentation +located in the doc subdirectory: + doc/index.html + + +Licensing +--------- + +This software is licensed under the terms you may find in the file +named "LICENSE" in this directory. + + +Building +-------- + +To be able to build IvyDE yourself, go read that documentation: + doc/dev/build.html http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/daadef53/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt deleted file mode 100644 index 508b698..0000000 --- a/README.txt +++ /dev/null @@ -1,42 +0,0 @@ - Apache IvyDE v2.2.0 - --------------------- - - -Supported Platforms --------------------- - -IvyDE expects to run in a specified environment, please check the documentation: - doc/compatibility.html - - -Installation -------------- - -For most user who have access to the internet it is simpler to install the -latest release from the IvyDE updatesite. So just look out there: - http://ant.apache.org/ivy/ivyde/download.cgi - -If you want to install the zip distribution manually, see - doc/install.html - - -Getting Started ----------------- - -For an introduction to Apache IvyDE and how to use it, please read the documentation -located in the doc subdirectory: - doc/index.html - - -Licensing ---------- - -This software is licensed under the terms you may find in the file -named "LICENSE" in this directory. - - -Building --------- - -To be able to build IvyDE yourself, go read that documentation: - doc/dev/build.html http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/daadef53/ReleaseInstructions ---------------------------------------------------------------------- diff --git a/ReleaseInstructions b/ReleaseInstructions deleted file mode 100644 index d20eab4..0000000 --- a/ReleaseInstructions +++ /dev/null @@ -1,2 +0,0 @@ -ReleaseInstructions are in /doc/src/dev/release.adoc. - http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/daadef53/ReleaseInstructions.adoc ---------------------------------------------------------------------- diff --git a/ReleaseInstructions.adoc b/ReleaseInstructions.adoc new file mode 100644 index 0000000..d20eab4 --- /dev/null +++ b/ReleaseInstructions.adoc @@ -0,0 +1,2 @@ +ReleaseInstructions are in /doc/src/dev/release.adoc. +
