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:17:45 UTC

svn commit: r765578 - in /myfaces/tobago/trunk/example: foreach/ pom.xml

Author: lofwyr
Date: Thu Apr 16 11:17:45 2009
New Revision: 765578

URL: http://svn.apache.org/viewvc?rev=765578&view=rev
Log:
removing foreach example in the trunk, because it is not working (using scriptlets).
A new foreach-demo will be provided in the tobago-example-demo

Removed:
    myfaces/tobago/trunk/example/foreach/
Modified:
    myfaces/tobago/trunk/example/pom.xml

Modified: myfaces/tobago/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/pom.xml?rev=765578&r1=765577&r2=765578&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/pom.xml (original)
+++ myfaces/tobago/trunk/example/pom.xml Thu Apr 16 11:17:45 2009
@@ -73,7 +73,6 @@
         <module>addressbook</module>
         <module>blank</module>
         <module>demo</module>
-        <module>foreach</module>
         <module>nonfacesrequest</module>
         <module>experimental</module>
         <module>test</module>
@@ -85,7 +84,6 @@
         <module>addressbook</module>
         <module>blank</module>
         <module>demo</module>
-        <module>foreach</module>
         <module>nonfacesrequest</module>
         <module>portlet</module>
         <module>sandbox</module>