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/03 14:05:17 UTC

svn commit: r950974 - /myfaces/portlet-bridge/core/tags/1.0.0/examples/pom.xml

Author: mfreedman
Date: Thu Jun  3 12:05:17 2010
New Revision: 950974

URL: http://svn.apache.org/viewvc?rev=950974&view=rev
Log:
Added blank app back to submodules

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

Modified: myfaces/portlet-bridge/core/tags/1.0.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/1.0.0/examples/pom.xml?rev=950974&r1=950973&r2=950974&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/tags/1.0.0/examples/pom.xml (original)
+++ myfaces/portlet-bridge/core/tags/1.0.0/examples/pom.xml Thu Jun  3 12:05:17 2010
@@ -40,6 +40,7 @@
   </repositories>
 
   <modules>
+    <module>blank</module>
     <module>helloDuke</module>
     <module>guessNumber</module>
     <module>facelets-guess</module>