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

Julien Viet julien at jboss.com
Sun Jul 30 20:39:29 EDT 2006


  User: julien  
  Date: 06/07/30 20:39:29

  Modified:    portlet/src/main/org/jboss/portal/portlet/deployment 
                        PortletApplicationMetaDataFactory.java
  Log:
  package move of Properties and TransportGuarantee to org.jboss.portal.portlet
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- PortletApplicationMetaDataFactory.java	9 Jul 2006 12:04:16 -0000	1.9
  +++ PortletApplicationMetaDataFactory.java	31 Jul 2006 00:39:29 -0000	1.10
  @@ -39,9 +39,9 @@
   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.portlet.TransportGuarantee;
   import org.jboss.portal.common.util.LocaleInfo;
   import org.jboss.portal.common.util.Tools;
  -import org.jboss.portal.server.util.TransportGuarantee;
   import org.xml.sax.Attributes;
   
   import java.util.Locale;
  @@ -50,7 +50,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public class PortletApplicationMetaDataFactory implements GenericObjectModelFactory
   {
  
  
  



More information about the jboss-cvs-commits mailing list