Mercurial > hg > callgraph
changeset 5:10fbf5f47408
Changed download location from https to http.
author | samer |
---|---|
date | Sat, 12 Apr 2014 12:45:41 +0100 |
parents | 2e64e4f14d12 |
children | 172d152c7588 |
files | .swipl_history pack.pl |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.swipl_history Sun Mar 23 16:26:18 2014 +0000 +++ b/.swipl_history Sat Apr 12 12:45:41 2014 +0100 @@ -6,8 +6,12 @@ pack_install('https://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.1.tgz'). end_of_file. % Start: Sun Mar 23 16:24:49 2014 - argv=[]. - pack_install('https://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.1.tgz'). pack_remove(callgraph). pack_install('https://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.1.tgz'). end_of_file. +% Start: Sun Mar 23 16:26:36 2014 - argv=[]. + +pack_install('https://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.1.tgz'). +use_module(library(callgraph)). +end_of_file.
--- a/pack.pl Sun Mar 23 16:26:18 2014 +0000 +++ b/pack.pl Sat Apr 12 12:45:41 2014 +0100 @@ -3,5 +3,5 @@ author('Samer Abdallah','s.abdallah@ucl.ac.uk'). title('Predicate call graph visualisation'). keywords([cross_referencing,graph,visualisation,dot]). -download('https://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.tgz'). +download('http://code.soundsoftware.ac.uk/projects/callgraph/repository/raw/release/callgraph-0.2.tgz').