Skip to content

Commit

Permalink
LPS-53995 Allow ivy home to be outside of version control
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnlok authored and brianchandotcom committed Mar 5, 2015
1 parent 30e3445 commit b3389ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build-common-ivy.xml
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE project>

<project name="build-common-ivy" xmlns:antelope="antlib:ise.antelope.tasks" xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="ivy.home" value="${project.dir}/.ivy" />

<macrodef name="mirrors-get">
<attribute name="dest" />
<attribute default="false" name="ignoreerrors" />
Expand Down
1 change: 1 addition & 0 deletions build.properties
Expand Up @@ -139,6 +139,7 @@

ivy.cache.ttl.default=eternal
ivy.custom.settings.file=${project.dir}/ivy-settings.xml
ivy.home=${project.dir}/.ivy
ivy.jar.url=http://cdn.repository.liferay.com/nexus/content/repositories/liferay-snapshots-ce/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar
ivy.version=2.3.0.LIFERAY-PATCHED-1-SNAPSHOT

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -1027,7 +1027,7 @@
auto.deploy.dir=${liferay.home}/osgi/apps
clean.delete.ivy.md5=true
clean.delete.lib=true
ivy.home=${project.dir}/.ivy
ivy.home=${ivy.home}
junit.test.excludes=${junit.test.excludes}
liferay.home=${liferay.home}
lp.portal.project.dir=${project.dir}
Expand Down

0 comments on commit b3389ef

Please sign in to comment.