You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by to...@apache.org on 2017/03/07 11:05:13 UTC

svn commit: r1785829 - /sling/trunk/contrib/extensions/distribution/README.md

Author: tommaso
Date: Tue Mar  7 11:05:12 2017
New Revision: 1785829

URL: http://svn.apache.org/viewvc?rev=1785829&view=rev
Log:
SLING-6325 - updated readme to reflect split of extensions bundle

Modified:
    sling/trunk/contrib/extensions/distribution/README.md

Modified: sling/trunk/contrib/extensions/distribution/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/distribution/README.md?rev=1785829&r1=1785828&r2=1785829&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/distribution/README.md (original)
+++ sling/trunk/contrib/extensions/distribution/README.md Tue Mar  7 11:05:12 2017
@@ -239,13 +239,13 @@ There is a single entry point in trigger
 
 ## Extensions
 
-The _org.apache.sling.distribution.extensions_ bundle contains the following extensions:
+The following extensions for Apache Sling Content Distribution exist.
 
-### Apache Avro distribution serialization
-A _DistributionContentSerializer_ based on [Apache Avro](http://avro.apache.org).
+### Apache Avro serializer
+The _org.apache.sling.distribution.avro-serializer_ contains a _DistributionContentSerializer_ based on [Apache Avro](http://avro.apache.org).
 
-### Kryo distribution serialization
-A _DistributionContentSerializer_ based on [Kryo](http://github.com/EsotericSoftware/kryo).
+### Kryo serializer
+The _org.apache.sling.distribution.kryo-serializer_ contains a _DistributionContentSerializer_ based on [Kryo](http://github.com/EsotericSoftware/kryo).
 
 ## Ideas for future developments