[richfaces-svn-commits] JBoss Rich Faces SVN: r14206 - trunk/examples/photoalbum/assembly.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 18:52:07 EDT 2009


Author: nbelaevski
Date: 2009-05-13 18:52:07 -0400 (Wed, 13 May 2009)
New Revision: 14206

Modified:
   trunk/examples/photoalbum/assembly/photoalbum.xml
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 22:35:43 UTC (rev 14205)
+++ trunk/examples/photoalbum/assembly/photoalbum.xml	2009-05-13 22:52:07 UTC (rev 14206)
@@ -11,6 +11,10 @@
     <file>
 		<source>../../lgpl.txt</source>
     </file>
+    <file>
+		<source>../readme.txt</source>
+		<outputDirectory>photoalbum</outputDirectory>
+    </file>
   </files>
 
   <fileSets>
@@ -36,8 +40,10 @@
 		<include>**/*build.xml</include>
 		<include>**/build.properties</include>
 		<include>**/pom.xml</include>
+		<include>**/readme.txt</include>
 	  </includes>
 	  <excludes>
+		<exclude>**/target</exclude>
 		<exclude>*/src/main/images/full</exclude>
 		<exclude>*/src/main/images/full/**</exclude>
 	  </excludes>




More information about the richfaces-svn-commits mailing list