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

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


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

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors     
                        I18NTextEditor.java I18NDocumentProvider.java
                        ColorEditor.java ColorManager.java
                        AnnotationHover.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.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/I18NTextEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: I18NTextEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/I18NTextEditor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- I18NTextEditor.java	29 Jan 2006 04:21:28 -0000	1.2
  +++ I18NTextEditor.java	2 Oct 2006 23:02:28 -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.
    *
  @@ -37,7 +37,7 @@
    * Base class for internationalized text editors.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class I18NTextEditor extends TextEditor
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/I18NDocumentProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: I18NDocumentProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/I18NDocumentProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- I18NDocumentProvider.java	29 Jan 2006 04:21:28 -0000	1.2
  +++ I18NDocumentProvider.java	2 Oct 2006 23:02:28 -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.
    *
  @@ -50,7 +50,7 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class I18NDocumentProvider extends FileDocumentProvider
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/ColorEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ColorEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/ColorEditor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ColorEditor.java	29 Jan 2006 04:21:28 -0000	1.2
  +++ ColorEditor.java	2 Oct 2006 23:02:28 -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.
    *
  @@ -48,7 +48,7 @@
    * A "button" of a certain color determined by the color picker.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ColorEditor
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/ColorManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ColorManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/ColorManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ColorManager.java	29 Jan 2006 04:21:28 -0000	1.2
  +++ ColorManager.java	2 Oct 2006 23:02:28 -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.
    *
  @@ -38,7 +38,7 @@
    * Color Manager.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ColorManager
   {
  
  
  
  1.4       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/AnnotationHover.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AnnotationHover.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/editors/AnnotationHover.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- AnnotationHover.java	29 Jan 2006 04:21:28 -0000	1.3
  +++ AnnotationHover.java	2 Oct 2006 23:02:28 -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.
    *
  @@ -39,7 +39,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   public class AnnotationHover implements IAnnotationHover
   {
  
  
  



More information about the jboss-cvs-commits mailing list