taylor      2004/08/10 23:46:13

  Modified:    src/java/org/apache/jetspeed/services/resources
                        FusionResources.java
  Log:
  new resources strings
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.2       +7 -1      
jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/FusionResources.java
  
  Index: FusionResources.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/FusionResources.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FusionResources.java      10 Aug 2004 04:14:01 -0000      1.1
  +++ FusionResources.java      11 Aug 2004 06:46:13 -0000      1.2
  @@ -25,9 +25,15 @@
    */
   public class FusionResources extends JetspeedResources
   {
  +    public static final String NAVS_PIPELINE = "navs-pipeline";
       public static final String JSR168_PORTLET = "fusion.jsr168.parent";
       public static final String PORTLET_DEFINITION_PARAMETER = 
"fusion.jsr168.portlet_definition";
       public static final String PORTLET_APPLICATION_PARAMETER = 
"fusion.jsr168.portlet_application";
       public static final String J2_ENTITY = "fusion.jsr168.j2.entity";
       public static final String J1_HELP_ACTION = "fusion.jsr168.j1.help.action";
  +    public static final String J1_RESTORE_ACTION = 
"fusion.jsr168.j1.restore.action";
  +    public static final String J1_MINIMIZE_ACTION = 
"fusion.jsr168.j1.minimize.action";
  +    public static final String J1_MAXIMIZE_ACTION = 
"fusion.jsr168.j1.maximize.action";
  +    public static final String J1_EDIT_ACTION = "fusion.jsr168.j1.edit.action";
  +    public static final String J1_PRINT_ACTION = "fusion.jsr168.j1.print.action";
   }
  
  
  

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

Reply via email to