Skip to content

Commit 4813f4d

Browse files
author
James Leigh
authored
Merge pull request eclipse-rdf4j#1 from jamesrdf/issues/eclipse-rdf4j#915-split-project
Fix eclipse-rdf4j#915: split project
2 parents 4a51d7f + d13f526 commit 4813f4d

File tree

6,514 files changed

+120
-382606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,514 files changed

+120
-382606
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22
jdk:
33
- oraclejdk8
4-
script: mvn verify
4+
script: travis_wait mvn verify
55
branches:
66
only:
77
- master

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Welcome to the RDF4J code repository
1+
# Welcome to the RDF4J Storage repository
22

3-
[![Build Status](https://travis-ci.org/eclipse/rdf4j.svg?branch=master)](https://travis-ci.org/eclipse/rdf4j)
3+
[![Build Status](https://travis-ci.org/eclipse/rdf4j-storage.svg?branch=master)](https://travis-ci.org/eclipse/rdf4j-storage)
44

5-
This is the main code repository for the Eclipse RDF4J project. Please see
6-
[RDF4J.org](http://rdf4j.org) for detailed information about RDF4J, including
5+
This is the storage code repository for the Eclipse RDF4J project. More code can be found in
6+
* [rdf4j-client](https://github.com/eclipse/rdf4j) containing parsers and client libraries
7+
* [rdf4j-tools](https://github.com/eclipse/rdf4j-tools) containing server and console
8+
* [rdf4j-testsuite](https://github.com/eclipse/rdf4j-testsuite) containing common tests and benchmarks
9+
10+
Please see [RDF4J.org](http://rdf4j.org) for detailed information about RDF4J, including
711
user documentation and [downloads of the latest release](http://rdf4j.org/download).
812

913
[![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/rdf4j.png)](https://kiwiirc.com/client/irc.freenode.net/?nick=rdf4j-user|?#rdf4j)
@@ -16,7 +20,7 @@ guidelines](https://github.com/eclipse/rdf4j/blob/master/.github/CONTRIBUTING.md
1620
The short version:
1721

1822
1. Digitally sign the [Eclipse Contributor Agreement (ECA)](https://www.eclipse.org/legal/ECA.php). You can do this by logging into the [Eclipse projects forge](http://www.eclipse.org/contribute/cla); click on "Eclipse Contributor Agreement"; and Complete the form. Be sure to use the same email address when you register for the account that you intend to use on Git commit records. See the [ECA FAQ](https://www.eclipse.org/legal/ecafaq.php) for more info.
19-
2. Create an issue in the [RDF4J GitHub issue tracker](https://github.com/eclipse/rdf4j/issues) that describes your improvement, new feature, or bug fix.
23+
2. Create an issue in the [RDF4J GitHub issue tracker](https://github.com/eclipse/rdf4j-storage/issues) that describes your improvement, new feature, or bug fix.
2024
3. Fork the GitHub repository.
2125
4. Create a new branch (starting from master) for your issue.
2226
5. Make your changes on this branch. Apply the [RDF4J code formatting guidelines](https://github.com/eclipse/rdf4j/blob/master/.github/CONTRIBUTING.md#code-formatting). Don't forget to include unit tests.

benchmark/pom.xml

Lines changed: 0 additions & 84 deletions
This file was deleted.

benchmark/runBenchmarks.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

benchmark/src/main/java/org/eclipse/rdf4j/benchmark/ForwardChainingRDFSInferencerBenchmark.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

benchmark/src/main/java/org/eclipse/rdf4j/benchmark/ForwardChainingSchemaCachingRDFSInferencerBenchmark.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

benchmark/src/main/java/org/eclipse/rdf4j/benchmark/InitializationBenchmark.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

benchmark/src/main/java/org/eclipse/rdf4j/benchmark/NoReasoningBenchmark.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)