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

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


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

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb         
                        NewMessageDrivenEJBWizard.java
                        NewEJBTestClientWizardPage.java
                        NewEntityEJBWizard.java
                        NewMessageDrivenEJBWizardPage.java
                        NewSessionEJBWizard.java
                        NewEJBTestClientWizard.java Templates.java
                        NewEntityEJBWizardPage.java
                        NewSessionEJBWizardPage.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.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewMessageDrivenEJBWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewMessageDrivenEJBWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewMessageDrivenEJBWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewMessageDrivenEJBWizard.java	29 Jan 2006 04:21:19 -0000	1.2
  +++ NewMessageDrivenEJBWizard.java	2 Oct 2006 23:02:22 -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 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewMessageDrivenEJBWizard extends DOMClassWizard
   {
  
  
  
  1.4       +4 -4      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEJBTestClientWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewEJBTestClientWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEJBTestClientWizardPage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- NewEJBTestClientWizardPage.java	29 Jan 2006 04:21:19 -0000	1.3
  +++ NewEJBTestClientWizardPage.java	2 Oct 2006 23:02:22 -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.
    *
  @@ -78,7 +78,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   public class NewEJBTestClientWizardPage extends DOMClassWizardPage
   {
  @@ -712,7 +712,7 @@
       * Description of the Class
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.3 $
  +    * @version   $Revision: 1.4 $
       */
      private class MethodLabelProvider extends DefaultLabelProvider
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEntityEJBWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewEntityEJBWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEntityEJBWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewEntityEJBWizard.java	29 Jan 2006 04:21:19 -0000	1.2
  +++ NewEntityEJBWizard.java	2 Oct 2006 23:02:22 -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 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewEntityEJBWizard extends DOMClassWizard
   {
  
  
  
  1.4       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewMessageDrivenEJBWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewMessageDrivenEJBWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewMessageDrivenEJBWizardPage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- NewMessageDrivenEJBWizardPage.java	29 Jan 2006 04:21:19 -0000	1.3
  +++ NewMessageDrivenEJBWizardPage.java	2 Oct 2006 23:02:22 -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.
    *
  @@ -41,7 +41,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   public class NewMessageDrivenEJBWizardPage extends DOMClassWizardPage
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewSessionEJBWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewSessionEJBWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewSessionEJBWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewSessionEJBWizard.java	29 Jan 2006 04:21:19 -0000	1.2
  +++ NewSessionEJBWizard.java	2 Oct 2006 23:02:22 -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 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewSessionEJBWizard extends DOMClassWizard
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEJBTestClientWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewEJBTestClientWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEJBTestClientWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewEJBTestClientWizard.java	29 Jan 2006 04:21:19 -0000	1.2
  +++ NewEJBTestClientWizard.java	2 Oct 2006 23:02:22 -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 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewEJBTestClientWizard extends DOMClassWizard
   {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/Templates.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Templates.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/Templates.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Templates.java	29 Jan 2006 04:21:19 -0000	1.2
  +++ Templates.java	2 Oct 2006 23:02:22 -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 @@
    * Generation templates accessor helper class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class Templates extends AbstractTemplates
   {
  
  
  
  1.4       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEntityEJBWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewEntityEJBWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewEntityEJBWizardPage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- NewEntityEJBWizardPage.java	29 Jan 2006 04:21:19 -0000	1.3
  +++ NewEntityEJBWizardPage.java	2 Oct 2006 23:02:22 -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.
    *
  @@ -42,7 +42,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   public class NewEntityEJBWizardPage extends DOMClassWizardPage
   {
  
  
  
  1.4       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewSessionEJBWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewSessionEJBWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.j2ee.ui/src/main/org/jboss/ide/eclipse/jdt/j2ee/ui/wizards/ejb/NewSessionEJBWizardPage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- NewSessionEJBWizardPage.java	29 Jan 2006 04:21:19 -0000	1.3
  +++ NewSessionEJBWizardPage.java	2 Oct 2006 23:02:22 -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.
    *
  @@ -42,7 +42,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.3 $
  + * @version   $Revision: 1.4 $
    */
   public class NewSessionEJBWizardPage extends DOMClassWizardPage
   {
  
  
  



More information about the jboss-cvs-commits mailing list