diff options
author | mattinger <[email protected]> | 2006-08-24 05:14:05 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2006-08-24 05:14:05 +0000 |
commit | 75fb4207b9d66589dc9b94bdf1b04ab700ae3c35 (patch) | |
tree | 7857eaba2a90b82fb50eff05893c0829d05d725c /docs | |
parent | fe78b4b2f629e06d852b3558b33b07905c4b86cd (diff) |
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@42 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'docs')
-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">
|