Repository: ant-ivyde Updated Branches: refs/heads/master 485e2697e -> 3a0b7781d
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/3a0b7781 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/3a0b7781 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/3a0b7781 Branch: refs/heads/master Commit: 3a0b7781db38681bba35a5b8da424c58c638a646 Parents: 485e269 Author: Gintas Grigelionis <[email protected]> Authored: Sat Jun 16 08:19:49 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Jun 16 08:19:49 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/3a0b7781/doc/src/dev/build.adoc ---------------------------------------------------------------------- diff --git a/doc/src/dev/build.adoc b/doc/src/dev/build.adoc index 70ce3d2..95052fb 100644 --- a/doc/src/dev/build.adoc +++ b/doc/src/dev/build.adoc @@ -27,7 +27,7 @@ You need first an Eclipse install which contains the PDE plugins (by default inc 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 target 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 somethink like: +Lots of ant target 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: [source] ----
