[richfaces-svn-commits] JBoss Rich Faces SVN: r14188 - in trunk/examples/photoalbum/source/web: src/main/images and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 14:38:34 EDT 2009


Author: nbelaevski
Date: 2009-05-13 14:38:33 -0400 (Wed, 13 May 2009)
New Revision: 14188

Added:
   trunk/examples/photoalbum/source/web/src/main/images/short/
Removed:
   trunk/examples/photoalbum/source/web/Upload/
   trunk/examples/photoalbum/source/web/short/
Modified:
   trunk/examples/photoalbum/source/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7082

Modified: trunk/examples/photoalbum/source/web/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 18:31:53 UTC (rev 14187)
+++ trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 18:38:33 UTC (rev 14188)
@@ -269,7 +269,7 @@
 									<connectionType>connection</connectionType>
 									<developerConnectionUrl>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/examples-data/photoapp/images/</developerConnectionUrl>
 									<skipExportIfExists>true</skipExportIfExists>
-									<exportDirectory>full/Upload</exportDirectory>
+									<exportDirectory>src/main/images/full/Upload</exportDirectory>
 								</configuration>
 							</execution>
 						</executions>
@@ -288,7 +288,7 @@
 				<directory>${environment.properties}</directory>
 			</resource>
 			<resource>
-				<directory>${imagespath}</directory>
+				<directory>src/main/images/${imagespath}</directory>
 			</resource>
 		</resources>
 

Copied: trunk/examples/photoalbum/source/web/src/main/images/short (from rev 14187, trunk/examples/photoalbum/source/web/short)




More information about the richfaces-svn-commits mailing list