Author: maartenc
Date: Sun Jul 8 12:24:25 2007
New Revision: 554417
URL: http://svn.apache.org/viewvc?view=rev&rev=554417
Log:
IMPROVEMENT: Change default cache location (IVY-530)
Modified:
incubator/ivy/core/trunk/doc/configuration/conf.html
incubator/ivy/core/trunk/doc/tutorial/defaultconf.html
Modified: incubator/ivy/core/trunk/doc/configuration/conf.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/configuration/conf.html?view=diff&rev=554417&r1=554416&r2=554417
==============================================================================
--- incubator/ivy/core/trunk/doc/configuration/conf.html (original)
+++ incubator/ivy/core/trunk/doc/configuration/conf.html Sun Jul 8 12:24:25
2007
@@ -51,7 +51,7 @@
</thead>
<tbody>
<tr><td>defaultCache</td><td>a path to a directory to use as default
cache</td>
- <td>No, defaults to .ivy/cache in user home</td></tr>
+ <td>No, defaults to .ivy2/cache in user home</td></tr>
<tr><td>defaultResolver</td><td>the name of the default resolver to
use</td>
<td>No, but all modules should be configured in the modules section if
not provided</td></tr>
<tr><td>defaultLatestStrategy</td><td>the name of the default latest
strategy to use</td>
Modified: incubator/ivy/core/trunk/doc/tutorial/defaultconf.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/tutorial/defaultconf.html?view=diff&rev=554417&r1=554416&r2=554417
==============================================================================
--- incubator/ivy/core/trunk/doc/tutorial/defaultconf.html (original)
+++ incubator/ivy/core/trunk/doc/tutorial/defaultconf.html Sun Jul 8 12:24:25
2007
@@ -59,7 +59,7 @@
<h1>Setting up the repositories</h1>
Now that we have seen the objective of each of the three repositories, let's
see how they are setup and how to configure them to fit your needs.
-First, several repositories uses the same root in your filesystem. Referenced
as ${ivy.default.ivy.user.dir}, this is by default the directory .ivy in your
user home.
+First, several repositories uses the same root in your filesystem. Referenced
as ${ivy.default.ivy.user.dir}, this is by default the directory .ivy2 in your
user home.
Note that several things can be done by setting ivy variable. To set them
without defining your own ivysettings.xml file, you can:<ul>
<li>set an ant property before any call to ivy in your build file if you use
ivy from ant</li>