[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/deployment ...

Julien Viet julien at jboss.com
Mon Jul 31 15:29:52 EDT 2006


  User: julien  
  Date: 06/07/31 15:29:52

  Modified:    portlet/src/main/org/jboss/portal/portlet/deployment 
                        PortletApplicationMetaDataFactory.java
  Log:
  - moved the portal api in the api module in order to have a standalone jar
  - JBPORTAL-631 : Try to move org.jboss.portlet package to the api module
  - IPC support in 2.4 (only for local portlets)
  
  Revision  Changes    Path
  1.11      +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/deployment/PortletApplicationMetaDataFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletApplicationMetaDataFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/deployment/PortletApplicationMetaDataFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- PortletApplicationMetaDataFactory.java	31 Jul 2006 00:39:29 -0000	1.10
  +++ PortletApplicationMetaDataFactory.java	31 Jul 2006 19:29:52 -0000	1.11
  @@ -38,7 +38,7 @@
   import org.jboss.portal.portlet.impl.jsr168.metadata.DescriptionMetaData;
   import org.jboss.portal.portlet.impl.jsr168.metadata.TransportGuaranteesMetaData;
   import org.jboss.portal.portlet.impl.jsr168.metadata.SecurityConstraintMetaData;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.Mode;
   import org.jboss.portal.portlet.TransportGuarantee;
   import org.jboss.portal.common.util.LocaleInfo;
   import org.jboss.portal.common.util.Tools;
  @@ -50,7 +50,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public class PortletApplicationMetaDataFactory implements GenericObjectModelFactory
   {
  
  
  



More information about the jboss-cvs-commits mailing list