Author: mreutegg
Date: Mon Jul 9 08:29:45 2018
New Revision: 1835385
URL: http://svn.apache.org/viewvc?rev=1835385&view=rev
Log:
OAK-7615: Speed up site generation
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
jackrabbit/oak/trunk/oak-parent/pom.xml
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md?rev=1835385&r1=1835384&r2=1835385&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
(original)
+++
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/node-bundling.md
Mon Jul 9 08:29:45 2018
@@ -49,8 +49,8 @@ entries indexed.
Bundling is enabled on per nodetype basis.
Bundling definitions are defined as content in the repository under
`/jcr:system/rep:documentStore/bundlor`.
-
- + <node type name>
+
+ + < node type name >
- pattern - multi
For example below content structure enables bundling for nodes of type
`nt:file` and `app:Asset`
@@ -110,7 +110,7 @@ Lets take an example of `nt:file` node l
- jcr:createdBy = "admin"
- jcr:primaryType = "nt:file"
+ jcr:content
- - jcr:data = <blob id>
+ - jcr:data = < blob id >
- jcr:mimeType = "text/plain"
- jcr:uuid = "56befaee-f5fe-4252-87f8-0dcc8a624dd5"
- jcr:lastModifiedBy = "admin"
Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1835385&r1=1835384&r2=1835385&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Jul 9 08:29:45 2018
@@ -375,13 +375,6 @@
<skip>true</skip>
<skipDeploy>true</skipDeploy>
</configuration>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-module-markdown</artifactId>
- <version>1.7</version>
- </dependency>
- </dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>