You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/04/16 13:21:23 UTC

svn commit: r765579 - in /myfaces/tobago/branches/tobago-1.0.x/example: foreach/ pom.xml

Author: lofwyr
Date: Thu Apr 16 11:21:22 2009
New Revision: 765579

URL: http://svn.apache.org/viewvc?rev=765579&view=rev
Log:
Moving foreach example to the tobago-example-demo (best-practice)

Removed:
    myfaces/tobago/branches/tobago-1.0.x/example/foreach/
Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/pom.xml?rev=765579&r1=765578&r2=765579&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/pom.xml Thu Apr 16 11:21:22 2009
@@ -73,7 +73,6 @@
         <module>addressbook</module>
         <module>blank</module>
         <module>demo</module>
-        <module>foreach</module>
         <module>nonfacesrequest</module>
         <module>test</module>
       </modules>
@@ -84,7 +83,6 @@
         <module>addressbook</module>
         <module>blank</module>
         <module>demo</module>
-        <module>foreach</module>
         <module>nonfacesrequest</module>
         <module>portlet</module>
         <module>sandbox</module>