[richfaces-svn-commits] JBoss Rich Faces SVN: r14054 - in trunk/sandbox/samples/maven-rd-plugin-sample: src/main/resources/META-INF and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 7 07:15:39 EDT 2009


Author: abelevich
Date: 2009-05-07 07:15:39 -0400 (Thu, 07 May 2009)
New Revision: 14054

Modified:
   trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml
   trunk/sandbox/samples/maven-rd-plugin-sample/src/main/resources/META-INF/resources-config.xml
   trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml
Log:


Modified: trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml	2009-05-07 11:11:43 UTC (rev 14053)
+++ trunk/sandbox/samples/maven-rd-plugin-sample/pom.xml	2009-05-07 11:15:39 UTC (rev 14054)
@@ -35,8 +35,8 @@
         <groupId>org.richfaces.cdk</groupId>
  		<version>3.3.1-SNAPSHOT</version>
  		<configuration>
- 			 <scriptFilePath>styles/all.js</scriptFilePath>
- 			 <styleFilePath>scripts/all.xcss</styleFilePath>
+ 			 <scriptFilePath>scripts/custom-dependencies.js</scriptFilePath>
+ 			 <styleFilePath>css/custom-dependencies.xcss</styleFilePath>
  		</configuration>
   		<executions>
 	  		<execution>

Modified: trunk/sandbox/samples/maven-rd-plugin-sample/src/main/resources/META-INF/resources-config.xml
===================================================================
--- trunk/sandbox/samples/maven-rd-plugin-sample/src/main/resources/META-INF/resources-config.xml	2009-05-07 11:11:43 UTC (rev 14053)
+++ trunk/sandbox/samples/maven-rd-plugin-sample/src/main/resources/META-INF/resources-config.xml	2009-05-07 11:15:39 UTC (rev 14054)
@@ -2,10 +2,10 @@
 <resource-config>
 	<resource>
 		<name>css/custom-dependencies.xcss</name>
-		<path>custom-dependencies.xcss</path>
+		<path>css/custom-dependencies.xcss</path>
 	</resource>
 	<resource>
 		<name>scripts/custom-dependencies.js</name>
-		<path>custom-dependencies.js</path>
+		<path>scripts/custom-dependencies.js</path>
 	</resource>
 </resource-config>
\ No newline at end of file

Modified: trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml
===================================================================
--- trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml	2009-05-07 11:11:43 UTC (rev 14053)
+++ trunk/sandbox/samples/maven-rd-plugin-sample/src/main/webapp/pages/oneMorePage.xhtml	2009-05-07 11:15:39 UTC (rev 14054)
@@ -8,9 +8,8 @@
       xmlns:c="http://java.sun.com/jstl/core" 
       >
      <head>
-    	<script src="../scripts/custom-dependencies.js" type="text/javascript">
-    	</script>
-    	<link class="component" href="../styles/custom-dependencies.xss" rel="stylesheet" type="text/css" />
+    	<script src="#{facesContext.externalContext.requestContextPath}/faces/rfResscripts/custom-dependencies.js" type="text/javascript">  	</script>
+		<link rel="stylesheet"  href="#{facesContext.externalContext.requestContextPath}/faces/rfRescss/custom-dependencies.xcss" type="text/css" />
     	
     </head> 
 




More information about the richfaces-svn-commits mailing list