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

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


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

  Modified:    core/plugins/org.jboss.ide.eclipse.jdt.ws.ui/src/main/org/jboss/ide/eclipse/jdt/ws/ui/wizards/webservices  
                        NewWebServicesTestClientWizardPage.java
                        NewWebServicesTestClientWizard.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.ws.ui/src/main/org/jboss/ide/eclipse/jdt/ws/ui/wizards/webservices/NewWebServicesTestClientWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewWebServicesTestClientWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ws.ui/src/main/org/jboss/ide/eclipse/jdt/ws/ui/wizards/webservices/NewWebServicesTestClientWizardPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewWebServicesTestClientWizardPage.java	29 Jan 2006 04:21:15 -0000	1.2
  +++ NewWebServicesTestClientWizardPage.java	2 Oct 2006 23:02:30 -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.
    *
  @@ -87,7 +87,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewWebServicesTestClientWizardPage extends ClassWizardPage
   {
  @@ -584,7 +584,7 @@
       * Description of the Class
       *
       * @author    Laurent Etiemble
  -    * @version   $Revision: 1.2 $
  +    * @version   $Revision: 1.3 $
       */
      private class MappingLabelProvider extends LabelProvider implements ITableLabelProvider
      {
  
  
  
  1.3       +3 -3      jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ws.ui/src/main/org/jboss/ide/eclipse/jdt/ws/ui/wizards/webservices/NewWebServicesTestClientWizard.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewWebServicesTestClientWizard.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.jdt.ws.ui/src/main/org/jboss/ide/eclipse/jdt/ws/ui/wizards/webservices/NewWebServicesTestClientWizard.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewWebServicesTestClientWizard.java	29 Jan 2006 04:21:15 -0000	1.2
  +++ NewWebServicesTestClientWizard.java	2 Oct 2006 23:02:30 -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.
    *
  @@ -33,7 +33,7 @@
    * Description of the Class
    *
    * @author    Laurent Etiemble
  - * @version   $Revision: 1.2 $
  + * @version   $Revision: 1.3 $
    */
   public class NewWebServicesTestClientWizard extends ClassWizard
   {
  
  
  



More information about the jboss-cvs-commits mailing list