You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/08/16 21:44:42 UTC

svn commit: r566811 - /myfaces/tobago/trunk/contrib/pom.xml

Author: bommel
Date: Thu Aug 16 12:44:41 2007
New Revision: 566811

URL: http://svn.apache.org/viewvc?view=rev&rev=566811
Log:
adding FacesContextWrapper for fixing the message order problem with ri < 1.2

Modified:
    myfaces/tobago/trunk/contrib/pom.xml

Modified: myfaces/tobago/trunk/contrib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/pom.xml?view=diff&rev=566811&r1=566810&r2=566811
==============================================================================
--- myfaces/tobago/trunk/contrib/pom.xml (original)
+++ myfaces/tobago/trunk/contrib/pom.xml Thu Aug 16 12:44:41 2007
@@ -34,5 +34,6 @@
     <module>facelets</module>
     <module>fileupload</module>
     <module>security</module>
+    <module>message-fix</module>
   </modules>
-</project>
\ No newline at end of file
+</project>