jford       2004/04/22 09:03:13

  Modified:    
plugin/src/plugin-resources/default/template-resources/src/java/modules/actions/portlets
                        MyAction.java
  Log:
  Now compiles
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-jetspeed/plugin/src/plugin-resources/default/template-resources/src/java/modules/actions/portlets/MyAction.java
  
  Index: MyAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/plugin/src/plugin-resources/default/template-resources/src/java/modules/actions/portlets/MyAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MyAction.java     22 Apr 2004 03:54:10 -0000      1.1
  +++ MyAction.java     22 Apr 2004 16:03:13 -0000      1.2
  @@ -22,6 +22,7 @@
   import java.util.Iterator;
   import java.util.List;
   
  +import org.apache.jetspeed.modules.actions.portlets.GenericMVCAction;
   import org.apache.jetspeed.om.registry.RegistryEntry;
   import org.apache.jetspeed.portal.Portlet;
   import org.apache.jetspeed.services.Registry;
  @@ -46,6 +47,5 @@
                                          Context context,
                                          RunData rundata )
       {
  -    }
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to