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

Marshall Culpepper mculpepper at jboss.com
Thu Sep 14 15:54:12 EDT 2006


  User: mculpepper
  Date: 06/09/14 15:54:12

  Modified:    core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core    
                        AbstractPlugin.java CoreMessages.java
                        ProjectChangeListener.java CorePlugin.java
  Log:
  updated copyright notices and provider
  
  Revision  Changes    Path
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/AbstractPlugin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractPlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/AbstractPlugin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractPlugin.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ AbstractPlugin.java	14 Sep 2006 19:54:12 -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.
    *
  @@ -43,7 +43,7 @@
    * such as logging and environment access.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class AbstractPlugin extends AbstractUIPlugin
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/CoreMessages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoreMessages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/CoreMessages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CoreMessages.java	29 Jan 2006 04:21:30 -0000	1.2
  +++ CoreMessages.java	14 Sep 2006 19:54:12 -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 CoreMessages
   {
  
  
  
  1.3       +2 -2      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/ProjectChangeListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ProjectChangeListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/ProjectChangeListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ProjectChangeListener.java	29 Jun 2006 21:23:10 -0000	1.2
  +++ ProjectChangeListener.java	14 Sep 2006 19:54:12 -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.
    *
  
  
  
  1.5       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/CorePlugin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CorePlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.core/src/main/org/jboss/ide/eclipse/core/CorePlugin.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CorePlugin.java	14 Sep 2006 18:32:45 -0000	1.4
  +++ CorePlugin.java	14 Sep 2006 19:54:12 -0000	1.5
  @@ -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 @@
    * Core plugin.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.4 $
  + * @version   $Revision: 1.5 $
    */
   public class CorePlugin extends AbstractPlugin
   {
  
  
  



More information about the jboss-cvs-commits mailing list