Author: xavier
Date: Fri Jan 5 11:00:35 2007
New Revision: 493137
URL: http://svn.apache.org/viewvc?view=rev&rev=493137
Log:
small documentation fixes
Modified:
incubator/ivy/trunk/doc/doc/ivyfile/artifact.html
incubator/ivy/trunk/doc/doc/ivyfile/dependency-artifact.html
Modified: incubator/ivy/trunk/doc/doc/ivyfile/artifact.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/doc/ivyfile/artifact.html?view=diff&rev=493137&r1=493136&r2=493137
==============================================================================
--- incubator/ivy/trunk/doc/doc/ivyfile/artifact.html (original)
+++ incubator/ivy/trunk/doc/doc/ivyfile/artifact.html Fri Jan 5 11:00:35 2007
@@ -5,7 +5,7 @@
<script type="text/javascript" src="../../xooki/xooki.js"></script>
</head>
<body>
- <textarea id="xooki-source">
+ <textarea id="xooki-source">
<b>Tag:</b> artifact <b>Parent:</b> <a
href="../../doc/ivyfile/publications.html">publications</a>
Declares an artifact published by this module. This is especially useful for
other modules dependending on this one. They thus get all published artifacts
belonging to the configurations asked. Indeed, each published artifact declares
in which public configuration it is published. Thus a module depending on this
module only get artifacts marked with the asked configurations, taking into
account configurations extension (see <a
href="../../doc/ivyfile/conf.html">configuration declaration</a>).
@@ -68,7 +68,7 @@
<code type="xml">
<artifact name="foo"
url="http://www.acme.com/repository/barbaz/foo-1.2-bar.jar" />
</code>
-Declares an artifact foo, of type and extension 'jar' located at the url
<code>http://www.acme.com/repository/barbaz/foo-1.2-bar.jar</code>. This url
will only be used if the artifact cannot be found at its standard location.
+Declares an artifact foo, of type and extension 'jar' located at the url
http://www.acme.com/repository/barbaz/foo-1.2-bar.jar. This url will only be
used if the artifact cannot be found at its standard location.
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
</body>
Modified: incubator/ivy/trunk/doc/doc/ivyfile/dependency-artifact.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/doc/ivyfile/dependency-artifact.html?view=diff&rev=493137&r1=493136&r2=493137
==============================================================================
--- incubator/ivy/trunk/doc/doc/ivyfile/dependency-artifact.html (original)
+++ incubator/ivy/trunk/doc/doc/ivyfile/dependency-artifact.html Fri Jan 5
11:00:35 2007
@@ -5,7 +5,7 @@
<script type="text/javascript" src="../../xooki/xooki.js"></script>
</head>
<body>
- <textarea id="xooki-source">
+ <textarea id="xooki-source">
<b>Tag:</b> artifact <b>Parent:</b> <a
href="../../doc/ivyfile/dependency.html">dependency</a>
This feature gives you more control on a dependency for which you do not
control its ivy file.
@@ -70,7 +70,7 @@
<artifact name="baz" type="jar"
url="http://www.acme.com/repository/bar/baz-1.0-acme.jar"/>
</dependency>
</code>
-Same as above, except that if the artifact is not found at its standard
location, Ivy will use
<code>http://www.acme.com/repository/bar/baz-1.0-acme.jar</code> to download it.
+Same as above, except that if the artifact is not found at its standard
location, Ivy will use http://www.acme.com/repository/bar/baz-1.0-acme.jar to
download it.
</textarea>
<script type="text/javascript">xooki.postProcess();</script>