You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/10/09 12:26:32 UTC

[5/5] jena git commit: JENA-1399: Merge commit 'refs/pull/283/head' of github.com:apache/jena

JENA-1399: Merge commit 'refs/pull/283/head' of github.com:apache/jena

This closes #283.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9c30eca0
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9c30eca0
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9c30eca0

Branch: refs/heads/master
Commit: 9c30eca0ec212d624414eb77251fb1f6fd2ae7d3
Parents: 030398c 3f295fe
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Oct 9 13:25:27 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Oct 9 13:25:27 2017 +0100

----------------------------------------------------------------------
 .gitattributes                            |   5 ++
 apache-jena/bat/tdb2_tdbbackup.bat        |  18 +++++
 apache-jena/bat/tdb2_tdbcompact.bat       |  18 +++++
 apache-jena/bat/tdb2_tdbdump.bat          |  18 +++++
 apache-jena/bat/tdb2_tdbloader.bat        |  18 +++++
 apache-jena/bat/tdb2_tdbquery.bat         |  18 +++++
 apache-jena/bat/tdb2_tdbupdate.bat        |  18 +++++
 apache-jena/bin/jena                      | 101 +++++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbbackup            |  89 ++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbcompact           |  89 ++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbdump              |  89 ++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbloader            |  89 ++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbquery             |  89 ++++++++++++++++++++++
 apache-jena/bin/tdb2.tdbupdate            |  89 ++++++++++++++++++++++
 apache-jena/cmd-maker                     |  39 ++++++++++
 jena-cmds/src/main/java/arq/version.java  |  29 -------
 jena-cmds/src/main/java/jena/version.java |  23 ++----
 17 files changed, 794 insertions(+), 45 deletions(-)
----------------------------------------------------------------------