You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/06/02 14:54:46 UTC

svn commit: r950544 - /myfaces/portlet-bridge/core/trunk/examples/pom.xml

Author: mfreedman
Date: Wed Jun  2 12:54:45 2010
New Revision: 950544

URL: http://svn.apache.org/viewvc?rev=950544&view=rev
Log:
Add blank app to submodule list

Modified:
    myfaces/portlet-bridge/core/trunk/examples/pom.xml

Modified: myfaces/portlet-bridge/core/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/pom.xml?rev=950544&r1=950543&r2=950544&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/examples/pom.xml Wed Jun  2 12:54:45 2010
@@ -40,6 +40,7 @@
   </repositories>
 
   <modules>
+    <module>blank</module>
     <module>helloDuke</module>
     <module>guessNumber</module>
     <module>facelets-guess</module>