[richfaces-svn-commits] JBoss Rich Faces SVN: r14197 - in trunk/examples/photoalbum: source and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 15:28:37 EDT 2009


Author: nbelaevski
Date: 2009-05-13 15:28:37 -0400 (Wed, 13 May 2009)
New Revision: 14197

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

Modified: trunk/examples/photoalbum/assembly/photoalbum.xml
===================================================================
--- trunk/examples/photoalbum/assembly/photoalbum.xml	2009-05-13 19:22:28 UTC (rev 14196)
+++ trunk/examples/photoalbum/assembly/photoalbum.xml	2009-05-13 19:28:37 UTC (rev 14197)
@@ -33,11 +33,14 @@
 		<include>*/src/**</include>
 		<include>*/sql/**</include>
 		<include>*/environment/**</include>
-		<include>*/Upload/short/**</include>
 		<include>**/*build.xml</include>
 		<include>**/build.properties</include>
 		<include>**/pom.xml</include>
 	  </includes>
+	  <excludes>
+		<exclude>*/src/main/images/full</exclude>
+		<exclude>*/src/main/images/full/**</exclude>
+	  </excludes>
 	</fileSet>
   <fileSet>
     <directory>../tests</directory>

Modified: trunk/examples/photoalbum/source/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/pom.xml	2009-05-13 19:22:28 UTC (rev 14196)
+++ trunk/examples/photoalbum/source/pom.xml	2009-05-13 19:28:37 UTC (rev 14197)
@@ -19,7 +19,7 @@
 		<jbosscontext>default</jbosscontext>
 		<!--<imageset>short</imageset>-->
 		<imageset>short</imageset>
-		<imagespath>Upload/short</imagespath>
+		<imagespath>short</imagespath>
 		<environment.properties>environment/dev</environment.properties>
 	</properties>
 	<repositories>
@@ -78,7 +78,7 @@
 			<id>livedemo</id>
 			<properties>
 				<imageset>full</imageset>
-				<imagespath>Upload/full/images</imagespath>
+				<imagespath>full</imagespath>
 				<environment.properties>environment/prod</environment.properties>
 			</properties>
 		</profile>

Modified: trunk/examples/photoalbum/source/web/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 19:22:28 UTC (rev 14196)
+++ trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 19:28:37 UTC (rev 14197)
@@ -267,9 +267,9 @@
 
 								<configuration>
 									<connectionType>connection</connectionType>
-									<developerConnectionUrl>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/examples-data/photoapp/images/</developerConnectionUrl>
+									<developerConnectionUrl>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/examples-data/photoapp/images/Upload</developerConnectionUrl>
 									<skipExportIfExists>true</skipExportIfExists>
-									<exportDirectory>src/main/images/full/Upload</exportDirectory>
+									<exportDirectory>src/main/images/full</exportDirectory>
 								</configuration>
 							</execution>
 						</executions>


Property changes on: trunk/examples/photoalbum/source/web/src/main/images
___________________________________________________________________
Name: svn:ignore
   + full





More information about the richfaces-svn-commits mailing list