diff --git a/CHANGES.txt b/CHANGES.txt index b98bffaf..81ed2c9a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -124,6 +124,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br trunk ===================================== +- DOCUMENTATION: remove deprecated defaultCache setting from examples (IVY-1273) (thanks to Joseph Boyd) - DOCUMENTATION: link to FAQ is incorrect in distribution files (IVY-793) (thanks to Joseph Boyd) - DOCUMENTATION: The tag version-matchers is missing attribute in documentation (IVY-1292) (thanks to Per Arnold Blaasmo) - DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265) diff --git a/doc/settings.html b/doc/settings.html index 577d504a..7f978b8d 100644 --- a/doc/settings.html +++ b/doc/settings.html @@ -33,7 +33,8 @@ Here is an example of the settings file: - + + diff --git a/doc/tutorial/build-repository/basic.html b/doc/tutorial/build-repository/basic.html index edbfdedd..9f1c5667 100644 --- a/doc/tutorial/build-repository/basic.html +++ b/doc/tutorial/build-repository/basic.html @@ -32,9 +32,9 @@ The ivy settings file that we will use is very simple here. It defines two resol - + diff --git a/doc/tutorial/dependence.html b/doc/tutorial/dependence.html index 1b8b1fca..e76dbaef 100644 --- a/doc/tutorial/dependence.html +++ b/doc/tutorial/dependence.html @@ -83,7 +83,8 @@ Let's have a look at the ivysettings.xml file: - + + diff --git a/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml b/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml index cb8c2399..f20f53a3 100644 --- a/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml +++ b/src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml @@ -17,9 +17,9 @@ under the License. --> - + - + diff --git a/src/example/dependence/settings/ivysettings.xml b/src/example/dependence/settings/ivysettings.xml index 7a5376d2..e06d437a 100644 --- a/src/example/dependence/settings/ivysettings.xml +++ b/src/example/dependence/settings/ivysettings.xml @@ -18,7 +18,8 @@ --> - + +