[exo-jcr-commits] exo-jcr SVN: r5193 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 16 05:27:25 EST 2011


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>      &lt;dependency&gt;
+    <programlisting language="xml">      &lt;dependency&gt;
         &lt;groupId&gt;org.exoplatform.core&lt;/groupId&gt;
         &lt;artifactId&gt;exo.core.component.organization.tests&lt;/artifactId&gt;
         &lt;version&gt;2.4.3-GA&lt;/version&gt;
@@ -50,7 +50,7 @@
     file. For this purpose you may use <ulink
     url="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</ulink></para>
 
-    <programlisting>     &lt;plugin&gt;
+    <programlisting language="xml">     &lt;plugin&gt;
          &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
          &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;
          &lt;executions&gt;
@@ -84,7 +84,7 @@
     sources and resources, use <ulink
     url="http://mojo.codehaus.org/build-helper-maven-plugin/">build-helper-maven-plugin</ulink></para>
 
-    <programlisting>      &lt;plugin&gt;
+    <programlisting language="xml">      &lt;plugin&gt;
          &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
          &lt;artifactId&gt;build-helper-maven-plugin&lt;/artifactId&gt;
          &lt;version&gt;1.3&lt;/version&gt;
@@ -126,7 +126,7 @@
       </note>You also need to include all TCK tests using <ulink
     url="http://maven.apache.org/plugins/maven-surefire-plugin/">maven-surefire-plugin</ulink></para>
 
-    <programlisting>      &lt;plugin&gt;
+    <programlisting language="xml">      &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
         &lt;configuration&gt;
@@ -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>      &lt;external-component-plugins&gt;
+    <programlisting language="xml">      &lt;external-component-plugins&gt;
         &lt;target-component&gt;org.exoplatform.services.organization.OrganizationService&lt;/target-component&gt;
         &lt;component-plugin&gt;
           &lt;name&gt;init.service.listener&lt;/name&gt;



More information about the exo-jcr-commits mailing list