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

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/dialogs   
                        FileSelectionDialog.java FolderSelectionDialog.java
                        ResourceSelectionDialog.java
  Log:
  updated copyright header and plugin provider for all core plugins
  
  Revision  Changes    Path
  1.3       +6 -6      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/FileSelectionDialog.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FileSelectionDialog.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/FileSelectionDialog.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FileSelectionDialog.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ FileSelectionDialog.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.
    *
  @@ -37,7 +37,7 @@
   
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class FileSelectionDialog extends ResourceSelectionDialog
   {
  @@ -75,7 +75,7 @@
       * Validator for the dialog. Called when a validation is done.
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       * @created   4 juillet 2003
       */
      protected class FileResourceValidator implements ISelectionStatusValidator
  @@ -109,7 +109,7 @@
       * This should be ok to display folders and projects.
       *
       * @author    letiembl
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       * @created   4 juillet 2003
       */
      protected class FileResourceViewerFilter extends ViewerFilter
  @@ -138,7 +138,7 @@
       * Sorter to sort folder before files
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       * @created   4 juillet 2003
       */
      protected class FileResourceViewerSorter extends ViewerSorter
  
  
  
  1.3       +5 -5      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/FolderSelectionDialog.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FolderSelectionDialog.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/FolderSelectionDialog.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FolderSelectionDialog.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ FolderSelectionDialog.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.
    *
  @@ -36,7 +36,7 @@
   
   /**
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class FolderSelectionDialog extends ResourceSelectionDialog
   {
  @@ -89,7 +89,7 @@
       * Validator for the dialog. Called when a validation is done.
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       * @created   4 juillet 2003
       */
      protected class FolderResourceValidator implements ISelectionStatusValidator
  @@ -123,7 +123,7 @@
       * This should be ok to display folders and projects.
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       * @created   4 juillet 2003
       */
      protected class FolderResourceViewerFilter extends ViewerFilter
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/ResourceSelectionDialog.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceSelectionDialog.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/dialogs/ResourceSelectionDialog.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ResourceSelectionDialog.java	29 Jan 2006 04:21:32 -0000	1.2
  +++ ResourceSelectionDialog.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.
    *
  @@ -44,7 +44,7 @@
    * Abstract class for selecting a resource inside a workspace.
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public abstract class ResourceSelectionDialog extends ElementTreeSelectionDialog implements ISelectionChangedListener
   {
  
  
  



More information about the jboss-cvs-commits mailing list