CVS: TapestryBook/examples/src/examples/todo3 ToDo3.java,1.1,1.2
Howard Lewis Ship <[email protected]> Fri, 07 Mar 2003 07:15:17 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples/src/examples/todo3 In directory sc8-pr-cvs1:/tmp/cvs-serv3059/examples/src/examples/todo3 Modified Files: ToDo3.java Log Message: Update for Tapestry 2.4-alpha-4, including package rename. Index: ToDo3.java =================================================================== RCS file: /cvsroot/tapestry/TapestryBook/examples/src/examples/todo3/ToDo3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ToDo3.java 28 Feb 2003 00:25:47 -0000 1.1 --- ToDo3.java 7 Mar 2003 15:14:41 -0000 1.2 *************** *** 5,13 **** import java.util.ResourceBundle; ! import net.sf.tapestry.IMarkupWriter; ! import net.sf.tapestry.IRequestCycle; ! import net.sf.tapestry.RequestCycleException; ! import net.sf.tapestry.form.EnumPropertySelectionModel; ! import net.sf.tapestry.form.IPropertySelectionModel; import examples.todo1.ToDo; --- 5,13 ---- import java.util.ResourceBundle; ! import org.apache.tapestry.IMarkupWriter; ! import org.apache.tapestry.IRequestCycle; ! import org.apache.tapestry.RequestCycleException; ! import org.apache.tapestry.form.EnumPropertySelectionModel; ! import org.apache.tapestry.form.IPropertySelectionModel; import examples.todo1.ToDo; ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com