Author: dkuleshov
Date: 2011-11-16 05:27:24 -0500 (Wed, 16 Nov 2011)
New Revision: 5193
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml
Log:
EXOJCR-1622: added language attribute for xml code examples, for better code blocks
recognition
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml
===================================================================
---
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml 2011-11-16
10:18:39 UTC (rev 5192)
+++
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml 2011-11-16
10:27:24 UTC (rev 5193)
@@ -38,7 +38,7 @@
artifact, so the first thing you need to do is to add this artifact as a
dependency to your pom.xml file</para>
- <programlisting> <dependency>
+ <programlisting language="xml"> <dependency>
<groupId>org.exoplatform.core</groupId>
<artifactId>exo.core.component.organization.tests</artifactId>
<version>2.4.3-GA</version>
@@ -50,7 +50,7 @@
file. For this purpose you may use <ulink
url="http://maven.apache.org/plugins/maven-dependency-plugin/"&...
- <programlisting> <plugin>
+ <programlisting language="xml"> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
@@ -84,7 +84,7 @@
sources and resources, use <ulink
url="http://mojo.codehaus.org/build-helper-maven-plugin/">bu...
- <programlisting> <plugin>
+ <programlisting language="xml"> <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.3</version>
@@ -126,7 +126,7 @@
</note>You also need to include all TCK tests using <ulink
url="http://maven.apache.org/plugins/maven-surefire-plugin/">...
- <programlisting> <plugin>
+ <programlisting language="xml"> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
@@ -160,7 +160,7 @@
<para>In addition you need to populate your Organization Service with
organization data (TCK tests are designed to use this data):</para>
- <programlisting> <external-component-plugins>
+ <programlisting language="xml">
<external-component-plugins>
<target-component>org.exoplatform.services.organization.OrganizationService</target-component>
<component-plugin>
<name>init.service.listener</name>