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 12:36:07 UTC

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

Author: tommaso
Date: Tue Mar  7 12:36:01 2017
New Revision: 1785834

URL: http://svn.apache.org/viewvc?rev=1785834&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=1785834&r1=1785833&r2=1785834&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/distribution/README.md (original)
+++ sling/trunk/contrib/extensions/distribution/README.md Tue Mar  7 12:36:01 2017
@@ -19,7 +19,8 @@ The Sling Content Distribution module co
 
  - org.apache.sling.distribution.api: this is where the APIs are defined
  - org.apache.sling.distribution.core: this is where the basic infrastructure for distributing content is implemented
- - org.apache.sling.distribution.extensions: this is where some additional (optional) extensions for distributing content are implemented
+ - org.apache.sling.distribution.kryo-serializer: Kryo based distribution package serializer
+ - org.apache.sling.distribution.avro-serializer: Apache Avro based distribution package serializer
  - org.apache.sling.distribution.sample: this is a set of sample configurations and implementations for demo purpose 
  - org.apache.sling.distribution.it: this is the integration testing suite