[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/plugin/feedTeasers ...

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:27 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:26

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/plugin/feedTeasers 
                        FeedTeasers.java
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/plugin/feedTeasers/FeedTeasers.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FeedTeasers.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/plugin/feedTeasers/FeedTeasers.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- FeedTeasers.java	25 Aug 2007 17:59:25 -0000	1.4
  +++ FeedTeasers.java	19 Dec 2007 04:29:26 -0000	1.5
  @@ -4,7 +4,7 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.In;
   import org.jboss.seam.annotations.Observer;
  -import org.jboss.seam.wiki.core.dao.FeedDAO;
  +import org.jboss.seam.wiki.core.feeds.FeedDAO;
   import org.jboss.seam.wiki.core.model.FeedEntry;
   import org.jboss.seam.ScopeType;
   
  
  
  



More information about the jboss-cvs-commits mailing list