Author: sergiykarpenko
Date: 2010-02-18 12:05:33 -0500 (Thu, 18 Feb 2010)
New Revision: 1910
Added:
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml
Removed:
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core/transaction-service.xml
Modified:
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core.xml
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel.xml
Log:
EXOJCR-490: transaction services moved from core to kernel
Deleted:
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core/transaction-service.xml
===================================================================
---
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core/transaction-service.xml 2010-02-18
16:59:45 UTC (rev 1909)
+++
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core/transaction-service.xml 2010-02-18
17:05:33 UTC (rev 1910)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id="ch_transaction_service">
- <?dbhtml filename="ch-tranasction-service.html"?>
-
- <title>TransactionService</title>
-
- <section>
- <title>Intro</title>
-
- <para></para>
- </section>
-</chapter>
Modified: jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core.xml
===================================================================
--- jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core.xml 2010-02-18
16:59:45 UTC (rev 1909)
+++ jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/core.xml 2010-02-18
17:05:33 UTC (rev 1910)
@@ -9,7 +9,4 @@
<xi:include href="core/core.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="core/transaction-service.xml"
-
xmlns:xi="http://www.w3.org/2001/XInclude" />
-
</part>
Added:
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml
===================================================================
---
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml
(rev 0)
+++
jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml 2010-02-18
17:05:33 UTC (rev 1910)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<chapter id="ch_transaction_service">
+ <?dbhtml filename="ch-tranasction-service.html"?>
+
+ <title>TransactionService</title>
+
+ <section>
+ <title>Intro</title>
+
+ <para></para>
+ </section>
+</chapter>
Modified: jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel.xml
===================================================================
--- jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel.xml 2010-02-18
16:59:45 UTC (rev 1909)
+++ jcr/trunk/docs/reference/en/src/main/docbook/en-US/modules/kernel.xml 2010-02-18
17:05:33 UTC (rev 1910)
@@ -9,4 +9,8 @@
<xi:include href="kernel/kernel.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="kernel/transaction-service.xml"
+
xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+
</part>