Repository: jena Updated Branches: refs/heads/master 0df832acb -> 1d3d2204f
Update README Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/009b3218 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/009b3218 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/009b3218 Branch: refs/heads/master Commit: 009b3218b3d842687e620283fd01fee312dc0e5e Parents: 0df832a Author: Andy Seaborne <[email protected]> Authored: Wed May 11 13:36:12 2016 +0100 Committer: Andy Seaborne <[email protected]> Committed: Wed May 11 13:36:12 2016 +0100 ---------------------------------------------------------------------- jena-arq/README.txt | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/009b3218/jena-arq/README.txt ---------------------------------------------------------------------- diff --git a/jena-arq/README.txt b/jena-arq/README.txt index 237221e..000c234 100644 --- a/jena-arq/README.txt +++ b/jena-arq/README.txt @@ -7,16 +7,16 @@ or graph, including ones stored in databases. Download -------- -Also available via SVN: -https://svn.apache.org/repos/asf/jena/trunk/jena-arq +See +https://jena.apache.org/download/ + +Also available via git: +https://git-wip-us.apache.org/repos/asf/jena.git Maven: GroupId: org.apache.jena ArtifactId: jena-arq -Development repository: - https://repository.apache.org/content/repositories/snapshots/org/apache/jena/ - Online demos and services ------------------------- @@ -36,12 +36,10 @@ Installation The apache-jena distribution includes ARQ and all it's dependencies. It also includes scripts to run the command line tools. -http://www.apache.org/dist/jena/ +https://www.apache.org/dist/jena/ Unpack zip : it unpacks into a directory, including the version number. -Set environment variable ARQROOT to the path of this direrctory. - Maven Distribution ------------------ The maven repository contains the following files (for version VER) @@ -56,15 +54,6 @@ jena-arq-VER-tests.zip Datafiles for tests, and test scripts. jena-arq-VER.pom ARQ POM -jena-arq-VER.zip The complete distribution file (if available) -jena-arq-VER-source-release.zip Complete copy of the codebase at the release. - -To run tests, you will need 'jena-arq-VER.jar', 'jena-arq-VER-tests.jar' and all -dependences and to unpack 'jena-arq-VER-tests.zip' to get the "testing" data -directory and test scripts. - -Or download the distribution 'jena-arq-VER.zip'. - Running from the command line ----------------------------- @@ -113,11 +102,6 @@ ARQ.Net ARQ has been run under IKVM (http://www.ikvm.net/), using IKVM to translate the bytecodes to IL and using IKVM as a JVM. -Changes -------- - -See ChangeLog.txt - Support and Questions ---------------------
