Author: dgolovin
Date: 2008-04-18 19:45:45 -0400 (Fri, 18 Apr 2008)
New Revision: 7633
Modified:
trunk/as/docs/reference/pom.xml
trunk/documentation/guides/Exadel-migration/pom.xml
trunk/documentation/guides/GettingStartedGuide/pom.xml
trunk/jsf/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-2089 rollback resources path changes
Modified: trunk/as/docs/reference/pom.xml
===================================================================
--- trunk/as/docs/reference/pom.xml 2008-04-18 21:56:32 UTC (rev 7632)
+++ trunk/as/docs/reference/pom.xml 2008-04-18 23:45:45 UTC (rev 7633)
@@ -41,8 +41,7 @@
</imageResource>
<!--<cssResource>
<directory>src/main/css</directory>
- </cssResource>
- -->
+ </cssResource>-->
<formats>
<format>
<formatName>pdf</formatName>
Modified: trunk/documentation/guides/Exadel-migration/pom.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/pom.xml 2008-04-18 21:56:32 UTC (rev
7632)
+++ trunk/documentation/guides/Exadel-migration/pom.xml 2008-04-18 23:45:45 UTC (rev
7633)
@@ -51,22 +51,22 @@
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>eclipse</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/eclipse.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
Modified: trunk/documentation/guides/GettingStartedGuide/pom.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-04-18 21:56:32 UTC (rev
7632)
+++ trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-04-18 23:45:45 UTC (rev
7633)
@@ -51,22 +51,22 @@
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>eclipse</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/eclipse.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
Modified: trunk/jsf/docs/userguide/pom.xml
===================================================================
--- trunk/jsf/docs/userguide/pom.xml 2008-04-18 21:56:32 UTC (rev 7632)
+++ trunk/jsf/docs/userguide/pom.xml 2008-04-18 23:45:45 UTC (rev 7633)
@@ -51,22 +51,22 @@
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>eclipse</formatName>
-
<stylesheetResource>classpath:/xslt/org/jboss/eclipse.xsl</stylesheetResource>
+
<stylesheetResource>classpath:/xslt/com/jboss/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>