rogerrut    2004/11/03 13:08:00

  Modified:    applications/perl/src/webapp/WEB-INF portlet.xml
  Log:
  Moved per portlet code from Application/perl into portals-bridges
  Part of the cleanup effort for the upcoming release
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-jetspeed-2/applications/perl/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/perl/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- portlet.xml       21 Jul 2004 18:14:23 -0000      1.1
  +++ portlet.xml       3 Nov 2004 21:08:00 -0000       1.2
  @@ -30,7 +30,7 @@
       </init-param>
        <portlet-name>perl-demo</portlet-name>
        <display-name>Perl demo Portlet</display-name>
  -     <portlet-class>org.apache.jetspeed.portlets.perl.PerlPortlet</portlet-class>
  +     <portlet-class>org.apache.portals.bridges.perl.PerlPortlet</portlet-class>
            <expiration-cache>-1</expiration-cache>
        <supports>
              <mime-type>text/html</mime-type>
  @@ -56,7 +56,7 @@
       </init-param>
        <portlet-name>perl-demo2</portlet-name>
        <display-name>Perl demo2 Portlet</display-name>
  -     <portlet-class>org.apache.jetspeed.portlets.perl.PerlPortlet</portlet-class>
  +     <portlet-class>org.apache.portals.bridges.perl.PerlPortlet</portlet-class>
            <expiration-cache>-1</expiration-cache>
        <supports>
              <mime-type>text/html</mime-type>
  
  
  

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

Reply via email to