Repository: ant-ivyde Updated Branches: refs/heads/master 2505d3b1b -> 9b01208a4
A typo⦠Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/9b01208a Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/9b01208a Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/9b01208a Branch: refs/heads/master Commit: 9b01208a4dc8bcf401f1ab55760f71780cc4082f Parents: 2505d3b Author: Gintas Grigelionis <[email protected]> Authored: Sat Jun 16 08:58:34 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Jun 16 08:58:34 2018 +0200 ---------------------------------------------------------------------- doc/src/dev/build.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/9b01208a/doc/src/dev/build.adoc ---------------------------------------------------------------------- diff --git a/doc/src/dev/build.adoc b/doc/src/dev/build.adoc index 00be96e..17dd8e9 100644 --- a/doc/src/dev/build.adoc +++ b/doc/src/dev/build.adoc @@ -27,7 +27,7 @@ First, you need an Eclipse installation which contains the PDE plugins (e.g., an It is recommended to have an Eclipse installation dedicated to the build. So you will be able to have better control over the Ivy bundle installed there. And as the build cleans the internal cache of Eclipse, running an Eclipse and building with the same instance might cause some troubleshooting in the IDE. -Lots of Ant targets depends on that Eclipse installation, so they need a `baseLocation` property to be defined. Note that you can avoid specifying that property in each command line by having a `local.build.properties` file which contains something like: +Lots of Ant targets depend on that Eclipse installation, so they need a `baseLocation` property to be defined. Note that you can avoid specifying that property in each command line by having a `local.build.properties` file which contains something like: [source] ----
