[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui ...

Marshall Culpepper mculpepper at jboss.com
Mon Oct 2 19:02:37 EDT 2006


  User: mculpepper
  Date: 06/10/02 19:02:37

  Modified:    core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui     
                        IUIConstants.java UIMessages.java UIImages.java
                        UIPlugin.java MainPreferencePage.java
  Log:
  updated copyright header and plugin provider for all core plugins
  
  Revision  Changes    Path
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/IUIConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IUIConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/IUIConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IUIConstants.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ IUIConstants.java	2 Oct 2006 23:02:37 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -23,7 +23,7 @@
   
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface IUIConstants
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIMessages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UIMessages.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ UIMessages.java	2 Oct 2006 23:02:37 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -28,7 +28,7 @@
    * Message bundle accessor helper class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class UIMessages
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIImages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIImages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIImages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UIImages.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ UIImages.java	2 Oct 2006 23:02:37 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -32,7 +32,7 @@
   
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class UIImages
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIPlugin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIPlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIPlugin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UIPlugin.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ UIPlugin.java	2 Oct 2006 23:02:37 -0000	1.3
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -27,7 +27,7 @@
    * The main plugin class to be used in the desktop.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class UIPlugin extends AbstractPlugin
   {
  
  
  
  1.4       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MainPreferencePage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- MainPreferencePage.java	29 Jan 2006 04:21:32 -0000	1.3
  +++ MainPreferencePage.java	2 Oct 2006 23:02:37 -0000	1.4
  @@ -1,6 +1,6 @@
   /*
  - * JBoss, Home of Professional Open Source
  - * Copyright 2005, JBoss Inc., and individual contributors as indicated
  + * JBoss, a division of Red Hat
  + * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
    * by the @authors tag. See the copyright.txt in the distribution for a
    * full listing of individual contributors.
    *
  @@ -40,7 +40,7 @@
    * Empty preference page for JBoss-IDE.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   
   public class MainPreferencePage extends PreferencePage implements IWorkbenchPreferencePage
  
  
  



More information about the jboss-cvs-commits mailing list