use ivy to manage dependencies.
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@847 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
296a692075
commit
1177a1b61a
@ -111,7 +111,7 @@
|
||||
<!-- here is the version of ivy we will use. change this property to try a newer
|
||||
version if you want -->
|
||||
<property name="ivy.install.version" value="2.0.0-beta1" />
|
||||
<property name="ivy.jar.dir" value="${basedir}/ivy" />
|
||||
<property name="ivy.jar.dir" value="${user.home}/.ivy2/jars" />
|
||||
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
|
||||
|
||||
<target name="download-ivy" unless="skip.download">
|
||||
|
Loading…
Reference in New Issue
Block a user