[richfaces-svn-commits] JBoss Rich Faces SVN: r2237 - in trunk/samples/richfaces-demo: src/main/webapp/richfaces/dataTable and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 13 21:27:59 EDT 2007


Author: SergeySmirnov
Date: 2007-08-13 21:27:59 -0400 (Mon, 13 Aug 2007)
New Revision: 2237

Modified:
   trunk/samples/richfaces-demo/pom.xml
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/extended-data-model.xhtml
Log:
demo. path to java source from pages

Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml	2007-08-14 01:05:34 UTC (rev 2236)
+++ trunk/samples/richfaces-demo/pom.xml	2007-08-14 01:27:59 UTC (rev 2237)
@@ -49,7 +49,7 @@
 						<resource>
 							<!-- this is relative to the pom.xml directory -->
 							<directory>${basedir}/src/main/java</directory>
-							<targetPath>WEB-INF/src</targetPath>
+							<targetPath>/WEB-INF/src</targetPath>
 						</resource>
 					</webResources>
 				</configuration>

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/extended-data-model.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/extended-data-model.xhtml	2007-08-14 01:05:34 UTC (rev 2236)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/extended-data-model.xhtml	2007-08-14 01:27:59 UTC (rev 2237)
@@ -16,12 +16,12 @@
 					<ui:param name="sourcepath" value="/richfaces/dataTable/examples/extendedDataModel.xhtml"/>
 					<ui:param name="openlabel" value="View Page Source" />
 				</ui:include>					
-<!-- 
+ 
 				<ui:include src="/templates/include/sourceview.xhtml">
-					<ui:param name="sourcepath" value="/richfaces-demo/WEB-INF/src/org/richfaces/datatable/ExpenseReport.java"/>
+					<ui:param name="sourcepath" value="/demosrc/org/richfaces/datatable/ExpenseReport.java"/>
 					<ui:param name="openlabel" value="View Page Source" />
 				</ui:include>					
- -->								
+								
 			</div>
 		</ui:define>
 




More information about the richfaces-svn-commits mailing list