[exo-jcr-commits] exo-jcr SVN: r5477 - in jcr/branches/1.12.x/patch/1.12.12-GA: JCR-1705 and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 18 03:01:33 EST 2012


Author: tolusha
Date: 2012-01-18 03:01:32 -0500 (Wed, 18 Jan 2012)
New Revision: 5477

Added:
   jcr/branches/1.12.x/patch/1.12.12-GA/JCR-1705/
   jcr/branches/1.12.x/patch/1.12.12-GA/JCR-1705/JCR-1705.patch
Log:
JCR-1705: patch proposed

Added: jcr/branches/1.12.x/patch/1.12.12-GA/JCR-1705/JCR-1705.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.12-GA/JCR-1705/JCR-1705.patch	                        (rev 0)
+++ jcr/branches/1.12.x/patch/1.12.12-GA/JCR-1705/JCR-1705.patch	2012-01-18 08:01:32 UTC (rev 5477)
@@ -0,0 +1,32 @@
+Index: pom.xml
+===================================================================
+--- pom.xml	(revision 5473)
++++ pom.xml	(working copy)
+@@ -45,7 +45,7 @@
+     <org.exoplatform.kernel.version>2.2.12-GA-SNAPSHOT</org.exoplatform.kernel.version>
+     <org.exoplatform.core.version>2.3.12-GA-SNAPSHOT</org.exoplatform.core.version>
+     <org.exoplatform.ws.version>2.1.12-GA-SNAPSHOT</org.exoplatform.ws.version>
+-    <org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
++    <org.exoplatform.doc-style.version>2</org.exoplatform.doc-style.version>
+     <version.assembly.plugin>2.2.1</version.assembly.plugin>
+   </properties>
+ 
+Index: exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
+===================================================================
+--- exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	(revision 5473)
++++ exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	(working copy)
+@@ -91,12 +91,12 @@
+                <formats>
+                   <format>
+                      <formatName>html</formatName>
+-                     <stylesheetResource>classpath:/xslt/org/exojcr/xhtml.xsl</stylesheetResource>
++                     <stylesheetResource>classpath:xslt/org/exojcr/xhtml.xsl</stylesheetResource>
+                      <finalName>index.html</finalName>
+                   </format>
+                   <format>
+                      <formatName>html_single</formatName>
+-                     <stylesheetResource>classpath:/xslt/org/exojcr/xhtml-single.xsl</stylesheetResource>
++                     <stylesheetResource>classpath:xslt/org/exojcr/xhtml-single.xsl</stylesheetResource>
+                      <finalName>index.html</finalName>
+                   </format>
+                   <!--format>



More information about the exo-jcr-commits mailing list