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/06/25 14:36:25 UTC

[6/6] jena git commit: JENA-1366: Merge commit 'refs/pull/265/head' of github.com:apache/jena

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

This closes #265.


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

Branch: refs/heads/master
Commit: e05e65cf05b9aae002d8d64c3a2d02bc76f00ac8
Parents: f9c0746 d983310
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Jun 25 15:10:20 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Jun 25 15:10:20 2017 +0100

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-basic/pom.xml          |  256 +
 jena-fuseki2/jena-fuseki-basic/run-sparqler     |    8 +
 .../jena-fuseki-basic/sparqler/data/books.ttl   |   46 +
 .../jena-fuseki-basic/sparqler/data/empty.nt    |    1 +
 .../sparqler/data/sparql-data.ttl               |  101 +
 .../sparqler/data/underground.ttl               | 8996 ++++++++++++++++++
 .../sparqler/log4j-foreground.properties        |   44 +
 .../sparqler/log4j-server.properties            |   44 +
 .../jena-fuseki-basic/sparqler/pages/D.nt       |    0
 .../jena-fuseki-basic/sparqler/pages/D.rdf      |    8 +
 .../jena-fuseki-basic/sparqler/pages/D.ttl      |    3 +
 .../sparqler/pages/crossdomain.xml              |    3 +
 .../sparqler/pages/data-validator.html          |   48 +
 .../jena-fuseki-basic/sparqler/pages/doc.css    |  127 +
 .../jena-fuseki-basic/sparqler/pages/fuseki.css |  148 +
 .../jena-fuseki-basic/sparqler/pages/index.html |   73 +
 .../sparqler/pages/iri-validator.html           |   22 +
 .../sparqler/pages/query-validator.html         |   71 +
 .../jena-fuseki-basic/sparqler/pages/query.html |   63 +
 .../jena-fuseki-basic/sparqler/pages/robots.txt |    2 +
 .../sparqler/pages/sparql.html                  |   51 +
 .../sparqler/pages/update-validator.html        |   46 +
 .../sparqler/pages/update.html                  |   27 +
 .../sparqler/pages/validator.html               |   35 +
 .../sparqler/pages/xml-to-html-links.xsl        |  183 +
 .../sparqler/pages/xml-to-html-plain.xsl        |  187 +
 .../sparqler/pages/xml-to-html.xsl              |  187 +
 .../jena-fuseki-basic/sparqler/run-sparqler     |   63 +
 .../apache/jena/fuseki/cmds/FusekiBasicCmd.java |  468 +
 .../apache/jena/fuseki/cmds/PlatformInfo.java   |  122 +
 .../validation/html/DataValidatorHTML.java      |    8 +-
 jena-fuseki2/pom.xml                            |    1 +
 32 files changed, 11440 insertions(+), 2 deletions(-)
----------------------------------------------------------------------