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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 13:04:05 EDT 2009


Author: abelevich
Date: 2009-05-13 13:04:04 -0400 (Wed, 13 May 2009)
New Revision: 14177

Modified:
   trunk/examples/photoalbum/assembly/photoalbum.xml
Log:
fix

Modified: trunk/examples/photoalbum/assembly/photoalbum.xml
===================================================================
--- trunk/examples/photoalbum/assembly/photoalbum.xml	2009-05-13 17:01:01 UTC (rev 14176)
+++ trunk/examples/photoalbum/assembly/photoalbum.xml	2009-05-13 17:04:04 UTC (rev 14177)
@@ -43,9 +43,9 @@
     <directory>../tests</directory>
     <outputDirectory>photoalbum/functional-tests</outputDirectory>
     <includes>
-      <include>**/src/**</include>
-      <include>**/pom.xml</include>
-      <include>**/readme.txt</include>
+      <include>src/**</include>
+      <include>pom.xml</include>
+      <include>readme.txt</include>
     </includes>
   </fileSet>  
   </fileSets>




More information about the richfaces-svn-commits mailing list