Author: buildbot
Date: Fri Mar 24 12:06:47 2017
New Revision: 1008908

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 24 12:06:47 2017
@@ -1 +1 @@
-1788420
+1788421

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 Fri Mar 24 12:06:47 2017
@@ -394,7 +394,7 @@ primary node type "nt:file". Underneath
 <h3 id="extractors">Extractors<a class="headerlink" href="#extractors" 
title="Permanent link">&para;</a></h3>
 <p>By default, the <code>sling-jcr-contentloader</code> bundle tries to 
extract certain file types during content loading. These include 
<code>json</code>, <code>xml</code>, <code>zip</code>, and <code>jar</code> 
files. Therefore all available extractors are used for content processing. 
However if some files should be put into the repository unextracted, the 
<code>ignoreImportProviders</code> directive can be used with a comma separated 
list of extensions that should not be extracted, like 
<code>ignoreImportProviders:="jar,zip"</code>. Please note that the value needs 
to be put into quotation marks if more than one value is used like in the 
example.</p>
 <h3 id="workspace-targetting">Workspace Targetting<a class="headerlink" 
href="#workspace-targetting" title="Permanent link">&para;</a></h3>
-<p>By default, initial content will be loaded into the default workspace. To 
override this, add a <code>Sling-Initial-Content-Workspace</code> bundle 
manifest header to specify the manifest. Note that <em>all</em> content from a 
bundle will be loaded into the same workspace. </p>
+<p>By default, initial content will be loaded into the default workspace. To 
override this, add a <code>Sling-Initial-Content-Workspace</code> bundle 
manifest header to specify the workspace. Note that <em>all</em> content from a 
bundle will be loaded into the same workspace. </p>
 <h2 id="declared-node-type-registration">Declared Node Type Registration<a 
class="headerlink" href="#declared-node-type-registration" title="Permanent 
link">&para;</a></h2>
 <p>The <code>sling-jcr-base</code> bundle provides low-level repository 
operations which are at the heart of the functionality of Sling:
 <em> </em>Node Type Definitions* - The class 
<code>org.apache.sling.content.jcr.base.NodeTypeLoader</code> provides methods 
to register custom node types with a repository given a repository session and 
a node type definition file in CND format. This class is also used by this 
bundle to register node types on behalf of other bundles.</p>
@@ -410,7 +410,7 @@ Support for re-registration of node type
 <p>The initial content found in the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/content/src/main/resources/content/sling-test";>sling-test
 folder of the launchpad initial content</a> is verified by the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/InitialContentTest.java";>InitialContentTest</a>
 when running the <em>launchpad/testing</em> integration tests.</p>
 <p>Those tests can be used as verified examples of initial content loading. 
Contributions are welcome to improve the coverage of those tests.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1788400 by kwin on Fri, 24 Mar 2017 10:14:47 +0000
+        Rev. 1788421 by kwin on Fri, 24 Mar 2017 12:06:38 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to