Skip to content

Commit b1cc29b

Browse files
author
James Leigh
committed
Fix eclipse-rdf4j#915: Keep only sail related modules
Signed-off-by: James Leigh <james.leigh@ontotext.com>
1 parent 3883b1d commit b1cc29b

File tree

2,099 files changed

+117
-170226
lines changed

Some content is hidden

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

2,099 files changed

+117
-170226
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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. More code can be found in
6-
* [rdf4j-tools](https://github.com/eclipse/rdf4j-tools) containings server and console
7-
* [rdf4j-testsuite](https://github.com/eclipse/rdf4j-testsuite) containings common tests and benchmarks
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
89

910
Please see [RDF4J.org](http://rdf4j.org) for detailed information about RDF4J, including
1011
user documentation and [downloads of the latest release](http://rdf4j.org/download).
@@ -19,7 +20,7 @@ guidelines](https://github.com/eclipse/rdf4j/blob/master/.github/CONTRIBUTING.md
1920
The short version:
2021

2122
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.
22-
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.
2324
3. Fork the GitHub repository.
2425
4. Create a new branch (starting from master) for your issue.
2526
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.

client/pom.xml

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

compliance/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.eclipse.rdf4j</groupId>
7-
<artifactId>rdf4j-compliance</artifactId>
7+
<artifactId>rdf4j-storage-compliance</artifactId>
88
<version>2.3-SNAPSHOT</version>
99
</parent>
1010

compliance/geosparql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>org.eclipse.rdf4j</groupId>
8-
<artifactId>rdf4j-compliance</artifactId>
8+
<artifactId>rdf4j-storage-compliance</artifactId>
99
<version>2.3-SNAPSHOT</version>
1010
</parent>
1111

0 commit comments

Comments
 (0)