diff options
Diffstat (limited to 'docs/manual/tasks')
-rwxr-xr-x | docs/manual/tasks/importurl.html | 18 |
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>
<antcontrib:importurl repositoryUrl="http://www.antcontrib.org/ivyrep"
org="antcontrib"
module="common"
- rev="3.2"
- type="xml" />
+ rev="3.2" />
</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>
<project name="common">
|