Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Updating the ivy-bda.src.url.base to specify the protocol as https://…
Browse files Browse the repository at this point in the history
… instead of http://. http:// redirects to https:// which does not gel well with build tools like ANT.

Former-commit-id: 2750d76b23ce4d523d7704e8825aba00a7ef76eb
  • Loading branch information
kanchink committed Oct 24, 2011
1 parent 19bef67 commit 18286d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/bda-download/bda-ivy-2.0.0-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This ant build file downloads the bda project from the official NCICB Ivy Reposi
<property name="ivy.bda.file" value="ivy-bda-2.0.0.xml"/>

<property name="ivy.src.url" value="http://gforge.nci.nih.gov/svnroot/commonlibrary/trunk/ivy-repo/apache/ivy/2.0.0/${ivy.jar.file}"/>
<property name="ivy-bda.src.url.base" value="http://ncisvn.nci.nih.gov/svn/automation/trunk/software/bda-download"/>
<property name="ivy-bda.src.url.base" value="https://ncisvn.nci.nih.gov/svn/automation/trunk/software/bda-download"/>

<property name="ivy.dest.file" value="${lib.dir}/${ivy.jar.file}"/>
<!-- Paths-->
Expand Down

0 comments on commit 18286d1

Please sign in to comment.