Repository: vxquery Updated Branches: refs/heads/prestonc/basex 7442e79d7 -> 5a82cb023
I removed paths specific to my machine and added more generic examples. Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/5a82cb02 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/5a82cb02 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/5a82cb02 Branch: refs/heads/prestonc/basex Commit: 5a82cb02353c9412c379f610df15e44b534aba2b Parents: 7442e79 Author: Preston Carman <[email protected]> Authored: Mon Oct 26 12:09:56 2015 -0700 Committer: Preston Carman <[email protected]> Committed: Mon Oct 26 12:09:56 2015 -0700 ---------------------------------------------------------------------- .../noaa-ghcn-daily/other_systems/basex_scripts/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/5a82cb02/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_scripts/README ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_scripts/README b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_scripts/README index 1d371b5..1b910db 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_scripts/README +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_scripts/README @@ -4,6 +4,6 @@ The options attempt to match the processing and output of VXQuery. # Local Options CHOP = false -DBPATH = /home/ecarman/disk1/basex/BaseXData -REPOPATH = /home/ecarman/disk1/basex/BaseXRepo -WEBPATH = /home/ecarman/disk1/basex/BaseXWeb +DBPATH = /path/to/basex/BaseXData +REPOPATH = /path/to/basex/BaseXRepo +WEBPATH = /path/to/basex/BaseXWeb
