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

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


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

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences     
                        PreferenceDescriptor.java
                        ITextStylePreferences.java EmptyPreferencePage.java
                        OverlayPreferenceStore.java
                        ChainedPreferenceStore.java
  Log:
  updated copyright header and plugin provider for all core plugins
  
  Revision  Changes    Path
  1.3       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/PreferenceDescriptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PreferenceDescriptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/PreferenceDescriptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PreferenceDescriptor.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ PreferenceDescriptor.java	2 Oct 2006 23:02:26 -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.
    *
  @@ -30,7 +30,7 @@
    * Preference descriptor.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public final class PreferenceDescriptor
   {
  @@ -74,7 +74,7 @@
       * Description of the Class
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      public final static class Type
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/ITextStylePreferences.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ITextStylePreferences.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/ITextStylePreferences.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ITextStylePreferences.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ ITextStylePreferences.java	2 Oct 2006 23:02:26 -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 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public interface ITextStylePreferences
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/EmptyPreferencePage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EmptyPreferencePage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/EmptyPreferencePage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- EmptyPreferencePage.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ EmptyPreferencePage.java	2 Oct 2006 23:02:26 -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 @@
    * Empty preference page (could be used as a preferences category).
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class EmptyPreferencePage extends PreferencePage implements IWorkbenchPreferencePage
   {
  
  
  
  1.3       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/OverlayPreferenceStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OverlayPreferenceStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/OverlayPreferenceStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- OverlayPreferenceStore.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ OverlayPreferenceStore.java	2 Oct 2006 23:02:26 -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.
    *
  @@ -35,7 +35,7 @@
    * An overlaying preference store.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class OverlayPreferenceStore implements IPreferenceStore
   {
  @@ -676,7 +676,7 @@
       * Description of the Class
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      private class PropertyListener implements IPropertyChangeListener
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/ChainedPreferenceStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChainedPreferenceStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ui/src/main/org/jboss/ide/eclipse/jdt/ui/preferences/ChainedPreferenceStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ChainedPreferenceStore.java	29 Jan 2006 04:21:27 -0000	1.2
  +++ ChainedPreferenceStore.java	2 Oct 2006 23:02:26 -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 @@
    */
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class ChainedPreferenceStore
   {
  
  
  



More information about the jboss-cvs-commits mailing list