Author: tolusha
Date: 2011-12-27 06:48:23 -0500 (Tue, 27 Dec 2011)
New Revision: 5366
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
Log:
EXOJCR-1573: fixed sonar build for jcr
Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-12-27 10:48:31 UTC (rev
5365)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-12-27 11:48:23 UTC (rev
5366)
@@ -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>
Show replies by date