From: Julien V. <ju...@jb...> - 2006-07-09 12:04:18
|
User: julien Date: 06/07/09 08:04:16 Modified: portlet/src/main/org/jboss/portal/portlet/container/info ContainerCapabilities.java ContainerModeInfo.java ContainerWindowStateInfo.java ContentTypes.java Log: move Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal Revision Changes Path 1.3 +3 -3 jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerCapabilities.java (In the diff below, changes in quantity of whitespace are not shown.) Index: ContainerCapabilities.java =================================================================== RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerCapabilities.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ContainerCapabilities.java 26 Jun 2006 14:05:39 -0000 1.2 +++ ContainerCapabilities.java 9 Jul 2006 12:04:16 -0000 1.3 @@ -21,8 +21,8 @@ */ package org.jboss.portal.portlet.container.info; -import org.jboss.portal.Mode; -import org.jboss.portal.WindowState; +import org.jboss.portal.portlet.Mode; +import org.jboss.portal.portlet.WindowState; import org.jboss.portal.portlet.info.CapabilitiesInfo; import java.util.HashSet; @@ -32,7 +32,7 @@ /** * @author <a href="mailto:ju...@jb...">Julien Viet</a> * @author <a href="mailto:chr...@jb...">Chris Laprun</a> - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class ContainerCapabilities implements CapabilitiesInfo { 1.2 +2 -2 jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerModeInfo.java (In the diff below, changes in quantity of whitespace are not shown.) Index: ContainerModeInfo.java =================================================================== RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerModeInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ContainerModeInfo.java 5 Apr 2006 17:14:01 -0000 1.1 +++ ContainerModeInfo.java 9 Jul 2006 12:04:16 -0000 1.2 @@ -22,7 +22,7 @@ package org.jboss.portal.portlet.container.info; -import org.jboss.portal.Mode; +import org.jboss.portal.portlet.Mode; import org.jboss.portal.common.util.LocalizedString; import org.jboss.portal.portlet.info.ModeInfo; @@ -30,7 +30,7 @@ /** * @author <a href="mailto:chr...@jb...">Chris Laprun</a> - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @since 2.4 */ class ContainerModeInfo implements ModeInfo 1.2 +2 -2 jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerWindowStateInfo.java (In the diff below, changes in quantity of whitespace are not shown.) Index: ContainerWindowStateInfo.java =================================================================== RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerWindowStateInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ContainerWindowStateInfo.java 5 Apr 2006 17:14:01 -0000 1.1 +++ ContainerWindowStateInfo.java 9 Jul 2006 12:04:16 -0000 1.2 @@ -22,7 +22,7 @@ package org.jboss.portal.portlet.container.info; -import org.jboss.portal.WindowState; +import org.jboss.portal.portlet.WindowState; import org.jboss.portal.common.util.LocalizedString; import org.jboss.portal.portlet.info.WindowStateInfo; @@ -30,7 +30,7 @@ /** * @author <a href="mailto:chr...@jb...">Chris Laprun</a> - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @since 2.4 */ class ContainerWindowStateInfo implements WindowStateInfo 1.3 +2 -2 jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContentTypes.java (In the diff below, changes in quantity of whitespace are not shown.) Index: ContentTypes.java =================================================================== RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/info/ContentTypes.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ContentTypes.java 3 May 2006 21:00:13 -0000 1.2 +++ ContentTypes.java 9 Jul 2006 12:04:16 -0000 1.3 @@ -21,7 +21,7 @@ */ package org.jboss.portal.portlet.container.info; -import org.jboss.portal.Mode; +import org.jboss.portal.portlet.Mode; import org.jboss.portal.portlet.impl.jsr168.metadata.ContentTypeMetaData; import org.jboss.portal.portlet.impl.jsr168.metadata.ContentTypesMetaData; @@ -40,7 +40,7 @@ * * @author <a href="mailto:ju...@jb...">Julien Viet</a> * @author <a href="mailto:chr...@jb...">Chris Laprun</a> - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class ContentTypes { |