You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/03/27 19:15:17 UTC

[19/50] [abbrv] incubator-commonsrdf git commit: README: testing and simple not in Java6

README: testing and simple not in Java6


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/32c71b91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/32c71b91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/32c71b91

Branch: refs/heads/master
Commit: 32c71b911b95990779831abbd81ad6c064d80276
Parents: 72db3e1
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Mon Jan 26 09:49:43 2015 +0000
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Mon Jan 26 09:49:43 2015 +0000

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/32c71b91/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 554f129..ed643d6 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,8 @@ To then depend on the Java 6 edition in your Maven project, you need to use a sp
 Note that the Java 6 edition depends on the [Guava libraries](https://code.google.com/p/guava-libraries/) for providing the missing features. If you use the Java 6 version, your code will probably not be binary compatible with
 libraries compiled against the regular (Java 8) edition of the Commons RDF API. 
 
+The simple implementaton and testing (see below) are *not* included in the `-Pjava6` edition.
+
 
 ## Simple implementation