[richfaces-svn-commits] JBoss Rich Faces SVN: r14166 - trunk/examples/photoalbum/assembly.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed May 13 10:49:44 EDT 2009
Author: nbelaevski
Date: 2009-05-13 10:49:44 -0400 (Wed, 13 May 2009)
New Revision: 14166
Modified:
trunk/examples/photoalbum/assembly/photoalbum.xml
Log:
Assembly file corrected to work right on Unixes
Modified: trunk/examples/photoalbum/assembly/photoalbum.xml
===================================================================
--- trunk/examples/photoalbum/assembly/photoalbum.xml 2009-05-13 14:49:04 UTC (rev 14165)
+++ trunk/examples/photoalbum/assembly/photoalbum.xml 2009-05-13 14:49:44 UTC (rev 14166)
@@ -6,10 +6,10 @@
<files>
<file>
- <source>/../../JBossORG-EULA.txt</source>
+ <source>../../JBossORG-EULA.txt</source>
</file>
<file>
- <source>/../../lgpl.txt</source>
+ <source>../../lgpl.txt</source>
</file>
</files>
More information about the richfaces-svn-commits
mailing list