summaryrefslogtreecommitdiffstats
path: root/docs/manual/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/tasks')
-rwxr-xr-xdocs/manual/tasks/importurl.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/manual/tasks/importurl.html b/docs/manual/tasks/importurl.html
index d302df5..f2b4bc2 100755
--- a/docs/manual/tasks/importurl.html
+++ b/docs/manual/tasks/importurl.html
@@ -110,6 +110,9 @@
rev="3.2" />
</code>
</pre>
+
+ would look for the file "antcontrib/common/jars/common-3.2.jar" in the IvyRep
+ repository.
<pre>
<code>
@@ -120,19 +123,26 @@
</code>
</pre>
+ would look for the file "antcontrib/common/jars/common-3.2.xml" in the IvyRep
+ repository.
+
<pre>
<code>
&lt;antcontrib:importurl repositoryUrl="http://www.antcontrib.org/ivyrep"
org="antcontrib"
module="common"
- rev="3.2"
- type="xml" /&gt;
+ rev="3.2" /&gt;
</code>
</pre>
-
+
+ would look for the located at
+ "http://www.antcontrib.org/ivyrep/antcontrib/common/jars/common-3.2.jar"
+
+<p>
The following build.xml may be packaged into a .jar with it's corresponding
build.properties file:
-
+</p>
+
<pre>
<code>
&lt;project name="common"&gt;